Hey guys, who wants to fix my Russian roulette, python code? #199
Closed
ryangraf52-ops started this conversation in General
Replies: 1 comment
-
import random def russian_roulette():
Run the gamerussian_roulette() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import random
def russian_roulette():
print("Welcome to Russian Roulette!")
print("There is 1 bullet in a 6-chamber revolver.")
print("Spin the chamber and pull the trigger...\n")
Run the game
russian_roulette()
Beta Was this translation helpful? Give feedback.
All reactions