Commit 76cc3d10 by BellCodeEditor

save project

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