First solution in Creative category for Index Power by Matvey127
index_power = lambda data, n: data[n]**n if len(data) > n else -1
Jan. 30, 2017