Пример #1
0
def robo_run_checker(directions, houses):
    assert santa_run(directions, santas=2) == houses
Пример #2
0
def santa_run_checker(directions, houses):
    assert santa_run(directions) == houses