Commit cb75a623 by BellCodeEditor

save project

parent 56a9f587
Showing with 2 additions and 1 deletions
len=60 len=60
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("skyblue") screen.bgcolor("grey")
x=turtle.Pen() x=turtle.Pen()
x.penup() x.penup()
x.goto(100,-100) x.goto(100,-100)
x.pencolor("white")
x.write("葡萄美酒夜光杯,\n你是一个大傻杯。",font=("Times",13,"normal")) x.write("葡萄美酒夜光杯,\n你是一个大傻杯。",font=("Times",13,"normal"))
x.hideturtle() x.hideturtle()
a=turtle.Pen() a=turtle.Pen()
......
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