Commit 3a4d12a0 by BellCodeEditor

save project

parent 6686db0f
Showing with 3 additions and 2 deletions
import turtle import turtle
screen=turtle.screen() screen=turtle.Screen()
screen.bgcolour("light blue") screen.bgcolor("light blue")
screen.textinput("姓名框","你的名字是") screen.textinput("姓名框","你的名字是")
turtle.done() turtle.done()
\ No newline at end of file
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