Computer Science, asked by afreediqureshimtr, 4 months ago

what are data types? explain any two data types in python​

Answers

Answered by singhankita7945
8

Answer:

They are defined as int ,float and complex classes in python .

Answered by sumankumar078
0

Answer:

Data Types Examples Explanation

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 [ ]

Similar questions