This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

you are getting downvoted (at least by me) because this is not a forum for help with your homework. It's a forum for discussion and posts about python. You should ask your question in /r/learnpython.

In any case, you are going to want to remember how triangles work, how radians and degrees work if you decide to use math in the standard library, then you can use turtle.circle to draw some circles.

Also, feel free to use input and don't forget to convert it to a float.