Can you break this reacursion? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can you break this reacursion?

I don't understand what is going on. https://code.sololearn.com/cJikArN95wl4/?ref=app

26th Jul 2020, 9:02 AM
Wasi
Wasi - avatar
2 Answers
+ 8
If you don't work on an IDE with a debugger, you can use an online service which can do this. Debugging can be done visually and you can see output and content of variables. Copy your code and paste it in: http://www.pythontutor.com/visualize.html# There are some restrictions, but nevertheless it's a great tool.
26th Jul 2020, 10:45 AM
Lothar
Lothar - avatar
+ 1
~ swim ~ this time you really taught me something
26th Jul 2020, 10:47 AM
Wasi
Wasi - avatar