ch04
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# func_from.py
|
||||
from lib.funcdef import square, cube
|
||||
|
||||
print(square(10))
|
||||
print(cube(10))
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
# func_from.py
|
||||
from lib.funcdef import square, cube
|
||||
|
||||
print(square(10))
|
||||
print(cube(10))
|
||||