List of topics
Integers
Floats
Strings
Lists
Tuples
Dictionaries
Sets
Integers
Floats
Strings
Lists
Tuples
Dictionaries
Sets

Floats

Floats, or floating-point numbers, are numbers with decimal points. They are used to represent numbers with fractional parts. In Python, you can perform all arithmetic operations with floats as well as convert integers to floats and vice versa.