Commit 1240e803 by BellCodeEditor

save project

parent 20480470
Showing with 0 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()
......
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