Commit 89ddf137 by BellCodeEditor

save project

parent 76e696b2
Showing with 8 additions and 0 deletions
......@@ -16,3 +16,10 @@ def new_input():
return
new_input()
print(total)
def l(list):
c=0
for i in list:
c=c+i
print(c)
return c
l(total)
\ 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