From c1c94275d33684e23979324e32d5073ce58e04ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E6=98=9F=E5=86=B0?= <10611809+ma-xingbing@user.noreply.gitee.com> Date: Fri, 25 Mar 2022 08:34:39 +0000 Subject: [PATCH] update heroes/draw.py. --- heroes/draw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heroes/draw.py b/heroes/draw.py index fd2ce90..cbf0a84 100644 --- a/heroes/draw.py +++ b/heroes/draw.py @@ -3,7 +3,7 @@ t.speed(11) # t.tracer(False) t.setup(800, 600) t.bgcolor('black') -t.title('PythonHeroes(代码来源:Crossin的编程教室)') +t.title('PythonHeroes(白师加油!)') # 友情提醒:在公共平台发布此代码衍生作品时需保留标题上的来源,或在其他明显位置注明 t.pencolor('gray94') t.fillcolor('gray94') @@ -1671,4 +1671,4 @@ t.pu() t.hideturtle() t.done() -# 代码来源:Crossin的编程教室) + -- Gitee