Commit 8dd2c002 by BellCodeEditor

auto save

parent 2cafcc9e
Showing with 1 additions and 1 deletions
...@@ -11,6 +11,6 @@ def value_list(): ...@@ -11,6 +11,6 @@ def value_list():
print('请输入数字哦') print('请输入数字哦')
else: else:
list.append(value) list.append(value)
print(list)
return list return list
print(value_list()) print(value_list())
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