What are data types? Explain any two data types in python.
Answers
Answered by
6
Answer:
a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data.
Explanation:
Integer.
Floating-point number.
Character.
String.
Boolean are some types of data types
Similar questions