Commit 5b4837ce by BellCodeEditor

save project

parent 558d4111
Showing with 5 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("Hi,诺依~\n用python写电子贺卡真是太有趣了~\n我也喜欢吃屎~\n——悟空",font=("Time",30,"normal")) screen.bgcolor("light blue")
# pen.hideturtle() pen=turtle.Pen()
pen.write("Hi,诺依~\n用python写电子贺卡真是太有趣了~\n我也喜欢吃屎~\n——悟空",font=("Time",30,"normal"))
pen.hideturtle()
pin1=turtle.Pen() pin1=turtle.Pen()
pin1.pencolor("black") pin1.pencolor("black")
pin1.pensize(10) pin1.pensize(10)
......
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