How many integer types are supported by Python? Name them.
3 Likes
Two integer types are supported by Python. They are:
Answered By
1 Like
What are data types in Python? How are they important?
Write the names of any four data types available in Python.
What are Immutable and Mutable types in Python? List immutable and mutable types of Python.
What is the difference between implicit type conversion and explicit type conversion?