Advertisement
plarmi

work10_1

May 25th, 2023
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. import turtle
  2.  
  3. turtle.shape('turtle')
  4. turtle.forward(50)
  5. turtle.left(90)
  6. turtle.forward(50)
  7. turtle.left(90)
  8. turtle.forward(50)
  9. turtle.right(90)
  10. turtle.forward(50)
  11. turtle.right(90)
  12. turtle.forward(50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement