You are viewing a single comment's thread from:

RE: Payment for Coding done

Populate the airline_prices dictionary

for flight in route_data:
    airline = flight["airline"]
    price = flight["price"]
    if airline not in airline_prices:
        airline_prices[airline] = []
    airline_prices[airline].append(price)

Coin Marketplace

STEEM 0.05
TRX 0.28
JST 0.046
BTC 64446.89
ETH 1857.51
USDT 1.00
SBD 0.42