(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

Respuesta :

Answer:

The answer is A, B, D.

Explanation:

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