a = 1 # integer b = 1.1 # float c = 1 + 2j # complex number (a + bi) d = “a” # string e = True # boolean (True / False)