摘要:
```python
import turtle as t
"""
@author RansySun
@create 2019-07-27-19:58
"""
t.title("太极")
# 抬笔
t.penup()
t.goto(0, -50)
t.pendown() # 阴中有阳
t.begin_fill()
t.fillcolor('black')
t.circle(150, 180)
t.... 阅读全文
posted @ 2019-07-27 20:23
RandySun
阅读(240)
评论(0)
推荐(0)

浙公网安备 33010602011771号