diy2.py 180 Bytes Edit 1 2 3 4 5 6 7 score = {'语文':100,'数学':100,'英语':100} for k,v in score.items(): print(k,v) # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来