This commit is contained in:
adii1823
2021-10-28 17:37:54 +05:30
parent 8b802c5c62
commit ee641c189f
49 changed files with 601 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# func_from.py
from lib.funcdef import square, cube
print(square(10))
print(cube(10))