Python – Variable Types

1 0
Read Time:19 Second

Standard Data Types

The data stored in memory can be of many types. Python has various standard data types that are used to define the operations possible on them and the storage method for each of them.

Python has five standard data types −

  • Numbers classes (int,float,complex)
  • Dictionary (dict)
  • Boolean (bool)
  • Set (set,frozenset)
  • Sequence Type

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Leave a Comment