51.9k views
2 votes
Question #2

Multiple Select
Which statements will ask the user for a number? Select 2 options.
o answer = input('How many sodas do you want?)
O answer = in(How many sodas do you want?)
answer=input(How many sodas do you want?)
answer = input("How many sodas do you want? ")
answer in("How many sodas do you want?)

User Ashweta
by
7.0k points

2 Answers

3 votes

Answer:

Options D and E are correct. The input function takes input from the user, which in this case is a number.

Step-by-step explanation:

User Jonathan Tran
by
7.7k points
1 vote

Answer:

Its D and E

Step-by-step explanation:

User GlennFromIowa
by
6.4k points