3 lines
28 B
Python
3 lines
28 B
Python
|
def cube(n):
|
||
|
return n**3
|