Commit ed034824 by BellCodeEditor

save project

parent fd8a07af
Showing with 10 additions and 4 deletions
import turtle
# t=turtle.Pen()
# t.write("床前明月光\n疑是地上霜\n举头望明月\n低头思故乡\n",font=("Times",30,"normal"))
# t.ht()
t=turtle.Pen()
t.write("床前明月光\n疑是地上霜\n举头望明月\n低头思故乡\n",font=("Times",30,"normal"))
t.ht()
# 画爱心
import turtle
p=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
t.up
t.goto(-100,-100)
p=turtle.Pen()
p.pensize(5)
p.pencolor("black")
......
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