From ba717986c6b0a715116f55c7e8e66bafc20e5e08 Mon Sep 17 00:00:00 2001 From: moyan <1561515308@qq.com> Date: Fri, 24 May 2024 15:28:22 +0800 Subject: [PATCH] =?UTF-8?q?U=E5=BA=9E=E5=A4=A7=E4=BB=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Stack.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Stack.py diff --git a/Stack.py b/Stack.py new file mode 100644 index 0000000..0a7cc39 --- /dev/null +++ b/Stack.py @@ -0,0 +1,8 @@ +CMDs = ["push", "pop"] + +def push(self, operand): + pass + + +def pop(self, operand): + pass