Commit 3ac46fe4 by BellCodeEditor

auto save

parent 79bd05dc
Showing with 5 additions and 10 deletions
......@@ -11,19 +11,14 @@ def x():
except:
print("请输入整数")
else:
total.append(y)
total.append(total)
#print("程序结束")
return total
totai=total
def l(total):
aum=0
for i in total:
aum=aum+1
print(aum)
return total
totai=x()
m=totai+1
print(m)
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