Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70af6f5

Browse files
committedApr 30, 2020
Update TaiJi_diagram.py
1 parent bbfb267 commit 70af6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Turtle/TaiJi_diagram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def draw_text(r):
6363
t.penup()
6464
t.goto(0, -r - 50) # 移动到该半边的鱼眼的圆上 -r - 50 表示移动到哪边
6565
t.pendown()
66-
t.write("太极图 made by ChinaHackers", font=('Arial', 12, 'normal'))
66+
t.write("太极图 made by DevLiuSir", font=('Arial', 12, 'normal'))
6767

6868

6969

0 commit comments

Comments
 (0)
Please sign in to comment.