Question: 8. Does it end with a fullstop() ? In [ ]: str=There are no traffic jams along the extra mile. # Type your code here.
8. Does it end with a fullstop() ? In [ ]: str="There are no traffic jams along the extra mile." # Type your code here. ans_1= print(ans_1) 9. Using index() method, identify the index of character: (v). In [ ]: str "The best revenge is massive success." # Type your code here. ans_1= print(ans_1) 10. Using .find() method, identify the index of character: (m). In [1: str="The best revenge is massive success." # Type your code here. ans_1= print(ans_1) far character: X). First with find met
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
