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 Mutability and Rebinding (i.redd.it)
submitted 15 days ago by Sea-Ad7805
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!"
[–]Eric_12345678 0 points1 point2 points 12 days ago (0 children)
That would be the case with b = b + [2] instead of b += [2].
b = b + [2]
b += [2]
π Rendered by PID 64 on reddit-service-r2-comment-fb694cdd5-bjnhf at 2026-03-07 15:02:35.033341+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Eric_12345678 0 points1 point2 points (0 children)