Computer Science

How many integer types are supported by Python? Name them.

Python Data Handling

39 Likes

Answer

Two integer types are supported by Python. They are:

  1. Integers (signed)
  2. Booleans

Answered By

21 Likes


Related Questions