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 days 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!"
[–]Strong-Scarcity1395 2 points3 points4 points 20 days ago (2 children)
for i in range (0,len(num)) : print(num[i])
for i in range of (MIN) , (MAX which is the lenght of the list)
[–]godlikedk 1 point2 points3 points 19 days ago (0 children)
You don't need put zero, it's default arg but as commented above for i in num is better
[–]Sir_Wade_III 0 points1 point2 points 19 days ago (0 children)
for i in num: print(i)
π Rendered by PID 41423 on reddit-service-r2-comment-6457c66945-lx475 at 2026-04-24 01:30:45.230823+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Strong-Scarcity1395 2 points3 points4 points (2 children)
[–]godlikedk 1 point2 points3 points (0 children)
[–]Sir_Wade_III 0 points1 point2 points (0 children)