You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
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 ...