Next, onto the pirate character! Since a pirate is also a human, we can have Pirate extend Human.

Assemble the code pieces to create the Pirate class.

Make sure that the Pirate class looks like class Pirate extends Human {}.