Superb graphics with python turtle | Python Turtle Graphics 21 | Awesome python turtle graphics

Superb graphics with python turtle | Python Turtle Graphics 21 | Awesome python turtle graphics

Coding With Karthik

2 года назад

55,717 Просмотров

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


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

Sooraj Maurya
Sooraj Maurya - 26.08.2023 17:32

When,I am run this code then give error

Ответить
Aaqib king  shorts
Aaqib king shorts - 07.08.2023 13:44

Ya program run kaha kiya hai bhai

Ответить
AMARNATH
AMARNATH - 30.06.2023 12:03

Hloo

Ответить
DIVYESH GAMING YT
DIVYESH GAMING YT - 20.04.2023 07:14

How to download this in vs code

Ответить
Technical Umar
Technical Umar - 05.04.2023 20:09

Amzing

Ответить
AMAZING CORPORATION (OFFICIAL )
AMAZING CORPORATION (OFFICIAL ) - 14.03.2023 06:53

Op

Ответить
Aqua MK gaming
Aqua MK gaming - 14.02.2023 10:03

Pov: u have tons of work to get done and you....

Ответить
Aspendra Ahirwar
Aspendra Ahirwar - 23.01.2023 19:46

Syntex error bata raha haj

Ответить
YOU
YOU - 16.01.2023 08:30

Print('hello world')
I'm programming

Ответить
Digital Education Banda
Digital Education Banda - 01.01.2023 19:37

Syntax error bta raha hai

Ответить
ROYAL ADI EDITING
ROYAL ADI EDITING - 01.01.2023 16:39

Bhai ata kon software ta use kore koro

Ответить
Macıaj
Macıaj - 30.12.2022 22:13

What theme do you have?

Ответить
Alex Demeter
Alex Demeter - 22.12.2022 20:33

This is the code for enewon that wants to copy and past and to make it easier to copy if you can't copy and paste


import turtle as t
import colorsys as cs

t.setup(800,800)
t.tracer(10)
t.width(4)
t.bgcolor("black")
def square(x):
for i in range(3):
t.fd(x)
t.lt(90)
t.fd(x)
for j in range(20):
for i in range(10):
t.color(cs.hsv_to_rgb(i/10,1-j/20,1))
t.rt(135)
square(200-j*4)
t.rt(135)
t.circle(50,36)
t.hideturtle()
t.done()

Ответить
NimYT
NimYT - 04.11.2022 07:07

Awesome

Ответить
P K P R A I M B O T P R O.CAMPUCHIA $ VIETNAM ASIA
P K P R A I M B O T P R O.CAMPUCHIA $ VIETNAM ASIA - 20.10.2022 09:27

Nice

Ответить
Daredevil
Daredevil - 10.09.2022 07:34

Tur. Color (csv.hsv_to_rgb(i/10,i-j, 20,1) can u just write this line on comment

Ответить