Computer Science
How many integer types are supported by Python? Name them.
Python Data Handling
39 Likes
Answer
Two integer types are supported by Python. They are:
- Integers (signed)
- Booleans
Answered By
21 Likes
Related Questions
State whether the following statement is True or False :
Explicit type conversion involves the use of a function to convert datatype of a value.
What are data types in Python? How are they important?
How are these numbers different from one another (with respect to Python)? 33, 33.0, 33j, 33 + j
The complex numbers have two parts : real and imaginary. In which data type are real and imaginary parts represented ?