Build a new AILA module from scratch. Every code sample in this tutorial is copied from the working hello_world module -- if it compiles there, it compiles here. For ...
# t.forward() is used to move the turtle forward. # On line 10, t.forward(200) will move the turtle 200 pixels. # Task 1: Move the turtle forward by 50 steps on line 11.