Commit 76cc3d10 by BellCodeEditor

save project

parent 443da2dc
Showing with 7 additions and 4 deletions
import turtle
# x=turtle.Pen()
# x.write("葡萄美酒夜光杯,\n你是一个大傻杯",font=("Times",18,"normal"))
# x.hideturtle()
# turtle.done()
screen=turtle.Screen()
turtle.bgcolor("pink")
x=turtle.Pen()
x.penup()
x.goto(100,-100)
x.write("葡萄美酒夜光杯,\n你是一个大傻杯",font=("Times",13,"normal"))
turtle.done()
t=turtle.Pen()
t.pencolor("red")
t.pensize(5)
......
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