python-beginner-programming-exercises
python-beginner-programming-exercises copied to clipboard
Update test.py of 19-Bottles-Of-Milk exercise
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 be necessary.