Guest User

Untitled

a guest
May 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import pturtle.*;
  2. Turtle t = new Turtle(this);
  3. t.forward(10);
  4. t.right(90);
  5. t.forward(10);
  6. t.right(90);
  7. t.forward(10);
  8. t.right(90);
  9. t.forward(10);
  10. t.right(90);
Add Comment
Please, Sign In to add comment