python-beginner-programming-exercises icon indicating copy to clipboard operation
python-beginner-programming-exercises copied to clipboard

Update test.py of 19-Bottles-Of-Milk exercise

Open Dasher83 opened this issue 2 years ago • 0 comments

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.

Dasher83 avatar May 07 '22 19:05 Dasher83