Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Index Power by bibliotekarz96
def index_power(array, n):
"""
Find Nth power of the element with index N.
"""
n=int(n)
if(n
Oct. 22, 2016