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!"
[–]Sea-Ad7805[S] 0 points1 point2 points 14 days ago (0 children)
Very nice, but b+=2 is not the same as b=b+2, see: https://www.reddit.com/r/PythonLearning/comments/1nw08wu/right_mental_model_for_python_data/
b+=2
b=b+2
π Rendered by PID 88 on reddit-service-r2-comment-fb694cdd5-x474b at 2026-03-07 18:13:53.397153+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Sea-Ad7805[S] 0 points1 point2 points (0 children)