pls make this python program I need it!
Q - You are given three strings- a string, first letter and second letter. Check if every instance of the first letter occurs before every instance of second letter. the string will be in lower case and will contain the first and second letter at least once.
string = "home"
first_letter = "o"
second_letter = "m"
Answers
Answered by
0
I DONT NO THE Answer Bro
Similar questions