Skip to content
Snippets Groups Projects
Commit 81a5427a authored by jakobkir's avatar jakobkir
Browse files

added gitignore

parent 8a29ff6b
No related branches found
No related tags found
No related merge requests found
__pycache__/
*.pyc
\ No newline at end of file
......@@ -26,6 +26,7 @@ def kill(name):
print(name + " starb")
print(name + " war ein " + remain[name])
if remain[name] == "Jäger":
print("Wen willst du mit in den Rod reißen?")
while (not v_ in remain.keys()):
v_ = input("Opfer: ")
kill(v_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment