Commit a5019ed0 by BellCodeEditor

save project

parent f031001b
Showing with 10 additions and 3 deletions
...@@ -11,5 +11,13 @@ def new_input(): ...@@ -11,5 +11,13 @@ def new_input():
print("请") print("请")
else: else:
t.append(a) t.append(a)
print(a) return a()
new_input() def h(monoy):
\ No newline at end of file co=0
for i in monoy:
co=co+i
return co
i=new_input()
m=h(i)
print(m)
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