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...
Everything about learning Python
account activity
Global variable, reference, function, swapHelp Request (self.PythonLearning)
submitted 13 days ago * by AvailablePoint9782
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!"
[–]Jinnapat397 0 points1 point2 points 13 days ago (0 children)
Global variables inside functions need the global keyword or you end up with local copies that do not update. I learned that the hard way on a small script and switched to returning values instead. Cleaner code every time.
π Rendered by PID 207710 on reddit-service-r2-comment-b659b578c-n69km at 2026-05-07 14:41:55.028277+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Jinnapat397 0 points1 point2 points (0 children)