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`