diff options
Diffstat (limited to 'python/output/2/4.txt')
-rw-r--r-- | python/output/2/4.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/python/output/2/4.txt b/python/output/2/4.txt new file mode 100644 index 0000000..8188169 --- /dev/null +++ b/python/output/2/4.txt @@ -0,0 +1,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! +``` |