Now we need to add functionality to the class. Create a function called shoot and add self as a parameter. Finish the line with a :.
shoot
self
:
Make sure to type def shoot(self):.
def shoot(self):