Commit bd3b6eca by BellCodeEditor

save project

parent 41bc3b09
Showing with 5 additions and 5 deletions
...@@ -7,7 +7,7 @@ len=int(len) ...@@ -7,7 +7,7 @@ len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal")) pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len=50
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,100)
pen.pendown() pen.pendown()
......
import turtle import turtle
pen=turtle.Pen() #pen=turtle.Pen()
pen.write("Hi,一诺~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python-悟空",font=("Times",18,"normal")) #pen.write("Hi,一诺~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python-悟空",font=("Times",18,"normal"))
pen.hideturtle() #pen.hideturtle()
turtle.done() #turtle.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment