From 70b33e41982bc61303067c526a4933c377dc7d19 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Thu, 4 Jan 2024 15:50:25 +0100 Subject: [PATCH] added tut11 notes --- Tutorium/tut11/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Tutorium/tut11/README.md b/Tutorium/tut11/README.md index e69de29..e1b4220 100644 --- a/Tutorium/tut11/README.md +++ b/Tutorium/tut11/README.md @@ -0,0 +1,20 @@ +--- +marp: true +paginate: true +class: invert +# theme: uncover +footer: Tutorium 11 - 15.01.2023 - Nils Pukropp - https://s.narl.io/s/tutorium-11 +header: +--- + +# Tutorium 11 - EidP 2024 + +Dictionary, List-Comprehensions, Funktionen als Objekte + +--- + +# Dictionary + +- Eine Ansammlung aus **Keys** und dessen **Werten** +- Ordnet jedem **Key** einen **Wert** zu +-