I want to use the turtle module and I want to do :
Draw a red circle, then a yellow circle underneath it and a green circle underneath that.
to draw a regular hexagon.
can anyone tell me how to work on it?
|
I want to use the turtle module and I want to do :
can anyone tell me how to work on it? | |||||||||||||
feedback
|
|
As I commented, it could be a homework problem with the aim of helping you to learn programming. Here are some good resources to get you started - Presentation and Slides on turtle module by Gregor Lingl and the turtle module documentation. After going through both, you should be able to do your tasks. | |||||
|
feedback
|