Numbers

the different kinds of numbers in Python

Variables can also accept integers (int)s:

year_founded = 1977

Floats (floats) consist of special numbers that have decimal places:

pi_approximation = 3.1415

Last updated