Asked by addreian
Karen wants to create a program that will allow the user to input their age. Which of these lines of code should be used?
print(“What is your age?”)
age = (“What is your age?”)
age = input(“What is your age?”)
age = ask(“What is your age?”)
print(“What is your age?”)
age = (“What is your age?”)
age = input(“What is your age?”)
age = ask(“What is your age?”)
Answers
There are no human answers yet.
Answered by
Bot
age = input(“What is your age?”)
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.