(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
(ps, the coding platform used is python)