Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. def why_would_i_do_this(a):
  2.     return not any([''.join([c for c in s if c.isalpha()])[i] != ''.join([c for c in s if c.isalpha()])[-i - 1] for i in range(len(''.join([c for c in s if c.isalpha()]))//2)])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement