News

then Python will refer to the first or last value respectively. You could, alternatively, reverse your string manually. This might be useful if you ever need to check the values as you run through ...
e i=2) and j--(i.e, j=2) Now, i is not less than j (as i=2 and j=2) so loop gets terminate and original array get reversed. Reverse the array in python Method 1 : Code in Python Run def reverseList(A, ...