Win 15: 2024-06-20 19:10:50
This commit is contained in:
parent
906d1772fb
commit
5338ca84da
@ -5,7 +5,7 @@ Intitger Variable zahle = 3
|
|||||||
Float variable zahl = 3.1
|
Float variable zahl = 3.1
|
||||||
|
|
||||||
|
|
||||||
Variablen verändern Zahl += 1 oder Zahl-=1 oder Zahl /= 1
|
Variablen verändern Zahl += 1 oder Zahl-=1 oder Zahl /= 1 oder Zahl *= 2
|
||||||
|
|
||||||
#### Objekte
|
#### Objekte
|
||||||
|
|
||||||
@ -19,6 +19,12 @@ Vergleiche == <= >= !=
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### Bedingungen
|
||||||
|
|
||||||
|
**if** item > a:
|
||||||
|
befehle
|
||||||
|
|
||||||
|
|
||||||
#### Schleifen :
|
#### Schleifen :
|
||||||
|
|
||||||
**Wichtig ist das einrücken !!!**
|
**Wichtig ist das einrücken !!!**
|
||||||
@ -34,6 +40,4 @@ Vergleiche == <= >= !=
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
**if** item > a:
|
|
||||||
befehle
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user