Ad
Code
Diff
  • def kube(a, b, c):
        #your code here
        return a*b*c
        #return 0
    • def kube(x, y, z):
    • def kube(a, b, c):
    • #your code here
    • return x*y*z
    • return a*b*c
    • #return 0