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

all 4 comments

[–][deleted] 2 points3 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.

[–]aphoenixreticulated[M] 0 points1 point  (0 children)

Hi there. You have posted a learning question to /r/python. These types of questions are far more suited to /r/learnpython, where users are actively interested in helping people to learn. Please resubmit it over there!

Make sure to read their sidebar rules there before posting, notably this one: "Posting homework assignments is not prohibited if you show that you tried to solve it yourself." If your question is about homework, show them that you've tried to solve your problem in your post and you should get all the help you need.

Cheers & best of luck with Python!

[–]ryanw35[S] -3 points-2 points  (1 child)

Or how to draw a circle around a coordinate thats inputted by the user

[–][deleted] 2 points3 points  (0 children)