Which Python statement can be used to count the number of character ch in string st case insensitively? Lütfen birini seçin: O a. None of the others O b.n = sl.count(ch) O c.n= s1.find(ch) O d.n =...


Please answer fast


Which Python statement can be used to count the number of character ch in string st case<br>insensitively?<br>Lütfen birini seçin:<br>O a. None of the others<br>O b.n = sl.count(ch)<br>O c.n= s1.find(ch)<br>O d.n = s1.lower().count(ch.lower())<br>O e.n = sl.count(ch.lower())<br>

Extracted text: Which Python statement can be used to count the number of character ch in string st case insensitively? Lütfen birini seçin: O a. None of the others O b.n = sl.count(ch) O c.n= s1.find(ch) O d.n = s1.lower().count(ch.lower()) O e.n = sl.count(ch.lower())

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here