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