Commit f5d042a0 by BellCodeEditor

save project

parent b63e4a8c
...@@ -17,9 +17,6 @@ def sum(money): ...@@ -17,9 +17,6 @@ def sum(money):
for i in money: for i in money:
zong=zong+i zong=zong+i
return zong return zong
price=new_input()
num=sum(price)
print(num)
\ No newline at end of file
import func
data=func.new_input()
scores=func.sum(data)
print(scores)
print(scores/len(data))
\ 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