Commit 9a420ee6 by BellCodeEditor

auto save

parent 59c25f28
Showing with 6 additions and 6 deletions
...@@ -16,9 +16,9 @@ def a(): ...@@ -16,9 +16,9 @@ def a():
total.append(int(unit)) total.append(int(unit))
print("已添加") print("已添加")
#如果程序不报错 #如果程序不报错
for i in range(total): print(total)
b=b+i xyso=0
print(total,b) for i in total:
xyso=xyso+i
return total return total
c=a() a()
print(c) \ No newline at end of file
\ 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