
# -*- coding: utf-8 -*-
"""
功能:求20个学生的平均成绩
作者:XxLyle
日期:2021.11.18
"""
sum = 0
for i in range(20):
while True:
score = int(input
这篇博客介绍如何使用Python编程计算20个学生的平均成绩。通过读取成绩数据,进行数学运算,最终得出班级平均分。

# -*- coding: utf-8 -*-
"""
功能:求20个学生的平均成绩
作者:XxLyle
日期:2021.11.18
"""
sum = 0
for i in range(20):
while True:
score = int(input
4352
513
3966
5385

被折叠的 条评论
为什么被折叠?