New instance
Get feedback
Construct a program that creates two functions in a Stack Structure. The first one is "push" function and the second one is "pop" function. Your pop function should also check if the current stack is empty. is_empty() is a predefined function.