Commit 8ccac9d4 by BellCodeEditor

save project

parent 64c84f95
Showing with 4 additions and 2 deletions
def a():
ss=2
total = []
while True:
unit= int(input("请输入:"))
......@@ -7,4 +8,6 @@ def a():
else:
total.append(unit)
print(total)
a()
\ No newline at end of file
return ss
dd=a()
print(dd)
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