#Jay Summet - Georgia Tech # #Released to the public domain Aug 2009 from myro import * init() while( timeRemaining(5)): print "Still going!" if (getIR("left") == 0): forward(1,0.5) else: print "I'm safe!" # After the while loop: print "I'm done!"