Ask Question
Yesterday, 21:43

What is wrong with this line of python code

userGuess = int (input ("Guess a number between 1 and 20: "))

+3
Answers (1)
  1. Today, 01:36
    0
    Statement is correct. It will prompt one to enter an number in string format.

    The number entered is converted into an integer
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is wrong with this line of python code userGuess = int (input ("Guess a number between 1 and 20: ")) ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers