Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import turtle
- turtle.color('blue')
- turtle.circle(100)
- turtle.done()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement