Python Program To Draw A Heart For Your Love | Have Fun with Python🔥

preview_player
Показать описание
Python Program To Draw A Heart For Your Love | Have Fun with Python
Hey guys in this video I will show you that how you can draw a heart for your love using python and write the name of your loving one inside the heart. Interesting program in python for beginners.
@TechBurner

#Python #programming

Python Program To create a Voice Assistant :

---------------Support me by (It's Free)---------------
Please LIKE | COMMENT | SHARE | SUBSCRIBE kar lena aisi hi more interesting aur useful videos ke liye.

Info Technology All Videos

Subscribe Our Channel
Рекомендации по теме
Комментарии
Автор

import turtle

t=turtle.Turtle()
s=turtle.Turtle()

t.hideturtle()
t.goto(0, -10)

t.pensize(3)
t.color("red")
t.begin_fill()
t.left(140)
t.forward(180)
t.circle(-90, 200)
t.setheading(60)
t.circle(-90, 200)
t.forward(178)
t.end_fill()


t.penup()

t.goto(-130, 130)
t.pendown()
t.color('white')
t.write("your name", font=("font name", 25, "bold"))
turtle.done()

himanshuranjan
Автор

It is working well, thank you Bhai❤️❤️

rajj
Автор

hello bhai
i wrote code as you write but output is not shown and there is no error what should i do for that?

jayraval
Автор

Bhai extension not showing please help

accountantfpomau
Автор

Bhai mene sab coding krli pr mere heart ni aa rehaa

taranjass
Автор

What should I do can u help me plzz which application u use to show that heart .
I also doing coding in visual code

taranjass
Автор

mere me t.hideturtle me >>>> TypeError: TPen.hideturtle() missing 1 required positional argument: 'self'

vishuchaubey
Автор

gf ke pass kese beeje ye kyu nhi baate

roadsidegyan