Question: question 4 only, using python QUESTION 1: You have a code that starts with the following lines - S = input (Give me a word:

question 4 only, using python
QUESTION 1: You have a code that starts with the following lines - S = input ("Give me a word: ") c = input ("Give me a letter: ") Write a loop that checks if s contains any letter that occurs before c in the alphabet. Assume all letters in s and care lowercase. Modify "contains" to be True or False depending on the above Hint: Remember that "a"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
