Python: Conditions Inside the Body of the Loop
Instructions
Loading...
Your exercise will be checked with these tests:
import index
def test1():
assert index.count_chars("axe", "a") == 1
assert index.count_chars("", "a") == 0
assert index.count_chars("opPa", "p") == 2
assert index.count_chars("opPa", "P") == 2
Teacher's solution will be available in:
20:00
