Commit 15d568ac by BellCodeEditor

save project

parent c5b1ee52
Showing with 2 additions and 3 deletions
import turtle
import turtle
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
screen.bgcolor("spring green")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("春晓\n春眠不觉晓,\n处处闻啼鸟。\n夜来风雨声,\n花落知多少。",font=("Times",50,"normal"))
screen.bgcolor("spring green")
screen.textinput("?","你喜欢什么? :")
pen11=turtle.Pen()
pen11.fillcolor("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