What code name | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

What code name

#niceHexspiral.py import turtle colors=['red','purple','blue' 'green','yellow','orange'] t= turtle.pen () t.speed(0) turtle .bgcolor('black') for x in range (360); t.pencolor(colors )[x%6] t.width(x/100+1) t.forward(x) t.left(59)

3rd May 2022, 3:32 AM
Badal Vetti
Badal Vetti - avatar
4 Answers
+ 5
What's your question?
3rd May 2022, 7:09 AM
Lego in Motion
Lego in Motion - avatar
+ 1
?
3rd May 2022, 12:43 PM
Lego in Motion
Lego in Motion - avatar
0
Your right
3rd May 2022, 9:19 AM
Badal Vetti
Badal Vetti - avatar
0
Badal Vetti try to learn english properly if you want to communicate in it or use your native language and translation app for conversion to another language.
3rd May 2022, 8:23 PM
Abhay
Abhay - avatar