Computer Science, asked by shraddhasingh90, 10 months ago

what do you mean by data types? Name the basic types used in python?​

Answers

Answered by harshgaur997
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