From fd36a19abf2b458f6c521e577a734f34af043a33 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 6 Sep 2020 19:47:08 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 4b9b9e1..7854ce1 100644 --- a/diy1.py +++ b/diy1.py @@ -1,6 +1,6 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle pen=turtle.Pen() -pen.write("我呵呵的在\n呵呵好的的\n好在在不\n呵呵一的\n不的不不\n呵呵在好\n的",font=("times",25,"norma1")) +pen.write("我呵呵的在\n呵呵好的的\n好在在不\n呵呵一的\n不的不不\n呵呵在好\n的",font=("Times",25,"norma1")) pen.hideturtle() turtle.down() -- libgit2 0.25.0