In the case that we don't have any arrows left to shoot we need to change the variable empty to be True.
empty
True
Make sure to pick self followed by . and then empty, =, True.
self
.
=