Draw Heart with Turtle Module | Python Programming Tutorial | Turtle Module Code #makeforindia #view

Draw Heart with Turtle Module | Python Programming Tutorial | Turtle Module Code #makeforindia #view

PythonScript

2 года назад

50,848 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@DeeP_AK
@DeeP_AK - 05.12.2023 13:44

Edited video. 😂

Ответить
@abunny4830
@abunny4830 - 03.12.2023 09:23

How to include name?

Ответить
@edgallas
@edgallas - 22.11.2023 20:39

from turtle import *

color("red")
begin_fill()
pensize (3)
left (50)
forward (133)
circle (50,200)
right (140)
circle (50,200)
forward (133)
end_fill()

Ответить
@ramsingh-5316
@ramsingh-5316 - 27.10.2023 18:03

Not working

Ответить
@KaranKumar-zh3vq
@KaranKumar-zh3vq - 04.09.2023 09:41

From turtle import
Colour ("red")
begin_fill()
Pensize (3)
Left (50)
Forward (133)
Circle (50,200)
right (140)
Circle (50,200)
Forward (133)
End_fill()

Ответить
@sketchnartwork3150
@sketchnartwork3150 - 03.09.2023 14:15

1st line is somehow wrong

Ответить
@sketchnartwork3150
@sketchnartwork3150 - 03.09.2023 14:14

From turtle import is not working

Ответить
@user-pb7gr4tz3l
@user-pb7gr4tz3l - 17.08.2023 04:11

Where are you using this code

Ответить
@user-lq8ho5fd6r
@user-lq8ho5fd6r - 05.08.2023 19:08

How to get heart

Ответить
@KavitaKumari-kw9zj
@KavitaKumari-kw9zj - 09.06.2023 05:34

It's really work😃

Ответить
@yaotang306
@yaotang306 - 20.05.2023 14:55

Ohhhhh that’s cool bro 🤭

Ответить
@arish008
@arish008 - 18.05.2023 19:56

What ide?

Ответить
@piggylol
@piggylol - 03.03.2023 20:56

Really Like this Man Nice Job!, As a programmer this is cool but uh just put a little more effort into it but keep going man dont give up and listen to your heart bro good job >3

Ответить
@MRGunkingOfficial
@MRGunkingOfficial - 24.02.2023 18:31

Nice bro well done

Ответить
@officiallyaninja
@officiallyaninja - 08.04.2022 14:04

you aren't impressing anyone with your star imports
just use import turtle

Ответить