0
why return statement is not working ?
8 Answers
+ 2
Muhammad
Thanks bro
+ 1
Where is the return statement?
+ 1
You should make the code with return statement as it is ,since you are asking why isn't return statement working ,anyway ,since I don't see any return statement and code is working fine! So what is the actual problem?
+ 1
You did not printed the strings.
Write this:
print(pop(4,4))
0
Abhey
I replaced return statement with "print "
because return statement is not working
0
I don't any output
0
check
0
I just changed my code