Commit 7f7aee79 by BellCodeEditor

save project

parent a65fa100
Showing with 4 additions and 3 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺依,\n你好呀",font=("Times",10,"normal"))
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,0)
pen.pendown() pen.write("hi,诺依\n用python写电子贺卡真好玩\n我也喜欢python~\n―悟空",font=("Times",10,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.color("red") pen1.color("red")
......
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