Explain any two data types in Python
Attachments:
Answers
Answered by
1
Answer:
Integers 5364 Whole numbers
Floats 3.1415 Decimal Numbers
Booleans True, False Truth values that represent Yes/No
Lists [1,2,3,4,5] A collection of data, sits between [ ]
Explanation:
BYE TO YOU
Answered by
2
Answer:
Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data.
Similar questions