首页 新闻 会员 周边
1
回答数

回答被采纳 看不懂這句代碼

def go(a,b,c): per = 100.0 * a * b / c if per > 100: per = 100 print "%.2f%%" % per // 這句%.2f表示轉浮點數保