Computer Science
How many integer types are supported by Python? Name them.
Python Funda
3 Likes
Answer
Two integer types are supported by Python. They are:
- Integers (signed)
- Booleans
Answered By
1 Like
How many integer types are supported by Python? Name them.
3 Likes
Two integer types are supported by Python. They are:
Answered By
1 Like