Art, asked by devanshsrivastava247, 10 months ago

what are the data types explain any two data types in Python​

Answers

Answered by Muiz195
15

Answer:

The following are the data types in python:

  1. String (for alphabetic characters) Abbrev. : str
  2. Integer (For numerical characters) Abbrev. int
  3. Float (For decimal characters) Abbrev float

Similar questions