The task you have to perform is “Palindromify the List.” This task consists of a total of 10 points to evaluate your performance.
The task is very similar to the previous one i.e. Tutorial #109 ( Pyhton Problem 4)
You are given a list that contains some numbers. You have to print a list of next palindromes only if the number is greater than 10; otherwise, you will print that number.
[1, 6, 87, 43]
[1, 6, 88, 44]
The solution is discussed in tutorial#112. Stay up to date with codewithharry for amazing tutorial and tasks.
No downloadable resources for this video. If you think you need anything, please post it in the QnA!
Any Course related announcements will be posted here
Be the first person to comment!