Commit 0674c19a by BellCodeEditor

save project

parent 8a6745c7
Showing with 987 additions and 2 deletions
......@@ -13,4 +13,990 @@ def new_input():
total.append(unit)
return total
b=new_input()
print(b)
\ No newline at end of file
def s(a):
c=0
for i in a :
c=c+i
return c
print(s(b))
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