A control system is needed for a drone logistics hub to validate incoming delivery drones using a unique Drone Callsign and a five-digit Verification Code.
The drone registry is stored in a two-dimensional list. Each record contains: Registry ID, Manufacturer, Model, Drone Callsign, and Verification Code.
The list is sorted alphabetically by Drone Callsign. All drones have Verification Codes that are integers between 10000 and 99999 inclusive.
Open file D02.
Write a program to meet the following requirements:
Do not add any additional functionality.
Use comments, white space and indentation to make your program readable and easy to follow.
Save your amended code as D02FINISHED.py