Commit 037a76e3 by BellCodeEditor

save project

parent c01a7f6f
Showing with 3 additions and 2 deletions
...@@ -11,5 +11,6 @@ def a(): ...@@ -11,5 +11,6 @@ def a():
print('请输入数字!') print('请输入数字!')
else: else:
total.append(b) total.append(b)
print(total) return a
a() c=a()
print(c)
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