CBSE Class 11 Computer Science Question 73 of 173

Data Handling — Question 2

Back to all questions
2
Question

Question 2

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
Answer