yanbao418 yanbao418 19-01-2021 Computers and Technology contestada What does the following line of code do? Assume the user enters 2.3. answerA = input("Enter a number. ") It stores an int in the variable. It stores a string in the variable. It stores a float in the variable. This line of code causes an error.