Commit 7d171864 by BellCodeEditor

auto save

parent a433c2a0
Showing with 4 additions and 5 deletions
import turtle
pen=turtle.Pen()
pen.write("你\nzai",font=("Times",30,"normal"))
turtle.done()
\ No newline at end of file
screen=turtle.Screen()
screen.textinput("姓名","你的名字是")
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