Commit 0ce3effe by BellCodeEditor

save project

parent 9db310d9
Showing with 6 additions and 3 deletions
neme=input("输入名字") import turtle
print(neme+"你好啊") Pen=turtle.Pen()
\ No newline at end of file Pen.write("你好",font=("Times",30,"normal"))
Pen.hideturtle()
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