CBSE Class 12 Computer Science Question 66 of 105

Python Revision Tour — Question 20

Back to all questions
20
Question

Question 19

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