1. What are the built-in core data types of Python ?
The built-in core data types of Python are: i) Numbers ii) String iii) List iv) Tuple v) Dictionary
1. What are the built-in core data types of Python ? Read More »
The built-in core data types of Python are: i) Numbers ii) String iii) List iv) Tuple v) Dictionary
1. What are the built-in core data types of Python ? Read More »
A = 2147483647B = A + 1 Both are Integer types
3. What will be the data types of following two variables ? Read More »