Commit aa4ac154 by BellCodeEditor

save project

parent 79740669
Showing with 7 additions and 3 deletions
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.write("你干嘛~嗨嗨哟!\n你劈我瓜是吧\n撒日郎!",font=("Times",10,"normal")) p.up()
turtle.hideturtle() p.pencolor("red")
\ No newline at end of file p.goto(-240,180)
p.down()
p.write("你干嘛~嗨嗨哟!\n你劈我瓜是吧\n撒日郎!",font=("Times",50,"normal"))
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