diff --git a/diy.py b/diy.py
index 45ad903..3a703f2 100644
--- a/diy.py
+++ b/diy.py
@@ -5,4 +5,4 @@ if j in dict:
     print('您要的'+j+'需要'+ str(dict[j])+'元')
 
 else:
-    print(sorry,您需要的商品缺货)
\ No newline at end of file
+    print("对不起,您需要的商品缺货")
\ No newline at end of file