Commit 46c79f32 by BellCodeEditor

save project

parent c7d0720d
Showing with 4 additions and 4 deletions
...@@ -10,11 +10,11 @@ def new_input(): ...@@ -10,11 +10,11 @@ def new_input():
except: except:
print("请输入一个数字") print("请输入一个数字")
else: else:
total.append(money) total.append(unit)
finally: finally:
print("-"*30) print("-"*30)
return total return total
result = new_input() resturn = new_input()
print(result) print(return)
\ No newline at end of file \ 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