Save new folder

This commit is contained in:
2025-11-09 10:02:18 +01:00
commit 5c733eac6b
21738 changed files with 4477854 additions and 0 deletions

View File

@ -0,0 +1,11 @@
if 1:
print("Hello " + "world")
if 0:
print("then")
print("clause")
elif 1:
pass
elif 1:
pass
else:
print("else-clause")