Commit a5019ed0 by BellCodeEditor

save project

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