Commit 921fdac2 by BellCodeEditor

auto save

parent f37b37e9
Showing with 3 additions and 12 deletions
#from tkinter import font from tkinter import font
import turtle import turtle
# t=turtle.Pen() t=turtle.Pen()
# t.write("你好,诺伊",font=("Times",20,"normal")) 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)
p.hideturtle()
turtle.done() 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