locations = ("Bowling Den", "Krazy Bowl", "City Bowl", "Top Bowling", "PinBowl")
games = ("10-Pin", "5-Pin", "Candlepin")
gamesPlayed = [[100, 250, 200],
[500, 600, 700],
[200, 225, 230],
[120, 520, 500],
[405, 60, 255]]
Я пытаюсь сослаться на колонки 0, 1 и 2 игр, сыгранных для:
print ("10-Pin", *total amount in column*)
print ("5-Pin", *total amount in column*)
print ("CandlePin", *total amount in column*)