2
Question Question 2
How many integer types are supported by Python? Name them.
Answer
Two integer types are supported by Python. They are:
- Integers (signed)
- Booleans
How many integer types are supported by Python? Name them.
Answer
Two integer types are supported by Python. They are: