We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfb267 commit 70af6f5Copy full SHA for 70af6f5
Turtle/TaiJi_diagram.py
@@ -63,7 +63,7 @@ def draw_text(r):
63
t.penup()
64
t.goto(0, -r - 50) # 移动到该半边的鱼眼的圆上 -r - 50 表示移动到哪边
65
t.pendown()
66
- t.write("太极图 made by ChinaHackers", font=('Arial', 12, 'normal'))
+ t.write("太极图 made by DevLiuSir", font=('Arial', 12, 'normal'))
67
68
69
0 commit comments