CBSE Class 9 Computer Applications
Question 15 of 23
Introducing Python — Question 8
Back to all questions 8
Question Question 6
How many integer types are supported by Python ? Name them.
Two integer types are supported by Python. They are:
- Integers (signed)
- Booleans