The default BlocklySpot program you see below will initialize spot and power him on, then demonstrate some of his commands like tilting his torso, sitting, waiting, standing, and moving. The program ends with powering off spot. "Generate Python" compiles the program into Python code (which is the code we use to interact with Spot), and "Save Code to File" will download the Python file straight to your computer. You can remove a program by dragging it out of the workspace. You can write your own program by dragging blocks from the toolbox to the workspace. By using "Save Blocks" you can save your program to a file and also load in a program by file using "Load Blocks". When creating a program for Spot, make sure to follow some rules: Create an "Initialize Spot" block and place all of your command blocks inside of it. Your custom commands should begin with "Power On", and end with "Power Off" blocks. Spot will not move or rotate while sitting, so if you make Spot "Sit Down", be sure to make him "Stand Up" before placing a movement or rotational block.Instructions