I am creating a program that prints a line of text based upon the value the user enters. I am going to use an “if, elif” statement.
Example: if age (what the user entered) <= 1: Print(“this is an infant”)
I also need the entire thing, the input and the if elif statement, to repeat until the user enters a zero…I’m totally stumped on getting the statement to loop without having the text repeat continuously.