Hey guyss, here are a big champs of programming I have seen in this web, I am stucking in this assignment of mine, from where should I start I am totally stucked, is anyone here who can help me for this programme........

Define a function drawCircle. This function should expect a Turtle object, the coordinates of the circle’s center point, and the circle’s radius as arguments. The function should draw the specified circle. The algorithm should draw the circles circumference by turning 3 degrees and moving a given distance 120 times. Calculate the distance moved with the formula 2.0 pi radius/120.0.

Recommended Answers

All 4 Replies

What have you already done in turtle graphics?
This code snippet is what I once tried, when thought Python was still fun.

@ddanbe Don't you like python any more?

@Gribouillis: Well I certainly don't hate it. Perhaps I will appreciate it again when it comes to a uniform version update. Ever?

@ddanbe You only need to forget about python 2 and use only python 3.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.