Commit 1fcd14b4 by BellCodeEditor

auto save

parent b18ad723
Showing with 5 additions and 3 deletions
......@@ -10,5 +10,7 @@ def a():
print("请重新输入:")
else:
total.append(b)
print(total)
a()
\ No newline at end of file
#print(total)
return total
b=a()
print(b[1])
\ 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