a = 1 print(type(a)) # prints a = "The Curious Programmer" # re-assigning print(type(a)) # prints