Bibliothek-Version zu "V1" geändert
This commit is contained in:
parent
2dcd7cca0b
commit
324123b977
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from spike import PrimeHub, Motor, MotorPair, ColorSensor
|
||||||
from spike.control import wait_for_seconds
|
from spike.control import wait_for_seconds
|
||||||
|
|
||||||
HELLO = "HELLO IQ"
|
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`
|
Wir nutzen "Duck typing", dh wir schreiben hinter jede Variabel mit ':' die Klasse, zB `leftMotor: Motor`
|
||||||
|
|
Loading…
Reference in a new issue