need help plz
Question Answered step-by-step need help plz Image transcription text1. Largest even number Compose a function, largest_even, that satisfies the following: The functionlargest_even finds the largest even number in the list. It returns the largest even number. It returns None ifthere are no even numbers in the list. Args: a list of numbers Returns: an integer You may not nee… Show more… Show moreneed help plz Computer Science Engineering & Technology Python Programming COMPUTER 112 Share QuestionEmailCopy link Comments (0)


