From 764959b2f368873ba1ee15be0f9d6e55d9f179f1 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 14 Dec 2019 10:03:53 +0800 Subject: [PATCH] save project --- diy2.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/diy2.py b/diy2.py index e69de29..97f3012 100644 --- a/diy2.py +++ b/diy2.py @@ -0,0 +1,5 @@ +import turtle +pen=turtle.Pen() +pen.write("春晓\n春眠不觉晓\n处处闻啼鸟\n夜来风雨声\n花落知多少 ",font=("Times",30,"normal")) +pen.hideturtle() +turtle.done() \ No newline at end of file -- libgit2 0.25.0