From cc04279de9c3dae9f5cf50623029cbe6fe7825e1 Mon Sep 17 00:00:00 2001 From: Ralfk Date: Thu, 20 Jun 2024 19:30:35 +0200 Subject: [PATCH] Win 15: 2024-06-20 19:30:35 --- Technik/Python/Befehle.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Technik/Python/Befehle.md b/Technik/Python/Befehle.md index 2b4f626..78327c7 100644 --- a/Technik/Python/Befehle.md +++ b/Technik/Python/Befehle.md @@ -1,7 +1,17 @@ + + +#### Allgemeine Regeln + +Name / Bezeichner werden immer mit unterstrich getrennt bei mehreren Wörtern +mein_zahl + + + #### Variablen + String Variable name = "ralf" -Intitger Variable zahle = 3 +Intitger Variable zahl = 3 Float variable zahl = 3.1 @@ -47,3 +57,7 @@ else: #### Funktionen +**def** say_hello(): + befehle + +