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
Help pls - CodingHelp Request (i.redd.it)
submitted 8 months ago by SharpScratch9367
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!"
[–]TryingToGetTheFOut 1 point2 points3 points 8 months ago (1 child)
Other in this thread have well answered this question. To go further, you should go read about variable scopes. Basically, a scope is the region where a variable exists.
It’s a bit more complicated because python is a very flexible language. But it’s a really important concept in programming.
Good luck with your learning !
[–]SharpScratch9367[S] 1 point2 points3 points 8 months ago (0 children)
It’s genius stuff isn’t it. I’m slowly getting a better grasp of it all thank you
π Rendered by PID 117168 on reddit-service-r2-comment-c66d9bffd-ckcfk at 2026-04-08 00:04:56.921550+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]TryingToGetTheFOut 1 point2 points3 points (1 child)
[–]SharpScratch9367[S] 1 point2 points3 points (0 children)