Readme 2.Stunde add import

This commit is contained in:
2026-06-07 18:55:53 +00:00
parent 3e31fa16ac
commit 9dbe00e7fe
+1
View File
@@ -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