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.