Hünchenaufgabe #11
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -79,7 +79,7 @@ iqRobot: iq.IQRobot = iq.IQRobot(hub)
|
|||
# Führe Funktionen aus unser Robot Klasse aus:
|
||||
iqRobot.show('HAPPY')
|
||||
|
||||
def huenchenaufgabe(self):
|
||||
def huenchenaufgabe():
|
||||
iqRobot.fahre_gerade_aus(40,60)
|
||||
iqRobot.drehe(-40,True)
|
||||
iqRobot.fahre_gerade_aus(20,60)
|
||||
|
|
Loading…
Reference in a new issue