filmov
tv
How to make a heart using python turtle library. #shorts #heart #python #turtle #senukathisath

Показать описание
This video is about how to make a heart using python turtle library.
_____________________________________________________________________
#shorts #heart #python #turtle #python_heart
_____________________________________________________________________
Code :
from turtle import *
color("red")
bgcolor("black")
begin_fill()
left(50)
forward(100)
circle(40, 180)
left(260)
circle(40, 180)
forward(100)
end_fill()
done()
_____________________________________________________________________
Contact me on :-
_____________________________________________________________________
_____________________________________________________________________
#shorts #heart #python #turtle #python_heart
_____________________________________________________________________
Code :
from turtle import *
color("red")
bgcolor("black")
begin_fill()
left(50)
forward(100)
circle(40, 180)
left(260)
circle(40, 180)
forward(100)
end_fill()
done()
_____________________________________________________________________
Contact me on :-
_____________________________________________________________________