Open vihervirveli opened 5 years ago
The exercise claims "en" in "comment" starts at index 3, but it starts at 4. TMC also wants 3 as the answer, and not the correct 4.
"""An example: find_matching(["sensitive", "engine", "rubbish", "comment"], "en") should return the list [0, 1, 3]"""
-> [0, 1, 4]
The exercise claims "en" in "comment" starts at index 3, but it starts at 4. TMC also wants 3 as the answer, and not the correct 4.
"""An example: find_matching(["sensitive", "engine", "rubbish", "comment"], "en") should return the list [0, 1, 3]"""
-> [0, 1, 4]