Commit 5e77748d by BellCodeEditor

save project

parent 803810fb
Showing with 8 additions and 3 deletions
b=0
def new_input():
list=[]
while True:
......@@ -6,5 +7,9 @@ def new_input():
except:
break
list.append(a)
print(list)
new_input()
\ No newline at end of file
return list
c=new_input()
print(c)
for i in c:
b+=i
print(b)
\ 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