We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfc3b8 commit e1ff491Copy full SHA for e1ff491
script/process_order.py
@@ -75,6 +75,7 @@ def process_price_with_order(menu_dict, order):
75
return sum_up_total_line(total, none_list)
76
77
def sum_up_total_line(total, none_list):
78
+ total = format(total, ",")
79
line = '總共是' + str(total) + '元。'
80
if len(none_list)>0:
81
line+='不過,我們沒有:'
0 commit comments