Question: in python please 4 3s8 printNch (I1. 2.3/4, 5, 6.714) Ln: 45 Col:4 2. Implement a function inBoth0 that takes as parameters two lists and

in python please
4 3s8 printNch (I1. 2.3/4, 5, 6.714) Ln: 45 Col:4 2. Implement a function inBoth0 that takes as parameters two lists and returns True if there is an item that is common to both lists and False otherwise. The list can contain numbers, strings, or a mix of both. If the lists contain strings, the capitalization of the string matters when considering whether items match. The information below shows how you would call the function inBoth0 and what it would display for several sample executions Python 3.62 Shell Eile Edit Shell Debug OptionsWindow Help >>> ans True False >>> inBoth ( [ ' eat, , 3 . 14 15, ' Python'), False >>> inBoth(3.141S, 2 2, 2, 2.5)) [3. 14, . Jeva' , , dog" , ' dog" True Ln: 26 Col: 4 Submitting the exercises Modify the cse24 1lab5.py template file provided on D2L and upload it to the associated D2L dropbox. Grading
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
