KRISFAITH2022GO KRISFAITH2022GO Computers and Technology Answered 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