Skip to content

Instantly share code, notes, and snippets.

@heriksevak
heriksevak / kireh.py
Last active April 15, 2021 05:33
simple situation game
def challange_1():
print("welcome to the kreh game")
print("you set off with your family")
print("you hear screams")
print("a bear attacks you and your little son")
print("you have a choice")
print("a. grab a gun")
print("b. run for your life")
user_input = input()