摘要: Chapter 3 confirm print("今有物不计其数,三三数之剩二,五五数之剩三,七七数之剩二,问几何?\n") number = int(input("请输入您认为正确的数,:")) if number%3 == 2 and number%5 == 3 and number%7 == 阅读全文
posted @ 2022-09-18 17:42 Kyaria 阅读(27) 评论(0) 推荐(0) 编辑
摘要: '''Chapter 2_bmi_test'''1 height = 1.70 print("您的身高:"+str(height)) weight = 48.5 print("您的体重:"+str(weight)) bmi=(weight/height*height) print("您的BMI指数为 阅读全文
posted @ 2022-09-14 16:12 Kyaria 阅读(25) 评论(0) 推荐(0) 编辑