Commit 4b77da82 by BellCodeEditor

save project

parent b54ffc65
Showing with 1 additions and 1 deletions
...@@ -6,9 +6,9 @@ t.goto(100,-100) ...@@ -6,9 +6,9 @@ t.goto(100,-100)
t.write("大SB",font=("黑体",30,"bold")) t.write("大SB",font=("黑体",30,"bold"))
t.pensize(10) t.pensize(10)
t.pencolor("red") t.pencolor("red")
len=int(t.textinput("提示","输入半径:"))
t.goto(0,0) t.goto(0,0)
t.pendown() t.pendown()
len=int(input("输入半径:"))
t.left(45) t.left(45)
t.forward(2*len) t.forward(2*len)
t.circle(len,180) t.circle(len,180)
......
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