From d11b8f623694bbb7cfed74b6143db8159fd35c25 Mon Sep 17 00:00:00 2001 From: g Date: Sat, 30 Dec 2023 11:53:27 +0900 Subject: [PATCH 1/3] =?UTF-8?q?feature=20product=20branch=20=EC=83=88=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EB=B0=8F=20=EC=BD=94=20=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 12_30/featureproduct.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 12_30/featureproduct.py diff --git a/12_30/featureproduct.py b/12_30/featureproduct.py new file mode 100644 index 00000000..81d2581c --- /dev/null +++ b/12_30/featureproduct.py @@ -0,0 +1,6 @@ +def piro(product): + return 1+2+product(product) + +def product(): + return 4 + From 3ba038db2ec9a0e002fdb65cd44984720b321d18 Mon Sep 17 00:00:00 2001 From: g Date: Sat, 30 Dec 2023 11:58:15 +0900 Subject: [PATCH 2/3] =?UTF-8?q?feat=20:=20pay=20=EA=B0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 12_30/featureproduct.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/12_30/featureproduct.py b/12_30/featureproduct.py index 81d2581c..0be57553 100644 --- a/12_30/featureproduct.py +++ b/12_30/featureproduct.py @@ -4,3 +4,5 @@ def piro(product): def product(): return 4 +def pay(): + return 5 \ No newline at end of file From ae9da0f0b800a4e5a9c9fab26848f9edcaf8821e Mon Sep 17 00:00:00 2001 From: g Date: Sat, 30 Dec 2023 12:01:54 +0900 Subject: [PATCH 3/3] =?UTF-8?q?fix=20:=20=EB=A9=94=EC=84=9C=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 12_30/featureproduct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_30/featureproduct.py b/12_30/featureproduct.py index 0be57553..8caebc64 100644 --- a/12_30/featureproduct.py +++ b/12_30/featureproduct.py @@ -4,5 +4,5 @@ def piro(product): def product(): return 4 -def pay(): +def payment(): return 5 \ No newline at end of file