MyFirstBrain/Technik/Python/Befehle.md
2024-06-20 19:05:54 +02:00

24 lines
324 B
Markdown

#### Variablen
String Variable name = "ralf"
Intitger Variable zahle = 3
Float variable zahl = 3.1
#### Objekte
List name =["ralf", "sven", 8, 7.1]
#### Operatoren / Vergleichsoperatoren
Plus minus mal geteilt = + - * /
Vergleiche == <= >= !=
#### Schleifen :
while a == b:
befehle
for