当前位置:首页 / 文章测试 / 太极

太极

开始打字练习

import turtle as t

t.speed(0)

# 阳鱼

t.penup()

t.goto(0,-200)

t.pendown()

t.fillcolor('white')

t.begin_fill()

t.circle(200)

t.end_fill()

# 阴鱼

t.fillcolor('black')

t.begin_fill()

t.circle(200, 180)

t.setheading(0)

t.circle(-100, 180)

t.circle(100,180)

t.end_fill()

# 阳鱼眼

t.penup()

t.goto(0,-130)

t.pendown()

t.fillcolor('white')

t.begin_fill()

t.circle(30)

t.end_fill()

# 阴鱼眼

t.penup()

t.goto(0, 70)

t.pendown()

t.fillcolor('black')

t.begin_fill()

t.circle(30)

t.end_fill()

t.hideturtle()

声明:以上文章均为用户自行发布,仅供打字交流使用,不代表本站观点,本站不承担任何法律责任,特此声明!如果有侵犯到您的权利,请及时联系我们删除。

本文打字速度TOP10

  • 暂无打字数据!