Question: Write code ( using while loop) that takes two strings from the user, and sees if all the letters in the second string appear in
Write code (using while loop) that takes two strings from the user, and sees if all the letters in the second string appear in the first, in order. For example, happybirthday and apt yields the result True, while happybirthday and htb yields the result False.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
