Initial commit
This commit is contained in:
11
Solutions/7_1/sample.py
Normal file
11
Solutions/7_1/sample.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# sample.py
|
||||
|
||||
from logcall import logged
|
||||
|
||||
@logged
|
||||
def add(x,y):
|
||||
return x+y
|
||||
|
||||
@logged
|
||||
def sub(x,y):
|
||||
return x-y
|
||||
Reference in New Issue
Block a user