Skip to content

Instantly share code, notes, and snippets.

@ppa-odoo
Created December 5, 2022 12:49
Show Gist options
  • Save ppa-odoo/b0cf3e9d249aecc25dc67584a13afef3 to your computer and use it in GitHub Desktop.
Save ppa-odoo/b0cf3e9d249aecc25dc67584a13afef3 to your computer and use it in GitHub Desktop.
try it and make your day beautiful, and try new one and share with me, I am also trying new, have nice day and enjoy python coding
from turtle import *
import time
color('orange')
begin_fill()
pensize(5)
left(50)
forward(133)
circle(50, 200)
right(140)
circle(50, 200)
forward(133)
end_fill()
time.sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment