diff --git a/func.py b/func.py
index c1662e5..e665c06 100644
--- a/func.py
+++ b/func.py
@@ -10,6 +10,6 @@ def sb():
     for i in total:
         dsb=dsb+i
     
-    print("您一共消费了"+str(dsb)+"元,滚")
+    print("您得了"+str(dsb)+"分,滚")
     return
 sb()
\ No newline at end of file