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.

Answer

Two integer types are supported by Python. They are:

  1. Integers (signed)
  2. Booleans