python-beginner-programming-exercises icon indicating copy to clipboard operation
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 :)

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...