krisfaith2022 krisfaith2022 04-02-2021 Computers and Technology contestada 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