From ddd92ac798c91a0622c9abbb609e8a40feb4ae83 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 21 Mar 2021 11:33:26 +0800 Subject: [PATCH] save project --- diy1.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index f7691d4..644b968 100644 --- a/diy1.py +++ b/diy1.py @@ -1,5 +1,12 @@ import turtle pen = turtle.Pen() -pen.write("你好呀!\nxixi",font=("Times",20,"normal")) +pen.write("你好呀\n!",font=("Times",20,"normal")) + +pen.left(45) +pen.forward(100) +pen.circle(50,180) +pen.right(90) +pen.circle(50,180) +pen.forward(100) pen.hideturtle() turtle.done() \ No newline at end of file -- libgit2 0.25.0