GMIT网络安全Python每周作业和 讲师:安德鲁·比蒂学生:阿黛尔·哈灵顿 PFORCS问题表-问题表解决方案 作业单分配周02:BMI.py任务要求: 1. Write a program that calculates somebody's Body Mass Index (BMI). The inputs are the person's height in centimetres and weight in kilograms. The output is their weight divided by their height in metres squared. $ python bmi.py Enter weight: 65 Enter height: 180 BMI is 20.06. 注释,假设和错误检查 对于高度和重量,程序都会执行简单的错误检查,以验证输入的结