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

# -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ num=input("Please input your number:(unit is million)\n") num2=float(num) if num2<=0:     print("Your number is error!")
相關文章
相關標籤/搜索