Example #1
0
def robo_run_checker(directions, houses):
    assert santa_run(directions, santas=2) == houses
Example #2
0
def santa_run_checker(directions, houses):
    assert santa_run(directions) == houses