mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
homework 4.2: add questions 1-2, move homework to subdir
This commit is contained in:
7
src/homework/04-script/4.2/q1_3.py
Executable file
7
src/homework/04-script/4.2/q1_3.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
a = 1
|
||||
b = 2
|
||||
c = a + b
|
||||
|
||||
print(a, b, c)
|
||||
Reference in New Issue
Block a user