Commit e34ad326 by BellCodeEditor

save project

parent 9a420ee6
Showing with 7 additions and 5 deletions
...@@ -17,8 +17,10 @@ def a(): ...@@ -17,8 +17,10 @@ def a():
print("已添加") print("已添加")
#如果程序不报错 #如果程序不报错
print(total) print(total)
xyso=0
for i in total:
xyso=xyso+i
return total return total
a() def d(xyz)
\ No newline at end of file e=0
for i in xyz:
c=a()
print(c)
\ 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