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