From 8ca965fb03b347c99c6da65b0549a2ba3f6625b0 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 25 Sep 2020 20:29:45 +0800 Subject: [PATCH] save project --- diy1.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 78d20c7..9025973 100644 --- a/diy1.py +++ b/diy1.py @@ -1,3 +1,16 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle -/ \ No newline at end of file +#pen=turtle.Pen() +#pen.write ("hi 诺依,\n我也会打字了",font=("Times",10,"normal")) +#pen.hideturtle() +#turtle.done() +pen1=turtle.Pen() +pen1.pencolor("red") +pen1.pensize() +pen1.left(45) +pen1.forward(100) +pen1.circle(50,180) +pen1.right(90) +pen1.circle(50,180) +pen1.forward(100) +turtle.done() -- libgit2 0.25.0