Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created April 28, 2020 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/dde7d7a370c48646bf1e601ee883d3ad to your computer and use it in GitHub Desktop.
Save BMU-Verlag/dde7d7a370c48646bf1e601ee883d3ad to your computer and use it in GitHub Desktop.
elif anweisung == "Hilfe":
print("\nDu kannst hier folgende Befehle eingeben:")
if self.__Ziel == "Prinzessin":
print(orte[self.__Position].getAnweisung()[0])
else:
print(orte[self.__Position].getAnweisung()[1])
for i in range(4):
if orte[self.__Position].getAusgang()[i] >= 0:
print(richtungen[i])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment