Enter the address for your Mirobot here:
123456789101112from mirobot import Mirobotmirobot = Mirobot()def draw_square(): for i in range(4): mirobot.forward(100) mirobot.right(90) draw_square()XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Use these simple commands to get started controlling Mirobot: