Created
December 5, 2022 12:49
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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