Question: home / study / engineering / computer science / computer science questions and answers / please use python only and follow all the following instructions
home / study / engineering / computer science / computer science questions and answers / please use python only and follow all the following instructions carefully. thank you requirements ...
Question: Please use PYTHON only and follow all the following instructions carefully. Thank you Requirement...
Please use PYTHON only and follow all the following instructions carefully. Thank you
Requirements

Background info (for your reference):

Problem statements:




For your reference:

Please make sure that it can pass all the test cases as follows: https://repl.it/N7up/1
Also, the csv files mentioned are as follows:











Restrictions no modules may be imported. (this definitely includes the csv module - do the work directly!) Allowed * all basic expressions and statements file reading: open(), close(), read(), readline), readlines (), with syntax dictionaries: len, get, clear, copy, keys, values, items, pop, popitem, update all sets and set operations; all exception handling blocks/raises. functions: len(), range(), min), max), enumerate(), int), and any functions you write list methods: remove(), insert(), append(), extend), pop(), index() string methods: split), endswith), startswith), join(), insert, index) more: sorted(), sort(), reversed(), reverse() calling other functions of the project (and your own defined helper functions). Please do this! ) Hint In our solution, we only used range, len, int, open, close, readlines, .get(), .items, .remove)., .append), .split(), .sort()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
