最贊回答 / 專(zhuān)業(yè)資深程序員勸退師
錯(cuò)誤寫(xiě)法print("dongdong age" {}.format(age))正確寫(xiě)法print("dongdong age {}".format(age))
2021-02-09
最新回答 / 慕俠2401110
list=[] for?n?in?range(1,101): ????n?*=?n ????list.append(n) print(sum(list))
2021-02-05
最新回答 / 慕慕2125505
現(xiàn)在的版本是可以的 應(yīng)該是這個(gè)網(wǎng)站的版本里面沒(méi)有關(guān)于中文的? 所以會(huì)出錯(cuò)<...code...>
2021-02-01
最新回答 / joe學(xué)習(xí)版
就這題來(lái)說(shuō),當(dāng)age=95時(shí),從上往下看,最先滿(mǎn)足的是>80,故短路后方所有分支,直接輸出print
2021-01-29