{"id":24014,"date":"2024-10-22T03:24:02","date_gmt":"2024-10-22T03:24:02","guid":{"rendered":"http:\/\/thelivesmart.com\/w\/?p=24014"},"modified":"2024-11-26T08:04:19","modified_gmt":"2024-11-26T08:04:19","slug":"%ed%8c%8c%ec%9d%b4%ec%8d%ac-%eb%b3%80%ec%88%98%ec%99%80-%ec%9e%90%eb%a3%8c%ed%98%95","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24014\/","title":{"rendered":"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615"},"content":{"rendered":"\n<div id=\"wrap\" class=\"wrap-right\">\n    <div id=\"container\">\n        <main class=\"main \">\n            <div class=\"area-main\">\n                <div class=\"area-view\">\n                    <div class=\"article-header\">\n                        <div class=\"inner-article-header\">\n                            <div class=\"box-meta\">\n                                <h2 class=\"title-article\">\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615<\/h2>\n                                <div class=\"box-info\">\n                                    <p class=\"category\">\ud30c\uc774\uc36c \uacf5\ubd80<\/p>\n                                    <p class=\"date\">2024-10-16 01:48:02<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <hr>\n                    <div class=\"article-view\">\n                        <div class=\"contents_style\">\n                            <!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615<\/title>\n<\/head>\n<body>\n    <h1>\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615<\/h1>\n    <p>\ud30c\uc774\uc36c\uc5d0\uc11c <strong>\ubcc0\uc218<\/strong>\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uacf5\uac04\uc73c\ub85c, \uac12\uc744 \ucc38\uc870\ud558\uac70\ub098 \uc870\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcc0\uc218\uc5d0 \uac12\uc744 \ud560\ub2f9\ud560 \ub54c\ub294 \ub4f1\ud638 <code>=<\/code>\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ubcc0\uc218\uc5d0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\uc744 \ud560\ub2f9\ud560 \uc218 \uc788\uc73c\uba70, \ubcc0\uc218\uc758 \ud0c0\uc785\uc740 \uc790\ub3d9\uc73c\ub85c \uacb0\uc815\ub429\ub2c8\ub2e4.<\/p>\n    <pre><code>x = 10             # \uc815\uc218\ud615 \ubcc0\uc218\nname = \"Alice\"    # \ubb38\uc790\uc5f4 \ubcc0\uc218\nis_active = True   # \ubd88 \uc790\ub8cc\ud615 \ubcc0\uc218<\/code><\/pre>\n\n    <h2>\ubcc0\uc218\uc758 \ud2b9\uc9d5<\/h2>\n    <h3>1. \ubcc0\uc218\uc758 \ud560\ub2f9\uacfc \ud0c0\uc785<\/h3>\n    <p>\ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ubcc0\uc218\uc5d0 \uac12\uc744 \ud560\ub2f9\ud558\uba74, \uadf8 \ubcc0\uc218\uc758 \ud0c0\uc785\uc740 \uc790\ub3d9\uc73c\ub85c \uacb0\uc815\ub429\ub2c8\ub2e4. \ubcc0\uc218\ub294 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc744 \uac00\uc9c8 \uc218 \uc788\uc73c\uba70, \ub3d9\uc77c\ud55c \ubcc0\uc218\uc5d0 \ub2e4\ub978 \ud0c0\uc785\uc758 \uac12\uc744 \ud560\ub2f9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n    <pre><code>x = 10          # \uc815\uc218\ud615\nx = \"Hello\"    # \ubb38\uc790\uc5f4\ub85c \uc7ac\ud560\ub2f9<\/code><\/pre>\n\n    <h3>2. \ud0c0\uc785 \uccb4\ud06c<\/h3>\n    <p>\ubcc0\uc218\uc758 \uc790\ub8cc\ud615\uc744 \ud655\uc778\ud558\uae30 \uc704\ud574 <code>type()<\/code> \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ubcc0\uc218\uc758 \ud604\uc7ac \uc790\ub8cc\ud615\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n    <pre><code>x = 10\nprint(type(x))  # <class 'int'>\n\nname = \"Alice\"\nprint(type(name))  # <class 'str'><\/code><\/pre>\n\n    <h3>3. \ubcc0\uc218 \uc774\ub984 \uaddc\uce59<\/h3>\n    <p>\ubcc0\uc218 \uc774\ub984\uc740 \uc601\ubb38\uc790, \uc22b\uc790, \ubc11\uc904(<code>_<\/code>)\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc22b\uc790\ub85c \uc2dc\uc791\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub610\ud55c, \ub300\uc18c\ubb38\uc790\ub97c \uad6c\ubd84\ud569\ub2c8\ub2e4.<\/p>\n    <ul>\n        <li>\ubcc0\uc218 \uc774\ub984\uc740 \uc54c\ud30c\ubcb3 \ubb38\uc790 \ub610\ub294 \ubc11\uc904\ub85c \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. \uc608: <code>_value<\/code>, <code>data1<\/code><\/li>\n        <li>\ubcc0\uc218 \uc774\ub984\uc5d0\ub294 \uacf5\ubc31\uc774 \ub4e4\uc5b4\uac08 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc5ec\ub7ec \ub2e8\uc5b4\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uacbd\uc6b0 \ubc11\uc904\uc744 \uc0ac\uc6a9\ud558\uc5ec \uad6c\ubd84\ud569\ub2c8\ub2e4. \uc608: <code>user_name<\/code><\/li>\n        <li>\ud30c\uc774\uc36c\uc758 \uc608\uc57d\uc5b4(\ud0a4\uc6cc\ub4dc)\ub294 \ubcc0\uc218 \uc774\ub984\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc608: <code>for<\/code>, <code>if<\/code> \ub4f1<\/li>\n    <\/ul>\n\n    <h3>4. \ub3d9\uc801 \ud0c0\uc774\ud551<\/h3>\n    <p>\ud30c\uc774\uc36c\uc740 <strong>\ub3d9\uc801 \ud0c0\uc774\ud551(dynamic typing)<\/strong> \uc5b8\uc5b4\ub85c, \ubcc0\uc218\uc758 \ud0c0\uc785\uc744 \uba85\uc2dc\uc801\uc73c\ub85c \uc120\uc5b8\ud558\uc9c0 \uc54a\uc544\ub3c4 \ub429\ub2c8\ub2e4. \ubcc0\uc218\uc758 \ud0c0\uc785\uc740 \ud560\ub2f9\ub41c \uac12\uc5d0 \ub530\ub77c \uc790\ub3d9\uc73c\ub85c \uacb0\uc815\ub429\ub2c8\ub2e4.<\/p>\n    <pre><code>value = 10          # \uc815\uc218\ud615\uc73c\ub85c \ud560\ub2f9\nvalue = \"Python\"   # \ubb38\uc790\uc5f4\ub85c \uc7ac\ud560\ub2f9 \uac00\ub2a5<\/code><\/pre>\n\n    <h3>5. \uc5ec\ub7ec \ubcc0\uc218\uc5d0 \uac12 \ud560\ub2f9<\/h3>\n    <p>\ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \uc5ec\ub7ec \ubcc0\uc218\ub97c \ud55c \ubc88\uc5d0 \ucd08\uae30\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ucf54\ub4dc\ub97c \uac04\uacb0\ud558\uac8c \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n    <pre><code>a, b, c = 1, 2, 3\nprint(a, b, c)  # 1 2 3<\/code><\/pre>\n    <p>\ub610\ud55c, \ub3d9\uc77c\ud55c \uac12\uc744 \uc5ec\ub7ec \ubcc0\uc218\uc5d0 \ud560\ub2f9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n    <pre><code>x = y = z = 0\nprint(x, y, z)  # 0 0 0<\/code><\/pre>\n\n    <h3>6. \ubcc0\uc218\uc640 \uc790\ub8cc\ud615\uc758 \ubcc0\ud658<\/h3>\n    <p>\ubcc0\uc218\uc758 \uc790\ub8cc\ud615\uc744 <strong>\ud615 \ubcc0\ud658(type casting)<\/strong>\uc744 \ud1b5\ud574 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 <code>int()<\/code>, <code>float()<\/code>, <code>str()<\/code> \ub4f1\uc758 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc790\ub8cc\ud615\uc744 \ubcc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n    <pre><code>num_str = \"123\"\nnum_int = int(num_str)  # \ubb38\uc790\uc5f4\uc744 \uc815\uc218\ub85c \ubcc0\ud658\nprint(type(num_int))    # <class 'int'><\/code><\/pre>\n\n    <h2>\uc694\uc57d<\/h2>\n    <ul>\n        <li>\ubcc0\uc218\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uacf5\uac04\uc73c\ub85c, \uac12\uc744 \ud560\ub2f9\ud558\uba74 \uc790\ub3d9\uc73c\ub85c \uc790\ub8cc\ud615\uc774 \uacb0\uc815\ub429\ub2c8\ub2e4.<\/li>\n        <li><code>type()<\/code> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubcc0\uc218\uc758 \uc790\ub8cc\ud615\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n        <li>\ud30c\uc774\uc36c\uc758 \ubcc0\uc218\ub294 \ub3d9\uc801 \ud0c0\uc774\ud551\uc744 \uc0ac\uc6a9\ud558\uc5ec, \ub3d9\uc77c\ud55c \ubcc0\uc218\uc5d0 \ub2e4\ub978 \ud0c0\uc785\uc758 \uac12\uc744 \ud560\ub2f9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n        <li>\uc5ec\ub7ec \ubcc0\uc218\uc5d0 \uac12\uc744 \ud55c \ubc88\uc5d0 \ud560\ub2f9\ud558\uac70\ub098 \ub3d9\uc77c\ud55c \uac12\uc744 \uc5ec\ub7ec \ubcc0\uc218\uc5d0 \ud560\ub2f9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n        <li>\uc790\ub8cc\ud615\uc744 \ubcc0\ud658\ud558\uae30 \uc704\ud574 <code>int()<\/code>, <code>float()<\/code>, <code>str()<\/code> \ub4f1\uc758 \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n    <\/ul>\n    <p>\ubcc0\uc218\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\uace0 \uc870\uc791\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc758 \uc720\uc5f0\ud55c \ubcc0\uc218 \ud65c\uc6a9 \ubc29\ubc95\uc744 \uc798 \uc774\ud574\ud558\uace0 \ud504\ub85c\uadf8\ub7a8\uc5d0 \uc801\uc6a9\ud574 \ubcf4\uc138\uc694!<\/p>\n<\/body>\n<\/html>\n                        <\/div>\n                        <br\/>\n                        <div class=\"tags\">\n                            \n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/main>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \uacf5\ubd80 2024-10-16 01:48:02 \ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c \ubcc0\uc218\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uacf5\uac04\uc73c\ub85c, \uac12\uc744 \ucc38\uc870\ud558\uac70\ub098 \uc870\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcc0\uc218\uc5d0 \uac12\uc744 \ud560\ub2f9\ud560 \ub54c\ub294 \ub4f1\ud638 =\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ubcc0\uc218\uc5d0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\uc744 \ud560\ub2f9\ud560 \uc218 \uc788\uc73c\uba70, \ubcc0\uc218\uc758 \ud0c0\uc785\uc740 \uc790\ub3d9\uc73c\ub85c \uacb0\uc815\ub429\ub2c8\ub2e4. x = 10 # \uc815\uc218\ud615 \ubcc0\uc218 name = &#8220;Alice&#8221; # \ubb38\uc790\uc5f4 \ubcc0\uc218 is_active &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24014\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\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":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[14,15],"class_list":["post-24014","post","type-post","status-publish","format-standard","hentry","category-11","tag-14","tag-15"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/24014\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \uacf5\ubd80 2024-10-16 01:48:02 \ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c \ubcc0\uc218\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uacf5\uac04\uc73c\ub85c, \uac12\uc744 \ucc38\uc870\ud558\uac70\ub098 \uc870\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcc0\uc218\uc5d0 \uac12\uc744 \ud560\ub2f9\ud560 \ub54c\ub294 \ub4f1\ud638 =\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ubcc0\uc218\uc5d0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\uc744 \ud560\ub2f9\ud560 \uc218 \uc788\uc73c\uba70, \ubcc0\uc218\uc758 \ud0c0\uc785\uc740 \uc790\ub3d9\uc73c\ub85c \uacb0\uc815\ub429\ub2c8\ub2e4. x = 10 # \uc815\uc218\ud615 \ubcc0\uc218 name = &quot;Alice&quot; # \ubb38\uc790\uc5f4 \ubcc0\uc218 is_active &hellip; \ub354 \ubcf4\uae30 &quot;\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24014\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-22T03:24:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:04:19+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/24014\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24014\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615\",\"datePublished\":\"2024-10-22T03:24:02+00:00\",\"dateModified\":\"2024-11-26T08:04:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24014\/\"},\"wordCount\":6,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"keywords\":[\"\ud30c\uc774\uc36c\",\"\ud30c\uc774\uc36c\uac15\uc88c\"],\"articleSection\":[\"\ud30c\uc774\uc36c\uacf5\ubd80\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/atmokpo.com\/w\/24014\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24014\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24014\/\",\"name\":\"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-22T03:24:02+00:00\",\"dateModified\":\"2024-11-26T08:04:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24014\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24014\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24014\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/24014\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \uacf5\ubd80 2024-10-16 01:48:02 \ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c \ubcc0\uc218\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uacf5\uac04\uc73c\ub85c, \uac12\uc744 \ucc38\uc870\ud558\uac70\ub098 \uc870\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcc0\uc218\uc5d0 \uac12\uc744 \ud560\ub2f9\ud560 \ub54c\ub294 \ub4f1\ud638 =\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ubcc0\uc218\uc5d0 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\uc744 \ud560\ub2f9\ud560 \uc218 \uc788\uc73c\uba70, \ubcc0\uc218\uc758 \ud0c0\uc785\uc740 \uc790\ub3d9\uc73c\ub85c \uacb0\uc815\ub429\ub2c8\ub2e4. x = 10 # \uc815\uc218\ud615 \ubcc0\uc218 name = \"Alice\" # \ubb38\uc790\uc5f4 \ubcc0\uc218 is_active &hellip; \ub354 \ubcf4\uae30 \"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615\"","og_url":"https:\/\/atmokpo.com\/w\/24014\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-22T03:24:02+00:00","article_modified_time":"2024-11-26T08:04:19+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/24014\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24014\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615","datePublished":"2024-10-22T03:24:02+00:00","dateModified":"2024-11-26T08:04:19+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24014\/"},"wordCount":6,"commentCount":0,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"keywords":["\ud30c\uc774\uc36c","\ud30c\uc774\uc36c\uac15\uc88c"],"articleSection":["\ud30c\uc774\uc36c\uacf5\ubd80"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atmokpo.com\/w\/24014\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24014\/","url":"https:\/\/atmokpo.com\/w\/24014\/","name":"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-22T03:24:02+00:00","dateModified":"2024-11-26T08:04:19+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24014\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24014\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24014\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud30c\uc774\uc36c \ubcc0\uc218\uc640 \uc790\ub8cc\ud615"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24014","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=24014"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24014\/revisions"}],"predecessor-version":[{"id":24015,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24014\/revisions\/24015"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24014"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24014"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}