Question: Python Write a program called movie.py that will contain a class definition for a Movie. Write a program called movietest.py that will create 3 different
Write a program called "movie.py" that will contain a class definition for a Movie. Write a program called "movietest.py" that will create 3 different movie objects and test all the methods in the movie class. The movie class must contain the following attributes and their relevant methods: o Title o Release Date (as a string) o Rating (Number from 1-100) o Director The movie class must contain the following methods o The initializer init_) The getters/setters for every data attribute o The str method str)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
