collinkt2725 collinkt2725 03-02-2021 Computers and Technology contestada 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)