<u>Answer:</u>
<em>My teachers & My parents are the main reason to get through academics well. </em>
Though the reason might be common to most of the people, <em>the situation might be unique and the way the advice's are comprehended and the process of intake and the actions would be unique to each person.</em>
How a mother gives medicine to a child along with sugar, in a similar way my <em>parents and teachers gave me advice which made me to stand at this top-level.</em>
Def swapArrayEnds( array ):
tmp = array[ len( array ) - 1 ]
array[ len( array ) - 1 ] = array[ 0 ]
array[ 0 ] = tmp