FinishedTheBasics

This commit is contained in:
2024-09-13 15:12:25 +02:00
parent c931aee263
commit b4fa51980a
12 changed files with 510 additions and 0 deletions

View File

@ -0,0 +1,4 @@
x = 1
if(x == 1):
print("Its a one!")
print("Hello World!")