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