From d9ed7577b0ee2d1cbe0651b48ed4df803ef6bf4f Mon Sep 17 00:00:00 2001 From: Lucerna00 Date: Sat, 23 Sep 2023 14:19:36 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20LEFT=20=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LEFT 기능 추가 완료 --- left.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 left.py diff --git a/left.py b/left.py new file mode 100644 index 0000000..d391536 --- /dev/null +++ b/left.py @@ -0,0 +1,3 @@ +print("-----") +print("LEFT") +print("=====")