{"id":7085,"date":"2024-07-19T11:01:01","date_gmt":"2024-07-19T03:01:01","guid":{"rendered":""},"modified":"2024-07-19T11:01:01","modified_gmt":"2024-07-19T03:01:01","slug":"python\u5b66\u4e60\u7b14\u8bb0 \u7b2c\u56db\u7ae01","status":"publish","type":"post","link":"https:\/\/mushiming.com\/7085.html","title":{"rendered":"python\u5b66\u4e60\u7b14\u8bb0 \u7b2c\u56db\u7ae01"},"content":{"rendered":"

\n <\/path> \n<\/svg> <\/p>\n

BMI\u95ee\u9898\uff1a
BMI\u662f\u5bf9\u8eab\u4f53\u8d28\u91cf\u7684\u523b\u753b\uff0c\u662f\u56fd\u9645\u4e0a\u5e38\u7528\u7684\u8861\u91cf\u4eba\u4f53\u80a5\u80d6\u548c\u5065\u5eb7\u7a0b\u5ea6\u7684\u91cd\u8981\u6807\u51c6\uff0c\u4e3b\u8981\u7528\u4e8e\u7edf\u8ba1\u5206\u6790\u3002
\u5b9a\u4e49\u4e3a\u4f53\u91cd\uff08kg\uff09\/\u8eab\u9ad8\u7684\u5e73\u65b9\uff08m\uff09
\u56fd\u9645\u548c\u56fd\u5185\u7684\u6807\u51c6\u5982\u4e0b\uff1a
\"python\u5b66\u4e60\u7b14\u8bb0
\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n

\n

#BMI
height,weight=eval(input(\u201c\u8bf7\u8f93\u5165\u8eab\u9ad8\uff08\u7c73\uff09\u548c\u4f53\u91cd\\\uff08\u516c\u65a4\uff09[\u9017\u53f7\u9694\u5f00]:\u201d))
bmi=weight\/pow(height,2)
print(\u201cBMI\u6570\u503c\u4e3a\uff1a{:.2f}\u201d.format(bmi))
who,nat=\"\",\"\"
if bmi<18.5:
who,nat=\u201c\u504f\u7626\u201d,\u201c\u504f\u7626\u201d
elif 18.5<=bmi<24:
who,nat=\u201c\u6b63\u5e38\u201d,\u201c\u6b63\u5e38\u201d
elif 24<=bmi<25:
who,nat=\u201c\u6b63\u5e38\u201d,\u201c\u504f\u80d6\u201d
elif 25<=bmi<28:
who,nat=\u201c\u504f\u80d6\u201d,\u201c\u504f\u80d6\u201d
elif 28<=bmi<30:
who,nat=\u201c\u504f\u80d6\u201d,\u201c\u80a5\u80d6\u201d
else:
who,nat=\u201c\u80a5\u80d6\u201d,\u201c\u80a5\u80d6\u201d
print(\u201cBMI\u6307\u6807\u4e3a\uff1a\u56fd\u9645\u2019{0}\u2019\uff0c\u56fd\u5185\u2019{1}\u2019\u201d.format(who,nat))<\/p>\n<\/blockquote>\n

\"python\u5b66\u4e60\u7b14\u8bb0\u7ed3\u679c\u5982\u4e0b\uff1a
\"python\u5b66\u4e60\u7b14\u8bb0<\/p>\n","protected":false},"excerpt":{"rendered":"python\u5b66\u4e60\u7b14\u8bb0 \u7b2c\u56db\u7ae01BMI\u95ee\u9898\uff1aBMI\u662f\u5bf9\u8eab\u4f53\u8d28\u91cf\u7684\u523b\u753b\uff0c\u662f\u56fd\u9645\u4e0a\u5e38\u7528\u7684\u8861\u91cf\u4eba\u4f53\u80a5\u80d6\u548c\u5065\u5eb7\u7a0b\u5ea6\u7684\u91cd\u8981\u6807\u51c6\uff0c\u4e3b\u8981\u7528\u4e8e\u7edf\u8ba1\u5206\u6790","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"_links":{"self":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/posts\/7085"}],"collection":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/comments?post=7085"}],"version-history":[{"count":0,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/posts\/7085\/revisions"}],"wp:attachment":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/media?parent=7085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/categories?post=7085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/tags?post=7085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}