There was an error while loading. Please reload this page.
1 parent 66e30d1 commit 1e9dbcfCopy full SHA for 1e9dbcf
exercises/17-Russian-Roulette/solution.hide.py
@@ -8,9 +8,9 @@ def spin_chamber():
8
9
# ❌ ⬆ DON'T CHANGE THE CODE ABOVE ⬆ ❌
10
def fire_gun():
11
-# ✅ ↓ your code here ↓ ✅
+# ✅ ↓ your loop here ↓ ✅
12
if spin_chamber() == bullet_position:
13
-return "You're dead!"
+return "You are dead!"
14
else:
15
return "Keep playing!"
16
0 commit comments