onlinecodesimulator/readme.md

116 B

import robot import time

robot.move(0.5) await time.sleep(1) while True: robot.turn(5) await time.sleep(0.1)