Write a function in Python PUSH(Art), where Arr is a list of numbers. From this list push all numbers divisible by 7 into a stack implemented by using a list. Display the stack if it has at least one element, otherwise display appropriate error message.