*The information of the following paragragh is gotten from this page, check it out to learn more, and the image is gotten from this one, it doesn’t belong to me.
Variables are reserved memory space to store values, which can be integers, decimals or characters. In python you don’t need to declare variables to reserve memory space, it happens automatically when you assign a value to one.
Python data types:
One thought on “Python types”