Create a function that returns the number of palindrome numbers in a specified range (inclusive). For example, between 8 and 34, there are 5 palindromes: 8, 9, 11, 22 and 33. Between 1550 and 1552 ...
Activity 1.1 PALINDROME Write a function called isPalindrome(text) that: • Accepts a string as input. • Returns True if the string is a palindrome (reads the same backward and forward), and False ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results