understand what algorithms are; how they are implemented as programs on digital devices; and that programs execute by following precise and unambiguous instructions.
create and debug simple programs
2.1a
LO: To complete a task using commands.
Use the worlds Around1 and 2 (or any simple world you have created).
Recap the use of Blockly (Py) and the basic commands to move Reeborg around the worlds.
This...
move() move() turn_left() move() move() move()
...would look like this in Blockly (Py)

Remember to check the help page for any help for this unit.