From 56bbea4b7d1971cc439e4862d8e9ae715bb685a6 Mon Sep 17 00:00:00 2001 From: kim_yubin Date: Sun, 28 Oct 2018 12:32:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=20'=EB=B3=84(*)=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=EA=B8=B0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 별(*) 생성기 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 별(*) 생성기 diff --git a/별(*) 생성기 b/별(*) 생성기 new file mode 100644 index 0000000..4a34f75 --- /dev/null +++ b/별(*) 생성기 @@ -0,0 +1,11 @@ +a=int(input("초기 '*'을 정하십시오. : ")) +b=0 +c="*"*a +t=0 + +while t