Commit 89ddf137 by BellCodeEditor

save project

parent 76e696b2
Showing with 9 additions and 2 deletions
......@@ -15,4 +15,11 @@ def new_input():
print(total)
return
new_input()
print(total)
\ No newline at end of file
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