U E D R , A S I H C RSS

데블스캠프2011/셋째날/RUR-PLE/서영주 (rev. 1.2)

데블스캠프2011/셋째날/RUR-PLE/서영주

미로찾기

def checkLeft():
    if left_is_clear():
        turn_left()
        move()
    elif front_is_clear():
        move()
    elif right_is_clear():
        turn_right()
        move()
    else :
        turn_left()
        turn_left()
        move()
        
while on_beeper:
    checkLeft()
    if on_beeper():
        turn_off()
turn_off()
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:13
Processing time 0.0135 sec