Commit 96d8e3c4 by BellCodeEditor

save project

parent b04b675a
Showing with 8 additions and 2 deletions
import turtle import turtle
pen=turtle.Pen() screen = turtle.Screen()
pen.write("你好\n.",font=("Times",60,"normal")) screen.bgcolor(blue)
pen = turtle.pen()
pen.fillcolor("red")
pen.write("你好\n.",font=("Times",13,"normal"))
pen.peup()
pen.goto(150,-50)
pen.pensize(5) pen.pensize(5)
pen.pendown()
pen.left(45) pen.left(45)
pen.begin_fill() pen.begin_fill()
pen.forward(100) pen.forward(100)
......
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