diff --git a/func.py b/func.py
index 0b99582..39ac2a5 100644
--- a/func.py
+++ b/func.py
@@ -21,4 +21,4 @@ def sum(money):
     return count
 price=new_input()
 pay=sum(price)
-print("您一共消费了:",pay,元)
\ No newline at end of file
+print("您一共消费了:",pay,"元")
\ No newline at end of file