Skip to content

Commit 19d529f

Browse files
authored
Update RussianRoulette.py
Added a way to end game
1 parent 7249ebb commit 19d529f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

RussianRoulette.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
time.sleep(1)
1010
if bullet == shot:
1111
print("Dead!")
12+
time.sleep(1)
13+
break
1214
else:
1315
print("Alive!")
14-

0 commit comments

Comments
 (0)