News

This repository includes all the practice problems and assignments which I've solved during the Course of Python Programming taught by Coding Ninjas. ... ##Given a String s, check it its palindrome.
# Python program to check whether or not a string is a palindrome. #A palindrome string is a string that reads the same backward like: hannah, level, radar ...