Commit 86a47036 by BellCodeEditor

auto save

parent bf76a49a
Showing with 12 additions and 0 deletions
'''import turtle
turtle.color("yellow")
turtle.dot(300)
turtle.forward(150)
turtle.color("white")
turtle.dot(150)
turtle.done()'''
a=int(input("请输入长方形的长"))
b=int(input("请输入长方形的宽"))
c=a*b
print("长方形的面积是",c)
\ No newline at end of file
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