Commit 51846b5a by BellCodeEditor

save project

parent c816b9b8
Showing with 15 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
#from tkinter import font
import turtle
# t=turtle.Pen()
# t.write("你好,诺伊!",font=("Times",20,"normal"))
p=turtle.Pen()
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
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