Using python write a program that does the following:
•Create the logic for a program whose main() method prompts a user for 1000 numbers and stores them in a list.
•Pass the array to a method that reverses the order of the numbers.
•In the main program, display the numbers.