WAP in python based on arr which is a list of numbers. from this list if the number is odd, multiply it with 2. if the number is even, square it and push it to another list named stack. Display the Stack otherwise print error message