164k views
1 vote
(just basic coding I can't wrap my around :L) Which of the following shows the assignment of a string to a variable? Select 3 options.

answer = input("How old are you? ")

answer = "23"

answer = (23)

answer = '23'

answer = 23

User Catalyst
by
4.8k points

1 Answer

3 votes

Answer:

The answer is A, B, D.

Step-by-step explanation:

I hope this helps. Have a great day and be safe.

User Glenn Lawrence
by
4.3k points