Python can't declare a variable without assignment. age = 18 # age is of type int name = "John" # name is now of type str print(name)