MyFirstBrain/Technik/Python/Befehle.md

16 lines
258 B
Markdown
Raw Normal View History

2024-06-20 18:39:38 +02:00
#### Variablen
String Variable name = "ralf"
Intitger Variable zahle = 3
Float variable zahl = 3.1
#### Objekte
2024-06-20 18:41:38 +02:00
List name =["ralf", "sven", 8, 7.1]
#### Operatoren / Vergleichsoperatoren
Plus minus mal geteilt = + - * /
2024-06-20 19:03:54 +02:00
Vergleiche == <=