已采納回答 / 慕先生5347740
我覺得這是imooc的IDE本身的問題,我在命令行和python的編輯器中嘗試了之后,print('hello',?'python') 打印出來的就是hello,python
2020-09-06
最贊回答 / 叁杯
for key, value in d.items():輸出的是key對應的value,而在這個dict中value就是三次成績組成的list,而要求是輸出每一次分數,所以需要再遍歷一遍這個list 把每次的分數打印出來。
2020-09-03