Skip to content

Commit 487ba72

Browse files
authored
Bedtime.py
little correction in mini-game
1 parent ee4b262 commit 487ba72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Bedtime.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ def PressButon():
118118
continue
119119

120120
elif a == 5:
121-
print('Russian roulette.')
122121
while True:
122+
os.system('cls')
123+
print('Russian roulette.')
123124
print('1 -', rl + 'Yes.')
124125
print('2 -', gl + 'No.')
125126
try:

0 commit comments

Comments
 (0)