Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python (Funktion (Funktionsparameter (Zuordnung über Keyword = Keyword…
Python
Funktion
-
-
-
Funktionsparameter
-
-
-
dynamische Anzahl Parameter mit *args oder *zahlen, usw.
-
-
-
-
-
-
Grundlagen
-
-
-
String
-
-
-
print(hallo, welt) => "Hallo Welt"
-
Platzhalter
"Hallo, %s ! Wie geht es Dir? % name
-
-
Datenkollektion
Liste
Beispiel: ["Peter", "Paul", "Bob"]
-
-
-
-
-
Dictionary
-
Beispiel: {"Legolas": 89, "Aragon": 112}
-
-
-
-
-
-
-
-
-
-
-