Variables values in Python
There are four generic data types in Python programming language. These types are: strings, numbers, lists, Booleans.
Numeric data type contains number values.
A list in Python is ordered sequence of values.
Strings data type contain text.
Boolean values are True and False.

Comments
Post a Comment