A Byte of Python

Numbers

Numbers in Python can be of four types:

Booleans

There are two types of boolean values - True and False, they are used to check whether a condition is valid or not respectively.