what are the data types explain any two data types in Python
Answers
Answered by
15
Answer:
The following are the data types in python:
- String (for alphabetic characters) Abbrev. : str
- Integer (For numerical characters) Abbrev. int
- Float (For decimal characters) Abbrev float
Similar questions