Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Movie object
Python Code Challenge
146 -
Create a class "Movie" with properties for title, director, and rating. Create methods for printing the movie information, and a method to change the rating.
Python
Object Oriented Programming