ch04
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# lib/funcdef.py
|
||||
def square(n):
|
||||
return n ** 2
|
||||
|
||||
def cube(n):
|
||||
return n ** 3
|
||||
Reference in New Issue
Block a user