From b5e1cfe6997421d3522d0b57550eac9546a96246 Mon Sep 17 00:00:00 2001 From: Ralfk Date: Thu, 20 Jun 2024 18:39:38 +0200 Subject: [PATCH] Win 15: 2024-06-20 18:39:37 --- Technik/Python/Allgemein.md | 4 ++-- Technik/Python/Befehle.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Technik/Python/Befehle.md diff --git a/Technik/Python/Allgemein.md b/Technik/Python/Allgemein.md index 993325d..1bf1cc0 100644 --- a/Technik/Python/Allgemein.md +++ b/Technik/Python/Allgemein.md @@ -1,3 +1,3 @@ -Hier sollen alle Information zu Python rein - +Hier sollen alle Information zu Python rein + IOS \"Python Editor\" im Appstore um Python zu schreiben \ No newline at end of file diff --git a/Technik/Python/Befehle.md b/Technik/Python/Befehle.md new file mode 100644 index 0000000..6d6d3bc --- /dev/null +++ b/Technik/Python/Befehle.md @@ -0,0 +1,10 @@ +#### Variablen + +String Variable name = "ralf" +Intitger Variable zahle = 3 +Float variable zahl = 3.1 + + +#### Objekte + +List \ No newline at end of file