From 9dbe00e7fe41173c68979c2f0d2ce7df0ea8ea11 Mon Sep 17 00:00:00 2001 From: Felix Anders Date: Sun, 7 Jun 2026 18:55:53 +0000 Subject: [PATCH] Readme 2.Stunde add import --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8478403..e391dd0 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Ein kleines Python-Projekt für die Informatikstunde, das einen Teil der Grundla | Klassen | `class Klasse():` | | weitere Variablen | list, dict| | For-Schleife | `for i in range(10):` | +| Bibliotheken-Import | `import time` | ## Zusätzliche Inhalte