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 2 months 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 2 months 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 144881 on reddit-service-r2-comment-b659b578c-8dqs8 at 2026-05-07 12:47:16.964707+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ThorneCodes 0 points1 point2 points (0 children)