This commit is contained in:
2025-12-29 18:45:45 +01:00
commit 0d40d96fe1
66 changed files with 45519 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
i = 5
if i % 6 != 0:
print("nein")
else:
print("ja")