Created
April 28, 2020 07:02
-
-
Save BMU-Verlag/dde7d7a370c48646bf1e601ee883d3ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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