• Andrii_Veselov's Activity

Liked a comment created by DaveDiFranco for forum post "Gives me error, my local editor says its ok"
Line 6: remember that lists are 0 indexed.  If n==len(array), you'll get IndexError on line 7.
My Code: def index_power(array, n): """ Find Nth power of the element w
Liked mission "Fizz Buzz"
A word game used to the teach robots about division.
Followed veky