Python data types are different in some aspects from other programming languages. It is simple to understand and easy to use. Because Python is interpreted programming language and Python interpreter is able to determine which type of data are storing, so no need to define data type of memory location.
Data type determines:
Data Types available in Python
Everything in Python programming is an object, and each object has its own unique identity(a type and a value).
There are many native(built-in) data types available in Python.
Some important are:
0 Comments
If you have any doubts,please let me know