import turtle
turtle.fd(-200)
turtle.right(90)
turtle.circle(200)

更多推荐

python趣味代码.画个圆