Commit c69ae025 by BellCodeEditor

save project

parent e3b274bd
......@@ -10,8 +10,15 @@ 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
\ 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