You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.I try to run turtle spiral codes in qpython 3 but it can't run.I don't understand way.please help
#NiceHexSpiral.py
import turtle
colours=[‘red’,‘purple’,‘blue’,‘green’,‘yellow’,‘orange’]
t=turtle.pen ()
turtle.bgcolor (‘black’)
for x in range (360):
t.pencolor (colors[x%6])
t.forward(x)
t.left (59)
The text was updated successfully, but these errors were encountered:
Hi there.I try to run turtle spiral codes in qpython 3 but it can't run.I don't understand way.please help
#NiceHexSpiral.py
![Screenshot_2021-02-20_105757](https://user-images.githubusercontent.com/62529186/108930573-122e3480-763e-11eb-873f-cdd64f5a33a2.jpg)
import turtle
colours=[‘red’,‘purple’,‘blue’,‘green’,‘yellow’,‘orange’]
t=turtle.pen ()
turtle.bgcolor (‘black’)
for x in range (360):
t.pencolor (colors[x%6])
t.forward(x)
t.left (59)
The text was updated successfully, but these errors were encountered: