guess numbers game
The computer will choose 4 numbers randomly and in a random order. You can input to guess the numbers and the order.
If your numbers/number are/is included but not the same order, you will get “o”; if your numbers/number are/is the same order as the original one, you will get “△”‘
Computer will record the times you guess.
If you want to stop and know the answer, please input “0000”
1 | #instruction |
example:
The computer will choose 4 numbers randomly and in a random order. You can input to guess the numbers and the order.If your numbers/number are/is included but not the same order, you will get “o”; if your numbers/number are/is the same order as the original one, you will get “△”Computer will record the times you guess.
1234
△: 0 o: 1
5678
△: 0 o: 3
6781
△: 0 o: 2
8762
△: 1 o: 2
2567
you are right, it is 2 5 6 7 , you used 5 times.