Question: Python Given the variables name1 and name2, write a fragment of code that assigns the larger of their associated values to first. (NOTE: larger here
Python
Given the variables name1 and name2, write a fragment of code that assigns the larger of their associated values to first.
(NOTE: "larger" here means alphabetically larger, not "longer". Thus, "mouse" is larger than "elephant" because "mouse" comes later in the dictionary than "elephant"!)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
