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

Updated excersise 17 readme punctuation mark

This fixes a duplicate test function name in test.py that broke compatibility with pytest. I also added assertion messages to improve debugging clarity. This preserves the original intent of the...

Cuando se abre la practica y querer correr los test da el siguiente error: ![Image](https://github.com/user-attachments/assets/51f88bc4-b849-486a-8ed9-5ff6b201b1f5) La versión de learnpack es 5.0: ![Image](https://github.com/user-attachments/assets/722df6f1-a264-4fcd-aa24-69705cb6ebbc)

Codeanywhere is a cloud-based development environment that allows developers to open the repo and code in the browser-bassed IDE. It supports a wide range of programming languages, enabling users to...