def cube(num):
return num*num*num
for the number 3:
def cube():
return 3*3*3
7.5m questions
10.0m answers