Commit 5552043c by BellCodeEditor

save project

parent febdba9a
Showing with 5 additions and 4 deletions
total = []
def in_input():
total = []
while True:
unit= input("请输入:")
try:
......@@ -12,5 +12,6 @@ def in_input():
continue
else:
total.append(o)
print(total)
in_input()
\ No newline at end of file
return total
in_input()
print(total)
\ 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