Commit 5e77748d by BellCodeEditor

save project

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