Write a programs to pirint the palindromes sequence | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответ
+ 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