Skip to content

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

@Morphlng

Description

@Morphlng

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions