首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
AzureDeer
›
全部回复第 1 页 / 共 1 页
回复总数
1
2021-01-07 07:04:28 +08:00
回复了
AzureDeer
创建的主题
›
Python
›
请问大家,我这一段为啥报错呀
scores = {'语文':89, '数学':95, '英语':80}
sum_score = 0
def get_average(scores):
for subject, score in scores.items():
sum_score += score
print('现在的总分是%d'%sum_score)
ave_score = sum_score/len(scores)
print('平均分是%d'%ave_score)
get_average(scores)
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
3098 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 9ms ·
UTC 13:47
·
PVG 21:47
·
LAX 05:47
·
JFK 08:47
Developed with
CodeLauncher
♥ Do have faith in what you're doing.