homework 4.2: add questions 1-2, move homework to subdir

This commit is contained in:
2022-04-07 10:38:49 +07:00
parent 31fbe09273
commit 2981f9cab8
7 changed files with 65 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python3
a = 1
b = 2
c = a + b
print(a, b, c)