0
Please tell me where is the error in finding the Factorial of a no.
I don't think there is a mistake of variable scope : https://code.sololearn.com/cmCvN9lO6SCL/?ref=app
7 ответов
+ 2
In line 10, you used < instead of >.
+ 3
It might be useful for you to check up some debugging tutorials online. It is a very important aspect of coding, and this was a simple bug.
+ 2
No sorry Parth Salat , I self learned how to debug my code. I am not sure how other languages do it but Python for example when using PyCharm they have special debug runs; so if you are using an interface search online for that specific interface how to debug with it. Maybe that can help you start (y)
+ 1
you're welcome!
+ 1
i agree with Kelbey Wheeler.
0
Thanks a lot S. C. 👍
0
Thanks Kelbey Wheeler, can you tell me some websites for debugging?