Question: I am learning Python and this is my lab question. We are supposed to use Anaconda 3.6,Spyder 3.2.8. It would be very kind of you

I am learning Python and this is my lab question. We are supposed to use Anaconda 3.6,Spyder 3.2.8. It would be very kind of you if you help me with this question and please upload a photo of the answer from Spyder.
1. Write a program that inputs a pair of string from the user. The program should display an appropriate message if either one of the strings ends with the other string. The case of the input strings does not matter. The program should continue to enter pairs of strings until the user enters an empty string for either. Sample Run: Enter tirst string: Hello World Enter second string: world string 2 is at the end of String 1 Enter first string: abe Enter second string: deIABC String 1 is at the end of String 2 Enter first string: hello world Enter second string: hello String 1 and String 2 do not end with the other Enter first string: Hello World again Enter second string: second string is empty, goodbye
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
