Advertisement
Guest User

Code.org 5.4

a guest
Nov 13th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function turnAround(){
  2. turnLeft();
  3. turnLeft();
  4. }
  5.  
  6. turnLeft();
  7. moveForward();
  8. turnAround();
  9. moveForward();
  10. turnLeft();
  11. moveForward();
  12. turnAround();
  13. moveForward();
  14. moveForward();
  15. turnAround();
  16. moveForward();
  17. turnAround();
  18. turnLeft();
  19. moveForward();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement