Commit f07ec1f2 by BellCodeEditor

save project

parent 05e7d622
Showing with 13 additions and 0 deletions
def new_input():
jist = []
i = 5
while i > 0:
count = input("请输入分数")
list1.append(float(count))
i -=1
return list1
def sum(lista)
dsb = 0
for i in lista:
dsb += lista[i]
return dsb
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