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