Answer:
To loop through a set of code a specified number of times, we can use the range() function, The range() function returns a sequence of numbers, starting from 0 by default, and increments by 1 (by default), and ends at a specified number.
Explanation:
hope this helps
Answer:

Explanation:
Given
--- starting index
Required
Change the starting index to 
We have:

To change the starting index to k, we simply rewrite as:

<em>In this case; k=1; so, the starting index will be: </em>
<em />
Answer:
Zevzda
Explanation:
Check for yourself if you think i'm wrong