List two ways to implement Stack.
The two ways to implement Stack are as follows :
Stack = list()
Stack = []