Question: What are the outputs? food = banana bread print(food.capitalize()) print(food.find(e)) print(food.find(na)) print(food.find(b)) print(food.rfind(e)) print(food.rfind(na)) print(food.rfind(b)) print(food.index(e))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
