diff --git a/Technik/Python/Befehle.md b/Technik/Python/Befehle.md index f85033a..48dd35a 100644 --- a/Technik/Python/Befehle.md +++ b/Technik/Python/Befehle.md @@ -13,4 +13,12 @@ List name =["ralf", "sven", 8, 7.1] #### Operatoren / Vergleichsoperatoren Plus minus mal geteilt = + - * / -Vergleiche == <= \ No newline at end of file +Vergleiche == <= >= != + + + +#### Schleifen : +while a == b: + befehle + +for \ No newline at end of file