a = 1234 # integer b = 999L # long integer c = 1.23e3 # floating-point d = 0123 # octal e = 0xff # hex f = 2 + 3j # complex