Commit 9a420ee6 by BellCodeEditor

auto save

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