題目:企業發放的獎金根據利潤提成。利潤 (I) : 低於或等於 10 萬元時,獎金可提 10% ; 高於 10 萬元,低於 20 萬元時,低於 10 萬元的部分按 10% 提成,高於 10 萬元的部分

python代碼塊:python def test(profile): # while True: if profile>0 and profile<=100000: bonus = profile*0.01 print(bonus)
相關文章
相關標籤/搜索