Commit dc7ffb57 by BellCodeEditor

save project

parent aa9d29c7
Showing with 5 additions and 4 deletions
......@@ -10,6 +10,7 @@ def new_input():
except:
print('输入整数')
else:
total.append(i)
print(total)
new_input()
\ No newline at end of file
total.append(i)
return total
result=new_input()
print(result)
\ 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