You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details:
I tried implementing an up-down game with Python.
Up-down games are games that guess what number is randomly determined within a range designated by the user.
The user enters the minimum and maximum values to specify the range. One random number is determined within the range designated by the user by the program. The user enters the number estimated to be the correct answer once. It is determined that the input number is larger or smaller than the correct answer so that the correct answer can be inferred. When the user enters the correct answer, the game is over.
The text was updated successfully, but these errors were encountered:
This is a(n):
Details:
I tried implementing an up-down game with Python.
Up-down games are games that guess what number is randomly determined within a range designated by the user.
The user enters the minimum and maximum values to specify the range. One random number is determined within the range designated by the user by the program. The user enters the number estimated to be the correct answer once. It is determined that the input number is larger or smaller than the correct answer so that the correct answer can be inferred. When the user enters the correct answer, the game is over.
The text was updated successfully, but these errors were encountered: