After finishing part 1, it’s time to extend our interpreter (just a little). Today we’ll add support to two more basic commands – PU and PD. PU, or Pen Up is a command to, um.., put the pen up? After you issue a PU command, whatever you do will not produce a drawing. PD, or […]
Learn to write a basic LOGO emulator in Python, and a lot of Maths