This commit is contained in:
Makerlab Laptop 1 2023-11-22 19:16:58 +01:00
parent d7026c60ad
commit 1214813e2a

10
main.py
View file

@ -81,7 +81,15 @@ iqRobot.show('HAPPY')
iqRobot.fahre_mit_drehung(strecke1=10, grad=90, strecke2=10)
iqRobot.fahre_mit_drehung(strecke1=0, grad=-90, strecke2=10)
def huenchenaufgabe(self):
iqRobot.fahre_gerade_aus(40,60)
iqRobot.drehe(-40,True)
iqRobot.fahre_gerade_aus(20,60)
iqRobot.drehe(-20)
iqRobot.fahre_gerade_aus(55,60)
iqRobot.heber(10,30)
huenchenaufgabe()