Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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. GradingStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started