OpenGuide / Python-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple Python codes here , and whats more interesting is that you can even Contribute !!!
MIT License
30 stars 70 forks source link

function for palindrome numbers #104

Closed tehw0lf closed 5 years ago

tehw0lf commented 6 years ago

added a function that takes a given number and returns True if it is a palindrome. #95