summary refs log tree commit diff stats
path: root/python/output/2/4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'python/output/2/4.txt')
-rw-r--r--python/output/2/4.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/python/output/2/4.txt b/python/output/2/4.txt
deleted file mode 100644
index 8188169..0000000
--- a/python/output/2/4.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-```
-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!
-```