What are data types? What are Python built in core data types?
Question :
What are data types? What are Python built in core data types?
Every value in Python has a datatype. Since everything is an object in Python programming, data types are actually classes and variables are instance (object) of these classes. There are various data types in Python. Some of the important types are listed below.
(i) Numbers
(ii) String
(iii) List
(iv) Tuple
(v) Dictionary