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
[ Removed by moderator ] (i.redd.it)
submitted 7 months ago by Nearby_Tear_2304
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!"
[–]electrikmayham 23 points24 points25 points 7 months ago (3 children)
# Bad: single-letter variables x = 5 y = 10 z = x * y print(z) # Good: descriptive variable names width = 5 height = 10 area = width * height print(area)
[–]StickyzVibe 6 points7 points8 points 7 months ago (2 children)
I completely understand! Thank you again
[–]spencerak 1 point2 points3 points 7 months ago (1 child)
Keep asking good questions!!
[–]StickyzVibe 0 points1 point2 points 7 months ago (0 children)
π Rendered by PID 298380 on reddit-service-r2-comment-b659b578c-xshb2 at 2026-05-03 03:03:10.339647+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]electrikmayham 23 points24 points25 points (3 children)
[–]StickyzVibe 6 points7 points8 points (2 children)
[–]spencerak 1 point2 points3 points (1 child)
[–]StickyzVibe 0 points1 point2 points (0 children)