How to draw very simple 6-pointed star using turtle module? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to draw very simple 6-pointed star using turtle module?

I have a problem to write simple 6 pointed star using only turtle.forward() and turtle.right()😩 please kindly help me!

2nd Jan 2017, 7:27 AM
Seng Thai
Seng Thai - avatar
1 Answer
+ 2
draw the star in a paper, measure the angles and then just start writing it, it can help if you keep track of your star in the same paper while you write the code
3rd Jan 2017, 6:22 AM
Juan Urrutia
Juan Urrutia - avatar