Q. What are data types? What are Python's built-in core data types?


Answer =

The real life data is of many types. So to represent various types of real-life data, programming languages provide ways and facilities to handle these, which are known as data types.

Python's built-in core data types belong To:

(i) Numbers (integer, floating-point, complex numbers, Boolean's)
(ii) String
(iii) List
(iv) Tuple
(v) Dictionary

3 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post