Commit 483079df by BellCodeEditor

auto save

parent a8228c95
Showing with 11 additions and 3 deletions
......@@ -10,8 +10,16 @@ def new_input():
print('请呀希')
else:
e.append(q)
finally:
print('_________________________')
print(e)
return e
w=new_input()
print(w)
\ No newline at end of file
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
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