Question: Coding with python and I'm in the introductory course so make sure the module and function is not too complex involving things that we haven't

Coding with python and I'm in the introductory course so make sure the module and function is not too complex involving things that we haven't learned.Thank u!

- Do NOT use python's list method max()

Write a function largest_even that takes a 2d-list of integers as a parameter and returns the maximum even value for the entire list. Your function should return None if the list is empty or all the numbers in the 2d-list are odd. Save the function in a PyDev library module named a9_functions.py Write a program q6.py that tests largest_even function

Do NOT use python's list method max().

Test your function with 3 different 2d-list, hardcoded in q3.py

Copy the results to testing.txt.

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!