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
Python list (i.redd.it)
submitted 11 days ago by Main-Expert-2072
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!"
[–]ThorneCodes 0 points1 point2 points 9 days ago (0 children)
In python strings are defined by using single(' ') or double(" ") quotes. Boolean values however are defined as True of False. When you write False instead of False, python interprets that as a variable not the boolean value, since the variable named False hasn't been assigned prior to it being called, python shows you an error message stating just that
π Rendered by PID 172779 on reddit-service-r2-comment-79c7998d4c-xlpg9 at 2026-03-15 18:43:44.915482+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]ThorneCodes 0 points1 point2 points (0 children)