Commit fcbb72ed by BellCodeEditor

save project

parent d4b97c73
Showing with 2 additions and 2 deletions
"""a=int(input("请输入长方形的长:"))
a=int(input("请输入长方形的长:"))
b=int(input("请输入长方形的宽:"))
s=a*b
c=(a+b)*2
print("周长为:",+s)
print("面积为:",+c)"""
print("面积为:",+c)
import turtle
p=turtle.pen()
p.pencolor("black")
......
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