2. Numbers in Python
There are two major types of numbers in python: integer (whole numbers) and float (decimal numbers). You can play with the two data types In a Python, as follow:
You can also put numbers into variables (or placeholder of values), and perform operations on them.
Last updated
Was this helpful?