From 68f0f0b84f0a3ce9acd6c056a3f267b493e5e752 Mon Sep 17 00:00:00 2001 From: Song Hui jun Date: Sat, 23 Sep 2023 14:19:49 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20LEFT=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=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("=====")