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