Create a function that displays the series name.
Make sure to pick def followed by print_name and then (, self, ), :.
def
print_name
(
self
)
: