Commit bb546b6d by BellCodeEditor

save project

parent e146664f
Showing with 5 additions and 2 deletions
......@@ -15,7 +15,9 @@ def l():
print('请输入1一个数字')
else:
i.append(k)
print(i)
l()
return i
j=l()
print(j)
\ 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