From 324123b97739b9c559d1535f8456c8dd87b917a9 Mon Sep 17 00:00:00 2001 From: flhipp Date: Wed, 8 Mar 2023 18:03:42 +0100 Subject: [PATCH] =?UTF-8?q?Bibliothek-Version=20zu=20"V1"=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iqrobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iqrobot.py b/iqrobot.py index 31bac00..c545200 100644 --- a/iqrobot.py +++ b/iqrobot.py @@ -4,7 +4,7 @@ from spike import PrimeHub, Motor, MotorPair, ColorSensor from spike.control import wait_for_seconds HELLO = "HELLO IQ" -VERSION = "0.0.1" +VERSION = "V1" ''' Wir nutzen "Duck typing", dh wir schreiben hinter jede Variabel mit ':' die Klasse, zB `leftMotor: Motor`