Extracting and Sorting Movie Data from JSON (Challenge)

# Introduction In this challenge we will work with a JSON file called `movie.json` to extract movie names and release dates. The goal is to print the extracted information in ascending order of release date. The script should be located in `/home/labex/project/movie.py` and the final output should contain 100 lines of movie names and release dates.

|60 : 00

Click the virtual machine below to start practicing