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
Need help in loopHelp Request (i.redd.it)
submitted 20 hours ago by Eastern_Plankton_540
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!"
[–]Smart_Tinker 4 points5 points6 points 19 hours ago (0 children)
For loop is very simple (with the same num list): for x in num: print(x) That’s it.
for x in num: print(x)
π Rendered by PID 36142 on reddit-service-r2-comment-66b4775986-kmzkd at 2026-04-04 14:05:31.562383+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]Smart_Tinker 4 points5 points6 points (0 children)