Commit b9face75 by BellCodeEditor

auto save

parent 6b1fbc15
Showing with 8 additions and 0 deletions
a=[]
for i in range(10):
b=int(input('请输入成绩:'))
a.append(b)
c=sum(a)
print('班级成绩为:',a)
print('班级平均分:',c/10)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment