csc-python-solutions/10/1 - Cubism.py

3 lines
28 B
Python
Raw Normal View History

2021-02-18 08:55:20 +00:00
def cube(n):
return n**3