Commit 3c90c155 by BellCodeEditor

save project

parent e9496a21
Showing with 9 additions and 4 deletions
import turtle
screen=turtle.Screen()
screen.textinput("666666","5")
turtle.done()
\ No newline at end of file
import turtle
import random
x=40
a=turtle.Screen()
b=a.textinput("大小框","你要多大的爱心:")
c=float(b)
x=c
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.hideturtle()
a=turtle.Screen()
a.bgcolor("dark blue")
pen.write("山外青山楼外楼,\n唱跳rap打篮球。",font=("Times",30,"normal"))
pen1=turtle.Pen()
......
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