Commit a7922a2a by BellCodeEditor

save project

parent 954f9a32
Showing with 2 additions and 9 deletions
from turtle import*# 利用write()帮助悟空给诺依回信吧~ from turtle import*# 利用write()帮助悟空给诺依回信吧~
color("red") color("red")
write("我是大帅哥,\n我真的好帅,\n我拥有连上天都羡慕的容颜,\n哈哈哈!\n",font=("幼圆",20,"normal")) write("我是大帅哥,\n我真的好帅,\n我拥有连上天都羡慕的容颜,\n哈哈哈!\n",font=("幼圆",20,"normal"))
done() done()
left(45) \ No newline at end of file
forward(100)
circle(50,180)
right(90)
circle(50,180)
forward(100)
end_fill()
\ 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