Question: In Python Write a program with a function that takes two strings of different length: the function returns the string with greater length, after removing
In Python

Write a program with a function that takes two strings of different length: the function returns the string with greater length, after removing its first character and capitalizing the rest of the characters. The program should let the user enter two strings and pass them to the function. Sample outputs Enter a string apple Enter another string banana the new string is: ANANA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
