Question: ignore 4 multiple choices below the code later. // Exercise: We have a program that starts as shown. Go through the word s using a

ignore 4 multiple choices below the code
later. // Exercise: We have a program that starts as shown. Go through the word s using a loop and check if s contains any letter that occurs before C -- i.e. the letter given by the user -- in the alphabet. If it does, make a new variable "contains" that is equal to True. If not, "contains" is False. Assume all letters in s and c are in lowercase. Once you're done, choose something below. s = input("Give me a word: ") c = input("Give me a letter: ") I am completely stuck -- no idea where to start. I am somewhat stuck -- I have something, but not quite done. I got this ... I think. I am done, and confident in my
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
