Initial commit

This commit is contained in:
github-classroom[bot]
2021-02-09 10:56:17 +00:00
commit 54e35e2b89
114 changed files with 5696 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
if 1 > 2:
print(1)
elif 3 == 4:
print(2)
elif True:
print(3)