Commit 19aa6f47 by BellCodeEditor

save project

parent dc5a2ef6
Showing with 5 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("spring green")
screen.textinput("?","你喜欢什么? :") screen.textinput("?","你喜欢什么? :")
turtle.done() turtle.done()
\ No newline at end of file
import turtle import turtle
...@@ -5,6 +5,8 @@ pen=turtle.Pen() ...@@ -5,6 +5,8 @@ pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,0) pen.goto(-100,0)
pen.write("春晓\n春眠不觉晓,\n处处闻啼鸟。\n夜来风雨声,\n花落知多少。",font=("Times",50,"normal")) pen.write("春晓\n春眠不觉晓,\n处处闻啼鸟。\n夜来风雨声,\n花落知多少。",font=("Times",50,"normal"))
screen.bgcolor("spring green")
screen.textinput("?","你喜欢什么? :")
pen11=turtle.Pen() pen11=turtle.Pen()
pen11.fillcolor("red") pen11.fillcolor("red")
pen11.begin_fill() pen11.begin_fill()
......
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