14. Lektion: Variablen vielfalt.extend(): Difference between revisions
Jump to navigation
Jump to search
Created page with "* Namen ** Bedeutung des _ ** __name__ == __main__ * Mehrfach Zuweisung ** y, x = 1, 2 ** x, y, z = [1, 2, 3] ** Inhalte tauschen *** x , y = y, x * Tupel ** Als Eingabe für..." |
No edit summary |
||
| Line 13: | Line 13: | ||
*** NTP / RTC | *** NTP / RTC | ||
* Slicing | * Slicing | ||
** https://realpython.com/python-list/ | |||
* Konstanten | * Konstanten | ||
* copy deep und flach | * copy deep und flach | ||
Revision as of 09:46, 16 August 2023
- Namen
- Bedeutung des _
- __name__ == __main__
- Mehrfach Zuweisung
- y, x = 1, 2
- x, y, z = [1, 2, 3]
- Inhalte tauschen
- x , y = y, x
- Tupel
- Als Eingabe für Funktionen
- join()
- Als Rückgabewert von Funktionen
- NTP / RTC
- Als Eingabe für Funktionen
- Slicing
- Konstanten
- copy deep und flach
- https://www.heise.de/ratgeber/Phyton-Welche-Auflistungstypen-es-gibt-und-wie-sie-verwendet-werden-9216638.html?seite=all
- https://levelup.gitconnected.com/30-phyton-concepts-i-wish-i-knew-way-earlier-3add72af6433
Mitgliedschaft
- in