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.
Revision - Changes made for exercise 09-random-numbers
- The exercise 17 test was looking for the execution of the function when it actually should be looking for the existence of it - Exercise 12 was looking for...
Assert will always raise and exception if we apply it to the invocation of a function that always returns None. I think the explicit importation of the function may not...
issue: https://github.com/learnpack/learnpack/issues/716
in the code that shouldn't be changed by the student there's a dollar sign that isn't in the test. Because of this, the test will always fail.
There was a "$" in the don't change section that was creating an error when testing.
...what makes difficult to keep a proper exercise register, unless you make them all in a row