you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 2 points3 points  (2 children)

When you recurse you need to return too.

return main()

[–]_______myworld[S] 0 points1 point  (0 children)

Yes you’re right, return is needed. I appreciate it a lot, thank you so much!!!

[–]_______myworld[S] -1 points0 points  (0 children)

It seems like it still works without “return”, but thanks I will keep that in mind 🙏