Commit da1b4474 by BellCodeEditor

save project

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