Skip to content

Instantly share code, notes, and snippets.

@xsaamiir
Created October 14, 2017 14:58
Show Gist options
  • Save xsaamiir/ce89b7a8cea928ac7686a3802df79a23 to your computer and use it in GitHub Desktop.
Save xsaamiir/ce89b7a8cea928ac7686a3802df79a23 to your computer and use it in GitHub Desktop.
user_input = input("Please type a word:\n")
if user_input == user_input[::-1]:
print("You just typed a palindrome")
else:
print("You didn'type a palindrome")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment