Commit 8c98ec29 by BellCodeEditor

auto save

parent 4589f8da
Showing with 11 additions and 3 deletions
...@@ -12,9 +12,17 @@ def wer(): ...@@ -12,9 +12,17 @@ def wer():
print("输入数字,或uze退出") print("输入数字,或uze退出")
else: else:
total.append(a) total.append(a)
print("D"*8) print("D"*123)
print(total) print(total)
return total
yui=wer()
wer() def qwe(ry):
\ No newline at end of file t=0
for i in ry :
t+=i
print(t)
qwe(yui)
\ 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