14. Lektion: Variablen vielfalt.extend(): Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
* Listen
* Listen
** Comprehention
** Comprehention
** https://realpython.com/python-list/
* Slicing
* Slicing
** https://realphyton.com/phyton-list/
** https://realphyton.com/phyton-list/
* Konstanten
* Konstanten

Revision as of 17:29, 19 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
  • Listen
  • Slicing
Sortieren
Mitgliedschaft
  • in

Navigation

Zurück zur Micropython_Kurs_2023 Startseite