Commit 07da3661 by BellCodeEditor

save project

parent 604e67d4
Showing with 2 additions and 1 deletions
import turtle 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',13,'normal')) pen.write('hi,诺伊\n用python写电子贺卡,电子贺卡太有趣了\n我也喜欢python\n悟空',font=('Time',13,'normal'))
pen.hideturtle() pen.hideturtle()
len=screen.textinput('100','100') len=screen.textinput('提示','你喜欢什么爱心')
len=int(len) len=int(len)
len=60 len=60
pen=turtle.Pen() pen=turtle.Pen()
......
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