Root Robot Python Web App



# Press Connect to connect to robot over Bluetooth # Press Play to run this Python code and Stop to stop # Use Open and Save to work on a local Python file # Use robot object to control Bluetooth robot # Don't forget to await any async methods name = await robot.get_name() print(f"hello {name}") # any output will be printed below help(robot) # explore robot methods using help function




View on GitHub