Commit eb0f6bc3 by BellCodeEditor

auto save

parent 70d290a4
Showing with 6 additions and 3 deletions
......@@ -2,7 +2,7 @@ def new_input():
try:
total=int(input())
total = []
except:
while True:
unit= input("请输入:")
......@@ -10,5 +10,8 @@ def new_input():
break
else:
total.append(unit)
return total
print(total)
\ No newline at end of file
print(return)
\ 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