A Python program to rate and analyze a list of movies.
- Rate movies on a scale of 1 to 10
- Finds highest and lowest rated movie
- Lists all movies rated 8 and above
- Uses dictionary for clean data storage
- Make sure Python is installed
- Run: python Movie_Rating_Tracker.py
Python — dictionaries, loops, functions