Commit 3839da65 by BellCodeEditor

auto save

parent 89e1a6e5
Showing with 7 additions and 4 deletions
......@@ -11,6 +11,10 @@ def fun():
print('请重新输入数字')
else:
total.append(b)
print(total)
return total
fun()
\ No newline at end of file
return total
def sum(liebiao):
for i in liebiao:
con=con+i
return con
c=fun()
sum(c)
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