Skip to content

Write a python function to determine if a given string (A-Z) is a palindrome.

License

Notifications You must be signed in to change notification settings

hr21don/Palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome

A palindrome is a word or phrase that reads the same forwards as it does backwards.

Challenge

Write a python function to determine if a given string is a palindrome. Only consider letters (A-Z)

Input

String to evaluate.

Output

Boolean Value.

For e.g.

palindrome_checker('aIbohPhoBiA') True

and

palindrome_checker('hello_world') False

Test the palindrome_checker using the 50+ Palindrome Sentences found here at https://www.scarymommy.com/palindrome-sentences/ .

About

Write a python function to determine if a given string (A-Z) is a palindrome.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages