Commit 3122f49a by BellCodeEditor

auto save

parent d90406d1
Showing with 11 additions and 5 deletions
# 利用write()帮助悟空给诺依回
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("你好呀",font=("Times",30,"normal")) screen.bgcolor("red")
# pen.hideturtle() pen=turtle.Pen()
# turtle.done() pen.write("你好呀",font=("Times",30,"normal"))
pen.penup()
pen.goto(100,100)
pen.hideturtle()
turtle.done()
a=screen.testinput("提示","你要多大爱心")
len=int(a)
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(20) pen1.pensize(20)
pen1.pencolor("red") pen1.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