第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

'If not' 以避免零除法

'If not' 以避免零除法

慕尼黑5688855 2023-02-12 19:01:07
zerodivision我下面的代碼在為空時(shí)返回錯(cuò)誤occupied_spaces。occupied_spaces = [ ]cars = occupied_spaces.count(1)spaces = occupied_spaces.count(0)if not occupied_spaces:    print('The list is empty')    percentage = cars/len(occupied_spaces) * 100print(percentage, '%')有人可以解釋為什么會(huì)這樣嗎?
查看完整描述

1 回答

?
皈依舞

TA貢獻(xiàn)1851條經(jīng)驗(yàn) 獲得超3個(gè)贊

你的問題不清楚,但讓我猜猜??雌饋砟霗z查占用的空間是否為空,然后打印消息,否則計(jì)算百分比。所以代碼應(yīng)該是這樣的。如果數(shù)組為空函數(shù) len 將返回 0


occupied_spaces = [ ]


if not occupied_spaces:

    print('The list is empty')

else:

    percentage = occupied_spaces.count(1) / len(occupied_spaces) * 100

    print(percentage, '%')

看起來像它的 python 所以你需要正確對(duì)齊代碼


查看完整回答
反對(duì) 回復(fù) 2023-02-12
  • 1 回答
  • 0 關(guān)注
  • 94 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)