python-beginner-programming-exercises
python-beginner-programming-exercises copied to clipboard
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Results
14
python-beginner-programming-exercises issues
Sort by
recently updated
recently updated
newest added
I just changed the dots for '.-' in a list :)
Cant find anything!
This pull request adds an implementation to check if a word is a palindrome to the existing exercise in the repository. A is_palindrome(word) function has been added, which returns True...