Commit 1fcd14b4 by BellCodeEditor

auto save

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