h = eval(input("請輸入你的身高(公尺): ")) while True: w = eval(input("請輸入你的體重(公斤),-9999 quit: ")) if w == -9999: break bmi ...
確定! 回上一頁