Commit 77d69aab by BellCodeEditor

auto save

parent 777f0e0c
Showing with 16 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.dot(100,"blue") pen.penup()
pen.goto(0,50)
pen.pendown()
pen.circle(-50,steps=3)
pen.penup()
pen.goto(-150,-70)
pen.pendown()
pen.goto(0,-170)
pen.goto(150,-70)
r=input("请输入圆的半径:")
a=3.14
d=r*2
c=a*r*2
S=a*r*r
print(d)
......
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