hi guys,
i was wondering if anyone knew how to make a color wheel in python using turtle. i'v searched all over the web to see examples but haven't had any luck. i am a beginner programmer and it's very confusing to say the least so any explanations would be great! It is a bonus problem for my first programming class and i could sure use the help.
here are the directions given:
http://prntscr.com/kuqa0
http://prntscr.com/kuqaq
and this i what it should look like:
http://prntscr.com/kuqbq
From the things i did find out how to do are the commands that would come in useful to use but i dont know how to effectively use them to create the colorwheel.
Such as,
turtle.circle
turtle.color
turtle.exitonclick
turtle.begin_fill
turtle.end_fill
turtle.hideturtle
turtle.home
turtle.pendown
turtle.penup
turtle.setpos
turtle.speed
turtle.width
thanks!