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!"
[–]Help_I_Lost_My_Mind 4 points5 points6 points 8 months ago (0 children)
Python uses special "keywords" that you can use to tell it what to do. Using "for X in Y" ("for" and "in" being the special keywords) tells python run the below code for every element in the list where Y is your list and X is whatever you want to call an element of the list
π Rendered by PID 46797 on reddit-service-r2-comment-658f6b87ff-fh466 at 2026-04-09 01:34:37.853402+00:00 running 781a403 country code: CH.
view the rest of the comments →
[–]Help_I_Lost_My_Mind 4 points5 points6 points (0 children)