Advertisement
Guest User

Untitled

a guest
May 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if __name__ == '__main__':
  2. print "\n".join([str(any(item)) for item in zip(*[[c.isalnum(), c.isalpha(), c.isdigit(), c.islower(), c.isupper()] for c in raw_input()])])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement