Computer Science, asked by tejassuresh2003, 9 months ago

What will be the output of following code? def Cube(n): print(n*n*n) Cube(n) # n is 10 here print(Cube(n)) Immersive Reader​

Answers

Answered by pavithranatarajan855
1

Answer:

1000

Explanation

In first line if we get n=int(input()) then 1000 will be answer

otherwise it will show as 'n is not defined' error.....

I think it will helpful for you...

Similar questions