Question: Consider the function len len(s) Takes a string s and returns the number of characters in the string In this challenge, the input is two

Consider the function len

len(s)

Takes a string s 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 longer_length that stores a number that's the length of the longer string.

The first string is stored in the variable str1, and the second in the variable str2.

Sample Input:

longer short

Sample Output:

6

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!