code to explanationSat, 22 Jul 2023

I want an input where the age is asked, that the if/elif that are placed later be in response to the number only that I give you, for example, I am 16 years old, I want the elif to only take 16

age = int(input("How old are you?"))

Want to kickstart your project?Use the new AI Studio to create your code