Blake is writing code and wants his users to enter their date of birth when prompted. Which of the following is the correct code to use? (5 points)
dob = answer("Hello! When is your birthday?")
dob = input("Hello! When is your birthday?")
dob = question("Hello! When is your birthday?")
dob = value("Hello! When is your birthday?")