impress a girlfriend heart using python
Copy all the text and paste into your python programming
from turtle import *
import time
color('red')
begin_fill()
pensize(10)
left(50)
forward(133)
circle(50, 200)
right(140)
circle(50, 200)
forward(133)
end_fill()
color('black')
left(51)
forward(130)
color('green')
left(270)
forward(80)
circle(40, 190)
left(349)
forward(68)
time.sleep(8)
Post a Comment