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.

Respuesta :

Answer:

It stores an int in the variable.

Explanation:

Answer:

It will store an int (Integer) into the variable.

Explanation:

Edg 2021

RELAXING NOICE
Relax