
# Phone adress is already randomized. No need to change it.
phone_number = "{{phone_number}}"

# Make up some adress. Can be real or fake. Put it between double quotes.
delivery_address = ""

# Payment method is already randomized. No need to change it.
payment_method = "{{payment_method}}"

# Order items are already randomized. No need to change it.
order_items = [
{{order_items}}
]

## PYTHON END ##

# Write the conversation below.
# The conversation has to start with "piz" (short for pizzeria) and has to end with "bot".
# Do not use double quotes (") in the conversation. Just type the text next to the = sign.
'''


piz = 
bot = 


'''