python animation for beginners @CodingWithKarthik #coding #programming #python

python animation for beginners @CodingWithKarthik #coding #programming #python

Instant hits

6 месяцев назад

11 Просмотров

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


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

vipin yadav
vipin yadav - 07.11.2023 21:44

import turtle as tur
import colorsys as cs

tur.setup(800, 800)
tur.speed(0)
tur.tracer(0) # Turn off automatic screen updates for faster drawing
tur.width(2)
tur.bgcolor("black")

for j in range(25):
for i in range(15):
tur.color(cs.hsv_to_rgb(i / 15, 1, 1)) # Adjusted color calculation
tur.right(90)
tur.circle(200 - j * 4, 90)
tur.left(90)
tur.circle(200 - j * 4, 90)
tur.right(180)
tur.circle(50, 24)

tur.hideturtle()
tur.update() # Update the screen to display the final result
tur.done()

Ответить
Arzonuc
Arzonuc - 06.11.2023 09:24

tur.hideturtle()??? Does not working

Ответить
Samved rag
Samved rag - 26.10.2023 19:21

import turtle as tur
import colorsys as cs
tur.setup(800,800)
tur.speed(0)
tur.tracer(10)
tur.width(2)
tur.bgcolor("black")
for j in range(25):
for i in range(15):
tur.color(cs.hsv_to_rgb(i/15,j/25,1))
tur.right(90)
tur.circle(200-j*4,90)
tur.left(90)
tur.circle(200-j*4,90)
tur.right(180)
tur.circle(50,24)
tur.hideturtle()
tur.done()

working.........

Ответить
Ramnarace Motilal
Ramnarace Motilal - 23.10.2023 22:10

Can this be generated from using vim as an IDE for python?

Ответить
sketch by riya
sketch by riya - 11.10.2023 17:25

it is saying process finished with exit code 0 ab kya karu mai samaj nhi aa raha

Ответить
ikrom
ikrom - 03.10.2023 19:34

tur x tor right

Ответить
sad boy (alone    alone)
sad boy (alone alone) - 03.10.2023 13:25

tool name kiya hai

Ответить
butterfly....🦋
butterfly....🦋 - 29.09.2023 17:25

Ye kon se python ka aap hai btaiye na

Ответить
Satish Jadhav
Satish Jadhav - 28.09.2023 08:29

you should set speed = 0 so that it would be faster

Ответить
Pasindu Pabasara
Pasindu Pabasara - 25.09.2023 11:31

❤❤❤

Ответить
iits MINECRAFT MONSTER
iits MINECRAFT MONSTER - 23.09.2023 18:38

But 10 line mein. Last mein kya hai.

Ответить
iits MINECRAFT MONSTER
iits MINECRAFT MONSTER - 23.09.2023 18:37

Bhai that's a very good bhai 🐱😊

Ответить
Akanksha Shinde
Akanksha Shinde - 23.09.2023 12:32

Can any one tell me app name

Ответить
YNUYASHA
YNUYASHA - 21.09.2023 07:00

Me podrias pasar el codigo xfa

Ответить
Christopher C T
Christopher C T - 19.09.2023 13:36

Como lo exporto en ejecutable .exe 😢

Ответить
AWGP  akhil vishav gaytri parivar
AWGP akhil vishav gaytri parivar - 06.09.2023 10:31

yah code mera error bta rha hai

Ответить
Gogeta_tt
Gogeta_tt - 28.08.2023 19:01

How to get this window can u tell me

Ответить
waŕxłø1545
waŕxłø1545 - 15.08.2023 22:56

What is red

Ответить
Muhammad nawaz
Muhammad nawaz - 18.07.2023 18:33

How to learn this codes

Ответить