programmieren_wise_24_25/Lectures/03 01.11.2024.md
2024-11-01 13:40:56 +01:00

542 B

parent tags
Lecture
Lecture

Content

  • Lösungen Tutorial 1

  • Ausgabe - Tutorial 2

  • For loops - Container Loops

    • Zähl loops
    • Unterschied zu anderen Programmiersprachen
    • range
    • len
    • _
    • über liste loopen
  • Dictionarys

    • .items
    • .values
    • .keys
  • List Comprehension

    • Vergleich mit Mengenlehre
    • Dictionary Comprehension
  • System Interactionen

    • input
    • open
    • with Context
  • Import

    • std
    • as
    • from