An automated logistics terminal uses a system to dispatch shipments.
The shipment records are stored in a two-dimensional list. Each record contains: Container ID, Client Name, Destination, Tracking Code, and Passcode.
The list is sorted alphabetically by Tracking Code. All shipments have Passcodes that are integers between 5000 and 9999 inclusive.
Open file Q06.
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 Q06FINISHED.py
159 exam-style questions on Edexcel GCSE Computer Science Algorithms, covering Constructs for solving problems, Variables, constants and data structures, Arithmetic, relational and logical operators, Tracing algorithm output with trace tables, Types of error and correcting logic errors, Standard algorithms (sorts and searches), and Evaluating algorithm fitness and efficiency. Each one has a worked solution and a mark scheme showing where the marks go.