DEV Community

Avinash Mathi
Avinash Mathi

Posted on

Repeat: Allow the user to guess again until they find the correct number.

Repeat: Allow the user to guess again until they find the correct number.
guess_number=input("Enter the user number(10,8)")
print(guess_number)
o/p
Enter the user number(10,8)

Top comments (0)