def clock(): motors.leftSet(30) motors.rightSet(-30)
def counter(): motors.leftSet(-30) motors.rightSet(30)