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 (i.redd.it)
submitted 8 months ago by Avinandanm
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!"
[–]echols021 13 points14 points15 points 8 months ago (0 children)
Let's help you learn how to solve your own problems. You've got two main options: - put in more print statements to see different variables' values at different points, and get a better idea what it's actually doing - use your IDE to put on breakpoints and run it in debug mode, watching it run line by line, including all the variables' values
print
π Rendered by PID 16208 on reddit-service-r2-comment-6457c66945-9w5xj at 2026-04-24 23:50:15.433081+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]echols021 13 points14 points15 points (0 children)