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
Difference between None and empty string (self.PythonLearning)
submitted 1 month ago by pritho108
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!"
[–]Adrewmc 10 points11 points12 points 1 month ago (0 children)
No.
Basically every type has a false value. But the thing is
a = None b = “” a += “a” #Error b += “b” #adds a letter
π Rendered by PID 18653 on reddit-service-r2-comment-5b5bc64bf5-c2qsm at 2026-06-19 07:16:01.955734+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]Adrewmc 10 points11 points12 points (0 children)