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.
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.