👤

You entered the following line of code in IDLE.

>>> guess = input("Enter a guess: ")

This is the result.
Enter a guess: 2

What data type is the variable guess?

int

float

string