Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Turtle Graphics [3/12]

Drawing a square seems to be easy enough.

The command FW is implemented as a user-defined procedure. The signature of this procedure is:

  • void FW(
    • num distance
    • )

Loading...