Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turtle spiral drawing #194

Open
Epeoplegit opened this issue Feb 24, 2021 · 1 comment
Open

Turtle spiral drawing #194

Epeoplegit opened this issue Feb 24, 2021 · 1 comment

Comments

@Epeoplegit
Copy link

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)
Screenshot_2021-02-20_105757

@dgodiyal
Copy link

dgodiyal commented Aug 2, 2021

Qpython doesnot support turtle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants