Write a programs to pirint the palindromes sequence | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 9

Write a programs to pirint the palindromes sequence

plzz do it faasst

18th Aug 2017, 5:55 AM
Sagar Dhapke
Sagar Dhapke - avatar
1 Answer
+ 10
Well you just can construct palindromes. loop from x to y: convert val to string Add the reverse of that val to the val itself Print! It's
18th Aug 2017, 8:00 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar