CBSE Class 10 Computer Applications
Question 19 of 31
Python Revision — Question 7
Back to all questions 7
Question Question 7
How many integer types are supported by Python ? Name them.
Two integer types are supported by Python. They are:
- Integers (signed)
- Booleans