9 lines
101 B
Python
9 lines
101 B
Python
|
CMDs = ["push", "pop"]
|
||
|
|
||
|
def push(self, operand):
|
||
|
pass
|
||
|
|
||
|
|
||
|
def pop(self, operand):
|
||
|
pass
|