# str and int mixup in python: age = int(input("Type the age: ")) print("You are "+str(age) + " years Old")