Commit 17412c7d by BellCodeEditor

save project

parent c637d44f
Showing with 5 additions and 4 deletions
......@@ -8,8 +8,9 @@ def new_input():
else:
int(unit)
total.append(unit)
except:
print("输整数")
print(total)
new_input()
\ No newline at end of file
return total
q=new_input()
print(q)
\ 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