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?”)

age = input(“What is your age?”)