Hünchenaufgabe #11

Merged
lahaferk merged 4 commits from laptop01 into main 2023-11-22 19:17:39 +00:00
Showing only changes of commit 16601f268a - Show all commits

View file

@ -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)