From 1214813e2ad7e22eed0e5d6751b1953a9b962080 Mon Sep 17 00:00:00 2001 From: Makerlab Laptop 1 Date: Wed, 22 Nov 2023 19:16:58 +0100 Subject: [PATCH] =?UTF-8?q?H=C3=BCnchen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 296fcf8..3908dbc 100644 --- a/main.py +++ b/main.py @@ -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()