Commit c69ae025 by BellCodeEditor

save project

parent e3b274bd
...@@ -10,8 +10,15 @@ def new_input(): ...@@ -10,8 +10,15 @@ def new_input():
print('请呀希') print('请呀希')
else: else:
e.append(q) e.append(q)
finally:
print('_________________________')
print(e) print(e)
return e return e
w=new_input() def sum(money):
print(w) k=0
\ No newline at end of file for i in money:
k=k+i
return k
\ No newline at end of file
import func
n = func.new_input()
m = func.sum(n)
print('尼地芬书死:'+str(m))
\ 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