Welcome
Welcome to the StudioBot, an advanced Python capable robotics platform.
Getting Started
import board
print("Hello World")import board
#Notice we can add comments if we start the line with a hash
print("Hello BBS")Last updated