Computer Science, asked by madhavitimmaraju, 19 days ago

what is the correct python program script for​

Attachments:

Answers

Answered by kishormghadi
3

Answer:

str = "Mississippi"

for i in range (len (str)) :

if str[ i ] == 'i' :

print (i)

Similar questions