1.

Python Data Types

Answer»

The table below lists the different data types in Python along with some examples of them:

DataTypesExamples
Integers0, 2, -1, 5
Strings“a”, “hello”, “1234”, “12 Hello.”
BooleanTrue, False
Floating Point Numbers16.0, -11.0, 2021.5



Discussion

No Comment Found