How to make a virus photo by using Python...#Shorts

preview_player
Показать описание
Jay Jaganath

#turtle
#python
Рекомендации по теме
Комментарии
Автор

Another way to do it that requires 9 lines of code is:

from turtle import *
speed(10)
color(‘whatever you want’)
bgcolor(‘also whatever you want’)
b = 200
while b > 0:
left(b)
forward(b * 3)
b = b - 1


It may look different but at least you dont have to write that much code.

NickD-nkxt
Автор

why is my "bgcolor" not working ???

sale_p_
Автор

Hello can u teach me to make comp virus

prabhadevi