Define a class method called introduce inside the class Pokemon.
introduce
Make sure to pick def followed by introduce and then (, self, ), :.
def
(
self
)
: