Please help me in understanding the issue with my code in here (I am a newbie in programming):
Please open this image for better understanding of my issue
I tried a recursive code of calculating factorial of a number in python language, getting result in call-by-value but not in call-by-reference; experts help needed.
1