Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Index Power by jeredez
def index_power(array, n):
"""
Find Nth power of the element with index N.
"""
if len(array)-1
April 24, 2016