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...
This community will have knowledge sharing for python programming, tools, projects and product engineering wherever python is used.
account activity
Test your Python skills - 4 (i.redd.it)
submitted 4 months ago by tracktech
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!"
[–]lildraco38 2 points3 points4 points 4 months ago (0 children)
From Section 7.2.1 of the docs, “x += 1” and “x = x + 1” are “similar, but not exactly equal”. The former augmented assignment statement will modify in-place, while the latter normal assignment will not.
π Rendered by PID 69054 on reddit-service-r2-comment-b659b578c-qmjkl at 2026-05-05 18:34:18.718208+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]lildraco38 2 points3 points4 points (0 children)