Commit c39fdbf8 by BellCodeEditor

save project

parent 0713bf98
Showing with 7 additions and 2 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.write("你好\n54188,\n24\n9588",font=("Times",30,"normal"))
pen.penup()
pen.goto(100,100)
pen.goto(0,-300)
pen.pendown()
pen.write("你好\n ·",font=("Times",100,"normal"))
pen.penup()
pen.goto(100,0)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
......
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