diff --git a/diy1.py b/diy1.py index 85ce3b6..c462e1a 100644 --- a/diy1.py +++ b/diy1.py @@ -5,7 +5,7 @@ screen.bgcolor("light blue") len=screen.textinput("100","100") len=int(len) pen=turtle.Pen() -pen.write("你好\nSB.",font=("Times",30,"normal")) +pen.write("w c n m\n我吃柠檬\n -----啊米诺斯",font=("Times",20,"normal")) pen.hideturtle() len=60 pen.penup() diff --git "a/\345\225\212\347\261\263\350\257\272\346\226\257.py" "b/\345\225\212\347\261\263\350\257\272\346\226\257.py" new file mode 100644 index 0000000..a459acb --- /dev/null +++ "b/\345\225\212\347\261\263\350\257\272\346\226\257.py" @@ -0,0 +1,7 @@ +import turtle +pen=turtle.Pen() +pen.penup() +pen.goto(0,0) +pen.write("你好,我是丁真"font=("times",30,"normal")) +pen.hideturtle() +turtle.done()