Commit 073feb04 by BellCodeEditor

save project

parent a22dca8e
Showing with 2 additions and 3 deletions
...@@ -2,10 +2,9 @@ ...@@ -2,10 +2,9 @@
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
len=screen.textinput("1234567890","1234567890") len=int(input("请输入圆的半径"))
len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\n你是\nxxx吗?",font=("Times",30,"normal")) pen.write("你好\n我叫邓子轩\n啊,斯鬼\n乌拉!\n欢迎你\n来我家玩。,font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len=60
pen.penup() pen.penup()
......
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