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.

Answer

Two integer types are supported by Python. They are:

  1. Integers (signed)
  2. Booleans