Commit 24a21507 by BellCodeEditor

save project

parent 0b70c31b
...@@ -10,7 +10,15 @@ def func(): ...@@ -10,7 +10,15 @@ def func():
except: except:
print("输入整数") print("输入整数")
else: else:
total.append(unit) total.append(unit1)
return total return total
s=func()
print(s) def sum(dd):
count=0
for i in dd:
count=count+i
return count
#p=sum(func())
#print(p)
\ No newline at end of file
import func
data=func.func()
score=func.sum(data)
print("选手的得分是"+str(score)+"分")
\ No newline at end of file
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