We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
How come input 1 and 81 test case returns False, 81 is postive number and 1 is palindrome then it supposed to return True. My test case is failing as expected output is False for the above input 1 and 81 but my program returns True. Any suggestions?
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Any or All
You are viewing a single comment's thread. Return to all comments →
How come input 1 and 81 test case returns False, 81 is postive number and 1 is palindrome then it supposed to return True. My test case is failing as expected output is False for the above input 1 and 81 but my program returns True. Any suggestions?