Commit 95af585f by BellCodeEditor

save project

parent ae880e17
......@@ -2,6 +2,6 @@ import turtle as t
t.bgcolor("pink")
t.up()
t.goto(-100,0)
t.write("你好呀!诺伊"font=("times",30,"normal"))
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