Question: WITH INPUT FUNCTION 1. Write a function named longestword that is used to compare 3 words. It should return the word with the most number

WITH INPUT FUNCTION
1. Write a function named longestword that is used to compare 3 words. It should return the word with the most number of characters (and the first in the list when they have the same length). Sample Output: >>>longestword("Heat", "Lakers","Warriors") Warriors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
