Commit a40227ac by BellCodeEditor

save project

parent 764baf1a
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,7 @@ import turtle ...@@ -2,7 +2,7 @@ import turtle
p=turtle.Pen() p=turtle.Pen()
p.up() p.up()
p.pencolor("red") p.pencolor("red")
p.goto(-240,180) p.goto(-240,-180)
p.down() p.down()
p.write("你干嘛~嗨嗨哟!\n你劈我瓜是吧\n撒日郎!",font=("Times",50,"normal")) p.write("你干嘛~嗨嗨哟!\n你劈我瓜是吧\n撒日郎!",font=("Times",50,"normal"))
turtle.done() 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