Commit 46c79f32 by BellCodeEditor

save project

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