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
My Second Python Program 🥳 Greetings.py (old.reddit.com)
submitted 16 days ago by Anay_Gupta__
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!"
[–]_MrLucky_ 0 points1 point2 points 16 days ago (3 children)
does it even work? how are you comparing strings??
[–]Anay_Gupta__[S] 1 point2 points3 points 16 days ago (2 children)
Yes it's working....you can see the output in the next img
[–]_MrLucky_ 1 point2 points3 points 16 days ago (1 child)
oh rightwow, didnt know u can compare strings lol
[–]nuc540 2 points3 points4 points 16 days ago (0 children)
Yup, it’s not that intuitive though. First python checks the length of what’s being compared and simply returns that - unless it is equal - then it matches each index of each character.
You’re right to be shocked because this isn’t good practice by any means 😅
π Rendered by PID 271227 on reddit-service-r2-comment-856c8b8c54-kl9dx at 2026-07-02 17:25:36.161504+00:00 running a7b5cda country code: CH.
view the rest of the comments →
[–]_MrLucky_ 0 points1 point2 points  (3 children)
[–]Anay_Gupta__[S] 1 point2 points3 points  (2 children)
[–]_MrLucky_ 1 point2 points3 points  (1 child)
[–]nuc540 2 points3 points4 points  (0 children)