top of page




CHALLENGE 7
Python Strings
step 1: Code It!
HOW ?
STEP 1: Complete the problem statement
STEP 2: Attempt the Quiz
You need to score more than 80 % to clear the Challenge
STEP 3: Upload your Quiz certificate, program code and your head shot(optional)
Not yet registered?
Click Here
step 2: Quiz It!
Click Here
PROBLEM STATEMENT
Write a program to check if a string is a palindrome.
A palindrome is a String which when read from either side gives the same output. eg, MadaM, noon etc.
Example:
Sample input & output:
Enter String: civic
Palindrome
Enter String: Perret
Not a Palindrome
TRY AND CHECK
Code It
step 3: Upload!

bottom of page