You’re working on a feature for Netflix to manage its growin…

You’re working on a feature for Netflix to manage its growing collection of action movies.  Assume that you have already created a subclass called ActionMovie that inherits from the parent class Movie. The ActionMovie subclass has an additional public attribute for stunt_coordinator. Your manager asks you to override the __str__ method in the ActionMovie subclass to include the stunt_coordinator in the output, while still leveraging the existing __str__ method from the Movie superclass.