Program to Reverse List Items without using reverse. This method does not return any value but reverse the given object from the list. First, we understand the algorithm of this program. You can see the output is a list format. Write a program that accepts a list from user. asked Jun 12 '17 at 14:53. The following example shows the usage of reverse() method. ANALYSIS: Within this reverse number in a program, When it reaches to Reverse = Reverse_Integer (Number) line in the program then the compiler immediately jump to below function:. We have also seen that floating-point numbers are not supported in python range. For instance: SomeArray=('Python is the best programming language') i='' for x in SomeArray: #i dont know how to do it print(i) The result must be: egaugnal gnimmargorp tseb eht si nohtyP please help. Watch Queue Queue. while Loop in Python. Georgy. def Reverse_Integer(Number): We already explained the code LOGIC in the above example. We will go through each of them and their variations with examples. Assignments » Lists » Set 1 » Solution 2. Python list method reverse() reverses objects of list in place.. Syntax. In Python, there is no C style for loop, i.e., for (i=0; i