AnnaVolkova

Untitled

Jul 13th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. def pal():
  2. if s[:]==s[::-1]:
  3. print(s,'yes')
  4. else:
  5. print(s,'no')
  6.  
  7. for i in range(3):
  8. s=input()
  9. pal()
Add Comment
Please, Sign In to add comment