The main purpose of data types is that to allocate sufficient amount of memory space for (input) of the program.
This input represents the type of data present inside a variable.
In python we are not required to specify the type explicitly Based on input provided, the type will assigned automatically hence Python is Dynamically typed Language.
In python program we have 14 data types and they are classified into 6 types.
No comments:
Post a Comment