Commit b6c3d161 by BellCodeEditor

save project

parent 1218bfc2
......@@ -21,6 +21,6 @@ def sum(money):
for i in money:
count+=i
return count
result=new_input()
pay=sum(result)
print('你废了'+str(pay)+'厵')
\ No newline at end of file
# result=new_input()
# pay=sum(result)
# print('你废了'+str(pay)+'厵')
\ No newline at end of file
import func
data=func.new_input()
score=func.sum(data)
print('你得了'+str(score)+'分')
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