Question: MOST be in PYTHON 3.6 Please complete the functions read_file - merge_databases also please comment out your code so that I know what is going

 MOST be in PYTHON 3.6 Please complete the functions read_file -merge_databases also please comment out your code so that I know whatis going on Also it must pass the tester file located here

MOST be in PYTHON 3.6

Please complete the functions read_file - merge_databases also please comment out your code so that I know what is going on

Also it must pass the tester file located here https://paste.ee/p/mi14t only posting this url because the tester created is to long to post thank you

As soon as you post answer that pass the tester file I'll rate asap

New rule: no use of global variables (sharing data between functions not via arguments). Up to 10% penalty. What can I use? You may only use the following things. We are quite unlikely to add to the list, but note there are some useful things that weren't available earlier in the semester. If you use something disallowed, it's not an honor code violation, you just won't get points for some or all of that function (still not fun!). 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! O Hint In our solution, we only used range, len, int, open, close, readlines, get(), .items(),.remove( .append), .split(), .sort( New rule: no use of global variables (sharing data between functions not via arguments). Up to 10% penalty. What can I use? You may only use the following things. We are quite unlikely to add to the list, but note there are some useful things that weren't available earlier in the semester. If you use something disallowed, it's not an honor code violation, you just won't get points for some or all of that function (still not fun!). 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! O 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!