Commit 331ff9f8 by BellCodeEditor

auto save

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