Advertisement
plarmi

work10_3

May 25th, 2023
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. import turtle
  2.  
  3. turtle.color('blue')
  4. turtle.circle(100)
  5. turtle.done()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement