Commit 5044f731 by BellCodeEditor

auto save

parent 483079df
Showing with 3 additions and 11 deletions
......@@ -10,16 +10,8 @@ def new_input():
print('请呀希')
else:
e.append(q)
finally:
print('_________________________')
print(e)
return e
def sum(money):
k=0
for i in money:
k=k+i
return k
u=new_input()
y=sum(u)
print('sb'+str(y)+'亿')
\ No newline at end of file
w=new_input()
print(w)
\ 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