filmov
tv
Python Programming – Function that Verifies if a String is a Palindrome

Показать описание
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:
#Python #Programming
If you have any suggestions for a python exercise to be solved, use the comments.
Thanks.
The code for the exercise and the exercise list can be found on:
#Python #Programming
If you have any suggestions for a python exercise to be solved, use the comments.
Thanks.