Commit 35ded94f by BellCodeEditor

auto save

parent c2f1308f
Showing with 16 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
p=turtle.Pen()
p.penup()
p.write("杨志超你好衰呀,我给你一首诗,\n脸面蚊子多,睡觉睡不着.医用花露水,秒变木头人.\n作者杨某某",font=("Times",20,"normal"))
p.hideturtle()
turtle.done()
# 画圆
p=turtle.Pen()
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p.hideturtle()
turtle.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