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?

link|improve this question
1  
I think, this is a homework problem for you. – Senthil Kumaran Jan 23 '11 at 6:57
1  
What have you tried? Do you have some code to show us? – templatetypedef Jan 23 '11 at 6:59
1  
This would be a pretty easy task for somebody with experience with these tools, so it would be hard for us to know where to start. Which part are you stuck on? – Greg Hewgill Jan 23 '11 at 7:02
feedback

1 Answer

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.

link|improve this answer
ok thanks senthil – sam Jan 23 '11 at 7:02
+1, the presentation is a gold! – J.F. Sebastian Jan 23 '11 at 7:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.