Commit b9ea73af by BellCodeEditor

save project

parent a9e1feeb
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ def get_list():
price = int(s)
except:
print('请输入数字')
else:
total.append(price)
else:
total.append(price)
return total
print(get_list())
......
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