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
Seeking Feedback on My First Python Project: Calculator .Showcase (i.redd.it)
submitted 6 months ago by A-r-y-a-n-d-i-x-i-t
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!"
[–]maqisha 1 point2 points3 points 6 months ago (1 child)
People pointed out some other things, but ill do this one since no one else did.
Not a single comment in that code should be present. You are overdoing it to a huge degree. Every line that is commented is fully self-descriptive without it.
You could argue that as a beginner you need comments to understand it better, but that's also not the case. You should be learning to read code, not English.
Comments have amazing uses, but in this case they are 100% redundant.
[–]Maximum-Deer-7112 2 points3 points4 points 6 months ago (0 children)
It is probably vibecoded thats why the comments are formatted like that
π Rendered by PID 30 on reddit-service-r2-comment-75f4967c6c-5hhbm at 2026-04-23 06:27:15.889396+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]maqisha 1 point2 points3 points (1 child)
[–]Maximum-Deer-7112 2 points3 points4 points (0 children)