Ejemplo n.º 1
0
def robo_run_checker(directions, houses):
    assert santa_run(directions, santas=2) == houses
Ejemplo n.º 2
0
def santa_run_checker(directions, houses):
    assert santa_run(directions) == houses