Untitled

Run Settings
LanguagePython
Language Version
Run Command
sentence = "EGGS , BREAD , EGGS, MILK, EGGS,EGGS " word = "bread" positions = [] for pos, i in enumerate(sentence.split(",")): if i.strip().lower() == word.lower(): positions.append(pos+1) print(word,"positions:",positions)
Editor Settings
Theme
Key bindings
Full width
Lines