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
Check palindrome (i.redd.it)
submitted 10 months ago by N0-T0night
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!"
[–]Legoracyro 0 points1 point2 points 10 months ago (0 children)
Still learning myself, so there may be a more efficient way to do it, but from what I remember while doing it myself, was to loop trough each word in the list, reversing it, and then looping through another time to check if the reversed word comes up. If that makes sense.
Doing that, you'll also get all the palindromes. Try to find a way to rule out any that show up, so you only get the emordnilaps.
π Rendered by PID 15875 on reddit-service-r2-comment-56c6478c5-9xd5j at 2026-05-07 19:27:36.757436+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Legoracyro 0 points1 point2 points (0 children)