Commit da1b4474 by BellCodeEditor

save project

parent 14e181fa
Showing with 4 additions and 6 deletions
...@@ -10,9 +10,7 @@ def nen_input(): ...@@ -10,9 +10,7 @@ def nen_input():
except: except:
print('请输入数字') print('请输入数字')
else: else:
total.append(money) total.append(unit)
finally:
print('-'*30) print('-'*30)
return total print(total)
result = nen_input() nen_input()
print(result) \ 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