Question: Consider the function len ten ( s ) Takes a string s and returns the number of characters in the string In this challenge, the
Consider the function len
ten
Takes a string and returns the number of characters in the string
In this challenge, the input is two strings, one on each line. You should define a variable LongerLength that stores a number that's the length of the longer string.
The first string is stored in the variable and the second in the variable str
Sample Input:
longer
short
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
