def cube(y): return y*y*y; g = lambda x: x*x*x print(g(7)) print(cube(5))
Not registered? Create an account
Forgot Password?
Already a registered user? Login