DEV Community

Avinash Mathi
Avinash Mathi

Posted on

User Input: Prompt the user to guess the number.

User Input: Prompt the user to guess the number.
program

guess_number=input("Enter the number:")
print(guess_number)
o/p
Enter the number:4
4

Top comments (0)