Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Index_Power solution in Clear category for Index Power by Elena_Korljukova
def index_power(array: list, n: int) -> int:
return array[n]**n if n
June 2, 2020