![Python coding khan academy](https://cdn2.cdnme.se/5447227/9-3/12_64e61dfbddf2b3652190246e.png)
Turtle.circle(2 * RADIUS / 9) # draw circle (head)
![python coding khan academy python coding khan academy](https://www.expatgo.com/my/wp-content/uploads/2016/09/khanacademy.gif)
ty(2 * RADIUS / 11) # position circle (head) Turtle.circle(RADIUS, steps=6) # draw hexagon Turtle.penup() # we'll use fill instead of lines Turtle.speed('fastest') # because I have no patience I was able to simply eyeball the logo to come up with: from turtle import Screen, Turtle (Learning what a negative extent does wouldn't hurt either.) In particular, what it means to use a negative radius. But, you need to fully understand all three arguments: circle(radius, extent=None, steps=None) This logo can be drawn using just turtle's circle() method. You should provide as much of your attempts as possible. You drew a circle, but your half circle attempts are missing in your code above.
![python coding khan academy python coding khan academy](https://i.pinimg.com/736x/00/25/ea/0025ea44bc66966c4cf40336c4dd138c--the-khan-khan-academy.jpg)
![python coding khan academy python coding khan academy](https://file.mockplus.com/image/2018/12/bace97c6-1452-4517-9727-a05fae8b946e.png)
I have already started trying with half circles but still can not
![Python coding khan academy](https://cdn2.cdnme.se/5447227/9-3/12_64e61dfbddf2b3652190246e.png)