Commit db82c304 by BellCodeEditor

save project

parent 6fb518b2
Showing with 6 additions and 0 deletions
b = int(input("请输入体重(公斤)"))
a = float(input("请输入身高(米)"))
c = b*2
if c/(a*a)>28:
print("肥胖")
\ 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