Commit 7fba9a6d by BellCodeEditor

save project

parent db0937d8
Showing with 2 additions and 2 deletions
...@@ -11,7 +11,7 @@ def mnm(): ...@@ -11,7 +11,7 @@ def mnm():
print('需要输入整数哦') print('需要输入整数哦')
else: else:
total.append(unit) total.append(unit)
return (total) return total
money = mnm() money = mnm()
print(money)
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