1.Introduction
Variable in python stores different kind of data and these are :
2.INTEGER TYPE OF DATA
As the name suggest it contain positive or negative type of data. It is used by the keyword "int.
3.Float
It contains decimal type of data.
4.String
It contains a message to be executed to the user and it is enclosed in quotes.
5.Tuple
It can contain more than one type of data in one variable. They are enclosed in ().
NOTE- Tuple value is unchangeable.
6.Lists
They contain multiple data in them. They are enclosed in square brackets[].
7.Sets
With the help of Sets we can make many sets of different data and they are enclosed in {}.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)