list some data types used in python
Answers
Answered by
0
Answer:
int (signed integers like 10, 2, 29, etc.)
long (long integers used for a higher range of values like 908090800L, -0x1929292L, etc.)
float (float is used to store floating point numbers like 1.9, 9.902, 15.2, etc.)
complex (complex numbers like 2.14j, 2.0 + 2.3j, etc.)
Explanation:
Similar questions
Math,
5 months ago
Computer Science,
5 months ago
Social Sciences,
10 months ago
English,
10 months ago
English,
1 year ago