Numbers
Integer, floating-point number, complex number
a = 3 # int a = 3.0 # float a = 3 + 0.1j # complex (3, 0.1)