Commit 58568663 by BellCodeEditor

auto save

parent a27967c8
Showing with 1 additions and 1 deletions
......@@ -28,5 +28,5 @@ print('我下面开始计算菜单的总价')
sum=0
for i in price:
sum+=i
print('菜单的总价格为:'+sum)
print('菜单的总价格为:'+str(sum))
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