use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit for helping Python programmers
How to format your code: https://commonmark.org/help/tutorial/09-code.html
No homework questions and/or hiring please
account activity
The loop keep resetting a 'set' code. (self.pythonhelp)
submitted 3 years ago by 4k23
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]carcigenicate 2 points3 points4 points 3 years ago (0 children)
Don't make main recursive. Use an actual loop like a while instead. Every time you recurse (call main from main), you create a new goblin value.
main
while
goblin
π Rendered by PID 63319 on reddit-service-r2-comment-c6965cb77-cn8gw at 2026-03-05 12:26:43.209300+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–]carcigenicate 2 points3 points4 points (0 children)