A program is needed for a library check-in system to validate members using a unique Membership Code and a four-digit PIN.
The member records are stored in a two-dimensional list. Each record contains: Member ID, Last Name, First Name, Membership Code, and PIN.
The list is sorted alphabetically by Membership Code. All members have PINs that are integers between 1000 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.