13. What are Data types ? How are they important?
14. How many Integer types are supported by Python? Name them.

Data types are keywords which determines the type of data to be stored in a variable. It is important as it helps a program to manage memory efficiently and keep different types of data separate to process them precisely.
Ans 14.
Two types of Integers are supported in Python:
(1) Integers
(2) Boolean

error: Content is protected !!