Advertisement
Guest User

new

a guest
Apr 4th, 2020
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. from turtle import*
  2. pen()
  3. pensize(70)
  4. color(1,1,0.3)
  5. circle(100)
  6. up()
  7. forward(150)
  8. down()
  9. circle(100)
  10. circle(100)
  11. up()
  12. forward(150)
  13. down()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement