Briefly Describe Data Types in Python.
Answers
Answered by
3
Explanation:
There are normal data types such as int,str,bool,float and complex.
There are collective data types such as list,tuples,dictionaries,strings,sets.
Similar questions