Question: Python Assignment Write a function that can accept two strings as input from user and print the string with maximum length in console. If two
Python Assignment
Write a function that can accept two strings as input from user and print the string with maximum length in console. If two strings have the same length, then the function should print all strings line by line. Hints: Use len() function to get the length of a string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
