{"id":604,"date":"2020-05-24T17:10:09","date_gmt":"2020-05-24T08:10:09","guid":{"rendered":"http:\/\/www.mamacoding.com\/?p=604"},"modified":"2020-05-24T17:15:12","modified_gmt":"2020-05-24T08:15:12","slug":"python-%ed%8c%8c%ec%9d%b4%ec%8d%ac-%eb%b0%b0%ec%9a%b0%ea%b8%b03-%eb%8d%b0%ec%9d%b4%ed%84%b0-%ed%83%80%ec%9e%85%eb%ac%b8%ec%9e%90%ed%98%95","status":"publish","type":"post","link":"http:\/\/www.mamacoding.com\/?p=604","title":{"rendered":"PYTHON \ud30c\uc774\uc36c \ubc30\uc6b0\uae303- \ub370\uc774\ud130 \ud0c0\uc785(\ubb38\uc790\ud615)"},"content":{"rendered":"<p><strong>** \ubb38\uc790\uc5f4<\/strong><\/p>\n<ol>\n<li><strong>\ud070\ub530\uc634\ud45c(<\/strong><strong>&#8220;<\/strong><strong>)<\/strong><strong>\ub85c \uc591\ucabd \ub458\ub7ec\uc2f8\uae30<\/strong><\/li>\n<\/ol>\n<p>&#8220;Hello World&#8221;<\/p>\n<ol start=\"2\">\n<li><strong>\uc791\uc740\ub530\uc634\ud45c(<\/strong><strong>&#8216;<\/strong><strong>)<\/strong><strong>\ub85c \uc591\ucabd \ub458\ub7ec\uc2f8\uae30<\/strong><\/li>\n<\/ol>\n<p>&#8216;Python is fun&#8217;<\/p>\n<h3>\ubb38\uc790\uc5f4 \ub354\ud574\uc11c \uc5f0\uacb0\ud558\uae30(Concatenation)<\/h3>\n<blockquote><p><span style=\"color: #3366ff;\">&gt;&gt;&gt;\u00a0<\/span>head = &#8220;Python&#8221;<\/p>\n<p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span>\u00a0 tail = &#8221; is fun!&#8221;<\/p>\n<p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> head + tail<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<h3>\ubb38\uc790\uc5f4 \uacf1\ud558\uae30<\/h3>\n<blockquote><p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> a = &#8220;python&#8221;<\/p>\n<p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> a * 2<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<h3>\ubcc0\uc218\uc5d0 \ubb38\uc790 \ub300\uc785\ud558\uace0 \ucd9c\ub825\ud558\uae30<\/h3>\n<blockquote><p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> a = &#8220;Python&#8221;<\/p>\n<p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> print(a)<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>\u203b \ud30c\uc774\uc36c\uc740 \ub300\uc18c\ubb38\uc790\ub97c \uad6c\ubcc4\ud55c\ub2e4. print\ub97c PRINT\ub85c \uc4f0\uba74 \uc815\uc758\ub418\uc9c0 \uc54a\uc558\ub2e4\ub294 \uc624\ub958 \uba54\uc2dc\uc9c0\uac00 \ub098\uc628\ub2e4.<\/p>\n<blockquote><p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> a = &#8220;Python&#8221;<\/p>\n<p><span style=\"color: #3366ff;\">&gt;&gt;&gt;\u00a0<\/span>a<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<h3><strong>\ubb38\uc790\uc5f4 \uae38\uc774 \uad6c\ud558\uae30<\/strong><\/h3>\n<blockquote><p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> a = &#8220;Life is too short&#8221;<\/p>\n<p><span style=\"color: #3366ff;\">&gt;&gt;&gt;<\/span> len(a)<\/p>\n<p>&gt;&gt;&gt; 17<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>** \ubb38\uc790\uc5f4 \ud070\ub530\uc634\ud45c(&#8220;)\ub85c \uc591\ucabd \ub458\ub7ec\uc2f8\uae30 &#8220;Hello World&#8221; \uc791\uc740\ub530\uc634\ud45c(&#8216;)\ub85c \uc591\ucabd \ub458\ub7ec\uc2f8\uae30 &#8216;Python is fun&#8217; \ubb38\uc790\uc5f4 \ub354\ud574\uc11c \uc5f0\uacb0\ud558\uae30(Concatenation) &gt;&gt;&gt;\u00a0head = &#8220;Python&#8221; &gt;&gt;&gt;\u00a0 tail = &#8221; is fun!&#8221; &gt;&gt;&gt; head + tail &nbsp; \ubb38\uc790\uc5f4 \uacf1\ud558\uae30 &gt;&gt;&gt; a = &#8220;python&#8221; &gt;&gt;&gt; a * 2 &nbsp; \ubcc0\uc218\uc5d0 \ubb38\uc790 \ub300\uc785\ud558\uace0 \ucd9c\ub825\ud558\uae30 &gt;&gt;&gt; a = &#8220;Python&#8221; &gt;&gt;&gt; print(a) &nbsp; \u203b \ud30c\uc774\uc36c\uc740 \ub300\uc18c\ubb38\uc790\ub97c &hellip; <a href=\"http:\/\/www.mamacoding.com\/?p=604\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;PYTHON \ud30c\uc774\uc36c \ubc30\uc6b0\uae303- \ub370\uc774\ud130 \ud0c0\uc785(\ubb38\uc790\ud615)&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[29],"tags":[32,37,36],"_links":{"self":[{"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/604"}],"collection":[{"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=604"}],"version-history":[{"count":2,"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/604\/revisions"}],"predecessor-version":[{"id":608,"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/604\/revisions\/608"}],"wp:attachment":[{"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=604"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.mamacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}