4 # Assertions can be used to check that a
5 # value is what you expect it to be:
9 # For debugging purposes, you can use `>>`
10 # to print out a value:
13 # If a docstring test's output is different
14 # from what was expected, it will print an
15 # error message and halt the program.
17 # Edit this test so it passes: