Commit 00eb94b0 by BellCodeEditor

save project

parent 1fd7d2cc
Showing with 6 additions and 2 deletions
...@@ -7,6 +7,9 @@ def new_input(): ...@@ -7,6 +7,9 @@ def new_input():
else: else:
total.append(u) total.append(u)
return total return total
result=new_input() def sun(money)
print(result) count=0
for i in money
count=count+i
return
new_input() new_input()
\ 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