Skip to content

Commit

Permalink
game made better
Browse files Browse the repository at this point in the history
  • Loading branch information
pareksha committed Nov 11, 2017
1 parent 6483612 commit 9f16ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guessing_game.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'''Guess the number game'''

import random
right_guess = random.randint(1,2)
right_guess = random.randint(1,20)
flag = False
print("Guess a number between 1 and 10")
print("Guess a number between 1 and 20")


for i in range(0,3):
Expand Down

0 comments on commit 9f16ae9

Please sign in to comment.