From 2f38c141661335c6c1469c3f80a3df9bd66800eb Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 16 Jun 2023 11:04:19 +0800
Subject: [PATCH] save project

---
 total_price.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/total_price.py b/total_price.py
index 238be39..a2fc0c5 100644
--- a/total_price.py
+++ b/total_price.py
@@ -21,7 +21,7 @@ def sum(money):
     for i in money:
         count = count + i
     return count
-print(dir(str))
+
 price = new_input()
 pay = sum(price)
 print("您一共消费了" + str(pay) + "元!扫码还是现金呢?")
\ No newline at end of file
--
libgit2 0.25.0