U庞大他

This commit is contained in:
moyan 2024-05-24 15:28:22 +08:00
parent b26a306cb1
commit ba717986c6

8
Stack.py Normal file
View File

@ -0,0 +1,8 @@
CMDs = ["push", "pop"]
def push(self, operand):
pass
def pop(self, operand):
pass