Python 3: Back to basics

In python 3 we have 5 main basic types, which are: Booleans, numbers, integers, floats and fractions; which I’ll explain: Booleans: Tells us if something is true or false Numbers: Like the name say this variable let us save numbers Integers: Only whole numbers (1,2,3,87108) Floats: Numbers with decimals (1.1, 1.4831,24384.0053) Fractions: (½, 412/30)  … Continúa leyendo Python 3: Back to basics