def cube(num):
return num*num*num
for the number 3:
def cube():
return 3*3*3
5.7m questions
7.4m answers