From 823629fab518e0e9d8699d55560e3ca4d68aae6a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 14 May 2022 20:28:41 +0800 Subject: [PATCH] save project --- ooo.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ooo.py diff --git a/ooo.py b/ooo.py new file mode 100644 index 0000000..1449128 --- /dev/null +++ b/ooo.py @@ -0,0 +1,7 @@ +import turtle +screen=turtle.Screen() +screen.bgcolor("light blue") +len=screen.textinput("100","100") +len=int(len) +pen=turtle.Pen() +pen.write("你好,\n我的儿。",font=("Times",30,"normal")) \ No newline at end of file -- libgit2 0.25.0