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
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
For further actions, you may consider blocking this person and/or reporting abuse
Ellis -
Siddhant Khare -
hanna Fischer -
David Morrow -
Top comments (0)