Commit 96774eba by BellCodeEditor

auto save

parent e0c601de
Showing with 12 additions and 0 deletions
b=float(input('多重:'))
a=float(input('多高:'))
c=b/(a*a)
if c>=28:
print('肥胖')
elif c>24.0 and c<=27.9:
print('过重')
elif c>18.5 and c<23.9:
print('正常')
else:
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