2.
What
will be the output ?
a = 10
def aval (a):
a = a* a
return
aval
(6)
print (a)
a
Answers
Answered by
1
Answer:
Hi..
Explanation:
There are many errors in your code..but,after removing all the errors the output will be 10..
And the function will not return anything as the function call that is print statement for it is not defined....
Hope it helps you...
Answered by
0
Lots of error, unable to get ur code !
maybe after removing error output will be 10.
Similar questions