Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "circle" function of Turtle is inconsistent with Python. #47

Open
Morphlng opened this issue Apr 29, 2022 · 0 comments
Open

The "circle" function of Turtle is inconsistent with Python. #47

Morphlng opened this issue Apr 29, 2022 · 0 comments

Comments

@Morphlng
Copy link

In Python, the circle function could do two kinds of jobs.

  1. draw a full circle with given radius. e.g. turtle.circle(100)
  2. draw an arc with given radius and extent. e.g. turtle.circle(100, 135)

It seems like C-Turtle's circle function can only do the first one. Is there any way to achieve the second intention?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant