Python Function to Check Palindrome π
Learn how to create a Python function that verifies if a given string is a palindrome in this tutorial.

Python Programming
549 views β’ Apr 25, 2022

About this video
Hi, in this video we will solve the following exercise: βWrite a python program with a function that receives a string of characters and check if the string is a palindrome. A palindrome is a sequence of characters or numbers which can be read forward or backwards with the same meaning. Examples of palindromes are: madam, ana and otto. The function must return a boolean containing either True if the word is a palindrome or False otherwise. β
The code for the exercise and the exercise list can be found on:
https://github.com/fanteos/python_programming/tree/main/Exercise%20List%2002%20-%20Functions%20-%20Part%2001
#Python #Programming
If you have any suggestions for a python exercise to be solved, use the comments.
Thanks.
Music by: https://www.bensound.com.
The code for the exercise and the exercise list can be found on:
https://github.com/fanteos/python_programming/tree/main/Exercise%20List%2002%20-%20Functions%20-%20Part%2001
#Python #Programming
If you have any suggestions for a python exercise to be solved, use the comments.
Thanks.
Music by: https://www.bensound.com.
Video Information
Views
549
Likes
3
Duration
5:02
Published
Apr 25, 2022
Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.