Commit a23afe64 by BellCodeEditor

save project

parent 7c1c7009
Showing with 8 additions and 3 deletions
import func
list=func.new_input()
total=func.sum()
\ No newline at end of file
import.
def new_input():
total = []
while True:
......@@ -19,5 +20,5 @@ def sum(money):
for i in money:
a=a+i
return a
list = new_input()
print(list)
\ No newline at end of file
# list = new_input()
# print("一共需要",(list))
\ 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