From 42ef92fa7781a3682bae30bf8d81bb37ea99993f Mon Sep 17 00:00:00 2001 From: Ralfk Date: Thu, 20 Jun 2024 19:05:54 +0200 Subject: [PATCH] Win 15: 2024-06-20 19:05:54 --- Technik/Python/Befehle.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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