what do you mean by data types? Name the basic types used in python?
Answers
Answered by
5
Answer:
Data types basically tells the compiler about what "type of data" is being used.
Explanation:
In python we do not have to specify data types specifically but we have 'int' for integer values, 'str' for strign values etc.
Similar questions