Commit 602f80ab by BellCodeEditor

save project

parent 19ffe197
Showing with 4 additions and 6 deletions
import.turtle import turtle
screen=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好sb",font=("Times",72,"normal")) pen.write("你好sb",font=("Times",72,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
len=50
pen1.pensize(5)
pen1.pencolor("red")
pen1.forword(2*len)
pen.
screen.textinput("提示","想画多大的爱心")
turtle.done()
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