MyFirstBrain/Technik/Python/Befehle.md

24 lines
324 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:05:54 +02:00
Vergleiche == <= >= !=
#### Schleifen :
while a == b:
befehle
for