Commit dcf39365 by BellCodeEditor

save project

parent f0e84a08
Showing with 8 additions and 2 deletions
import turtle
s
\ No newline at end of file
import turtle
screen.turtle
\ No newline at end of file
screen=turtle.Screen()
pen=turtle.Pen()
l=screen.textinput("你的名字","写你的名字")
pen.write("你死了"+l,font=("Times",20,"normal"))
turtle.done()
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