Commit 51276df1 by BellCodeEditor

save project

parent 9dfc0529
Showing with 4 additions and 1 deletions
...@@ -2,7 +2,10 @@ import turtle ...@@ -2,7 +2,10 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
screen.bgcolor('blue') screen.bgcolor('blue')
pen.write('hi,诺伊\n用python写电子贺卡,电子贺卡太有趣了\n我也喜欢python\n悟空',font=('Time',15,'normal')) pen.write('hi,诺伊\n用python写电子贺卡,电子贺卡太有趣了\n我也喜欢python\n悟空',font=('Time',13,'normal'))
pen.hideturtle()
len=screen.textinput('100','100')
len=int(len)
len=60 len=60
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
......
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