summary refs log tree commit diff stats
path: root/python/output/2/4.txt
blob: 8188169e026eb11dbfb975ec7d1458b02e065246 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
```
Welcome to number guessing game
Try to guess the secret random number between 1 to 10 correctly in 3 tries
Enter a guess: 10
Wrong guess! Try again.
Enter a guess: 8
Wrong guess! Try again.
Enter a guess: 3
Wrong guess! Game over!
Secret value was 5
Do you want to try playing again (y/n, default n): y
Enjoy your next play

Welcome to number guessing game
Try to guess the secret random number between 1 to 10 correctly in 3 tries
Enter a guess: 8
Wrong guess! Try again.
Enter a guess: 3
Wrong guess! Try again.
Enter a guess: 4
Correct guess in 3 tries!
Do you want to try playing again (y/n, default n): 
Thanks for playing. Bye!
```