Question: It is in python begin{tabular}{l|l} 1 & def find_max(nums): 2 & max_num = float(-inf) # smaller than all other numbers 3 & for
It is in python

\begin{tabular}{l|l} 1 & def find_max(nums): \\ 2 & max_num = float("-inf") \# smaller than all other numbers \\ 3 & for num in nums: \\ 4 & if num > max_num: \\ 5 & \# (Fill in the missing line here) \\ 6 & return max_num \end{tabular} Select an
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
