Commit 195465ed by BellCodeEditor

save project

parent c816b9b8
Showing with 8 additions and 0 deletions
import turtle as t
t.bgcolor("pink")
t.up()
t.goto(-100,0)
t.write("你好呀!诺一",font=("times",30,'normal'))
t.hideturtle()
t.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