Advertisement
MrsMcLead

circle

Nov 13th, 2013
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. from turtle import *
  2.  
  3. penup()
  4. setpos(-30,0)
  5. pendown()
  6. circle(12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement