You are viewing a single comment's thread from:

RE: Payment for Coding done

Calculate the average price for each airline

average_prices = {}
for airline, prices in airline_prices.items():
    average_prices[airline] = sum(prices) / len(prices)

return average_prices

Coin Marketplace

STEEM 0.19
TRX 0.16
JST 0.030
BTC 66982.11
ETH 2591.90
USDT 1.00
SBD 2.67