{"id":24023,"date":"2024-10-22T03:27:48","date_gmt":"2024-10-22T03:27:48","guid":{"rendered":"http:\/\/thelivesmart.com\/w\/?p=24023"},"modified":"2024-11-26T08:04:18","modified_gmt":"2024-11-26T08:04:18","slug":"%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%9e%90%eb%a3%8c%ed%98%95-%eb%b6%88boolean","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24023\/","title":{"rendered":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)"},"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 \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)<\/h2>\n                                <div class=\"box-info\">\n                                    <p class=\"category\">\ud30c\uc774\uc36c \uacf5\ubd80<\/p>\n                                    <p class=\"date\">2024-10-16 01:46:52<\/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 \ubd88 \uc790\ub8cc\ud615<\/title>\n<\/head>\n<body>\n    <h1>\ud30c\uc774\uc36c \ubd88 \uc790\ub8cc\ud615<\/h1>\n    <p>\ud30c\uc774\uc36c\uc5d0\uc11c <strong>\ubd88(Boolean)<\/strong> \uc790\ub8cc\ud615\uc740 \ub17c\ub9ac\uac12\uc778 <code>True<\/code>\uc640 <code>False<\/code> \ub450 \uac00\uc9c0 \uac12\ub9cc\uc744 \uac00\uc9c8 \uc218 \uc788\ub294 \uc790\ub8cc\ud615\uc785\ub2c8\ub2e4. \ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c \uc870\uac74\ubb38\uc5d0\uc11c \uc0ac\uc6a9\ub418\uba70, \ucc38(True)\uacfc \uac70\uc9d3(False)\uc744 \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n    <pre><code>a = True\nb = False<\/code><\/pre>\n\n    <h2>\ubd88 \uc790\ub8cc\ud615\uc758 \ud2b9\uc9d5<\/h2>\n    <h3>1. \uc870\uac74\ubb38\uc5d0\uc11c\uc758 \ud65c\uc6a9<\/h3>\n    <p>\ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c <strong>\uc870\uac74\ubb38<\/strong>\uacfc \ubc18\ubcf5\ubb38\uc5d0\uc11c \uc870\uac74\uc744 \ud310\ub2e8\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, <code>if<\/code> \ubb38\uc5d0\uc11c \ud2b9\uc815 \uc870\uac74\uc774 \ucc38\uc778\uc9c0 \uac70\uc9d3\uc778\uc9c0\uc5d0 \ub530\ub77c \uc2e4\ud589 \ud750\ub984\uc744 \uacb0\uc815\ud569\ub2c8\ub2e4.<\/p>\n    <pre><code>is_raining = True\n\nif is_raining:\n    print(\"\uc6b0\uc0b0\uc744 \uac00\uc838\uac00\uc138\uc694!\")\nelse:\n    print(\"\uc6b0\uc0b0\uc740 \ud544\uc694 \uc5c6\uc5b4\uc694.\")<\/code><\/pre>\n\n    <h3>2. \ube44\uad50 \uc5f0\uc0b0\uc758 \uacb0\uacfc<\/h3>\n    <p>\ubd88 \uc790\ub8cc\ud615\uc740 <strong>\ube44\uad50 \uc5f0\uc0b0\uc790<\/strong>\uc758 \uacb0\uacfc\ub85c \uc790\uc8fc \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ube44\uad50 \uc5f0\uc0b0\uc790\ub294 \ub450 \uac12\uc744 \ube44\uad50\ud558\uc5ec \ucc38\uc774\ub098 \uac70\uc9d3\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4.<\/p>\n    <pre><code>x = 10\ny = 20\n\nprint(x == y)  # False\nprint(x < y)   # True\nprint(x != y)  # True<\/code><\/pre>\n\n    <h3>3. \ub17c\ub9ac \uc5f0\uc0b0\uc790<\/h3>\n    <p>\ubd88 \uc790\ub8cc\ud615\uc740 <strong>\ub17c\ub9ac \uc5f0\uc0b0\uc790<\/strong>\uc778 <code>and<\/code>, <code>or<\/code>, <code>not<\/code>\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubcf5\ud569\uc801\uc778 \ub17c\ub9ac \uc5f0\uc0b0\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n    <pre><code>a = True\nb = False\n\n# and \uc5f0\uc0b0\uc790: \ub450 \uc870\uac74\uc774 \ubaa8\ub450 \ucc38\uc77c \ub54c\ub9cc True\nprint(a and b)  # False\n\n# or \uc5f0\uc0b0\uc790: \ub458 \uc911 \ud558\ub098\ub77c\ub3c4 \ucc38\uc774\uba74 True\nprint(a or b)   # True\n\n# not \uc5f0\uc0b0\uc790: \uac12\uc744 \ubc18\ub300\ub85c \ub4a4\uc9d1\uc74c\nprint(not a)    # False<\/code><\/pre>\n\n    <h3>4. \ubd88 \uc790\ub8cc\ud615\uacfc \ub2e4\ub978 \uc790\ub8cc\ud615\uc758 \uc5f0\uc0b0<\/h3>\n    <p>\ud30c\uc774\uc36c\uc5d0\uc11c\ub294 <strong>\ubd88 \uc790\ub8cc\ud615\uc744 \uc815\uc218\ucc98\ub7fc<\/strong> \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <code>True<\/code>\ub294 1\ub85c, <code>False<\/code>\ub294 0\uc73c\ub85c \uac04\uc8fc\ub429\ub2c8\ub2e4. \uc774\ub97c \uc774\uc6a9\ud574 \uac04\ub2e8\ud55c \uc0b0\uc220 \uc5f0\uc0b0\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n    <pre><code>print(True + 1)   # 2\nprint(False + 5)  # 5<\/code><\/pre>\n\n    <h3>5. \ucc38\uacfc \uac70\uc9d3\uc744 \ud310\ubcc4\ud558\ub294 \uac12<\/h3>\n    <p>\ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc774 \uc870\uac74\ubb38\uc5d0\uc11c \ucc38(True) \ub610\ub294 \uac70\uc9d3(False)\uc73c\ub85c \uac04\uc8fc\ub429\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c \uac12\uc774 \uc788\uc73c\uba74 \ucc38\uc73c\ub85c \uac04\uc8fc\ub418\uba70, \uac12\uc774 \uc5c6\uac70\ub098 0\uc774\uba74 \uac70\uc9d3\uc73c\ub85c \uac04\uc8fc\ub429\ub2c8\ub2e4.<\/p>\n    <ul>\n        <li><code>0<\/code>, <code>None<\/code>, \ube48 \ubb38\uc790\uc5f4 <code>\"\"<\/code>, \ube48 \ub9ac\uc2a4\ud2b8 <code>[]<\/code>, \ube48 \uc9d1\ud569 <code>{}<\/code> \ub4f1\uc740 <strong>False<\/strong>\ub85c \uac04\uc8fc\ub429\ub2c8\ub2e4.<\/li>\n        <li>\uadf8 \uc678\uc758 \uac12\uc740 <strong>True<\/strong>\ub85c \uac04\uc8fc\ub429\ub2c8\ub2e4.<\/li>\n    <\/ul>\n    <pre><code>if 0:\n    print(\"\ucc38\uc785\ub2c8\ub2e4.\")\nelse:\n    print(\"\uac70\uc9d3\uc785\ub2c8\ub2e4.\")  # \ucd9c\ub825: \uac70\uc9d3\uc785\ub2c8\ub2e4.\n\nif \"Hello\":\n    print(\"\ucc38\uc785\ub2c8\ub2e4.\")  # \ucd9c\ub825: \ucc38\uc785\ub2c8\ub2e4.<\/code><\/pre>\n\n    <h2>\uc694\uc57d<\/h2>\n    <ul>\n        <li>\ubd88 \uc790\ub8cc\ud615\uc740 <code>True<\/code>\uc640 <code>False<\/code> \ub450 \uac00\uc9c0 \uac12\ub9cc\uc744 \uac00\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n        <li>\uc870\uac74\ubb38\uacfc \ubc18\ubcf5\ubb38\uc5d0\uc11c \ub17c\ub9ac\uac12\uc744 \ud310\ub2e8\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/li>\n        <li>\ube44\uad50 \uc5f0\uc0b0\uc790\uc640 \ub17c\ub9ac \uc5f0\uc0b0\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucc38(True)\uacfc \uac70\uc9d3(False)\uc744 \ud310\ub2e8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n        <li><code>True<\/code>\ub294 1\ub85c, <code>False<\/code>\ub294 0\uc73c\ub85c \uac04\uc8fc\ub418\uc5b4 \uc0b0\uc220 \uc5f0\uc0b0\uc5d0 \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n        <li>\ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc5d0\uc11c \uac12\uc774 \uc788\uc73c\uba74 <code>True<\/code>, \uc5c6\uc73c\uba74 <code>False<\/code>\ub85c \uac04\uc8fc\ub429\ub2c8\ub2e4.<\/li>\n    <\/ul>\n    <p>\ubd88 \uc790\ub8cc\ud615\uc740 \ud30c\uc774\uc36c\uc758 \uc870\uac74\ubb38\uacfc \ub17c\ub9ac \uc5f0\uc0b0\uc5d0\uc11c \ud575\uc2ec\uc801\uc778 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774\ub97c \ud65c\uc6a9\ud558\uc5ec \ud504\ub85c\uadf8\ub7a8\uc758 \ud750\ub984\uc744 \uc81c\uc5b4\ud558\uace0, \uc870\uac74\uc5d0 \ub530\ub77c \ub2e4\uc591\ud55c \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/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 \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean) \ud30c\uc774\uc36c \uacf5\ubd80 2024-10-16 01:46:52 \ud30c\uc774\uc36c \ubd88 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \ubd88 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c \ubd88(Boolean) \uc790\ub8cc\ud615\uc740 \ub17c\ub9ac\uac12\uc778 True\uc640 False \ub450 \uac00\uc9c0 \uac12\ub9cc\uc744 \uac00\uc9c8 \uc218 \uc788\ub294 \uc790\ub8cc\ud615\uc785\ub2c8\ub2e4. \ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c \uc870\uac74\ubb38\uc5d0\uc11c \uc0ac\uc6a9\ub418\uba70, \ucc38(True)\uacfc \uac70\uc9d3(False)\uc744 \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. a = True b = False \ubd88 \uc790\ub8cc\ud615\uc758 \ud2b9\uc9d5 1. \uc870\uac74\ubb38\uc5d0\uc11c\uc758 \ud65c\uc6a9 \ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c \uc870\uac74\ubb38\uacfc \ubc18\ubcf5\ubb38\uc5d0\uc11c \uc870\uac74\uc744 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24023\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)&#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-24023","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 \uc790\ub8cc\ud615 - \ubd88(Boolean) - \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\/24023\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 - \ubd88(Boolean) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean) \ud30c\uc774\uc36c \uacf5\ubd80 2024-10-16 01:46:52 \ud30c\uc774\uc36c \ubd88 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \ubd88 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c \ubd88(Boolean) \uc790\ub8cc\ud615\uc740 \ub17c\ub9ac\uac12\uc778 True\uc640 False \ub450 \uac00\uc9c0 \uac12\ub9cc\uc744 \uac00\uc9c8 \uc218 \uc788\ub294 \uc790\ub8cc\ud615\uc785\ub2c8\ub2e4. \ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c \uc870\uac74\ubb38\uc5d0\uc11c \uc0ac\uc6a9\ub418\uba70, \ucc38(True)\uacfc \uac70\uc9d3(False)\uc744 \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. a = True b = False \ubd88 \uc790\ub8cc\ud615\uc758 \ud2b9\uc9d5 1. \uc870\uac74\ubb38\uc5d0\uc11c\uc758 \ud65c\uc6a9 \ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c \uc870\uac74\ubb38\uacfc \ubc18\ubcf5\ubb38\uc5d0\uc11c \uc870\uac74\uc744 &hellip; \ub354 \ubcf4\uae30 &quot;\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24023\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-22T03:27:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:04:18+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\/24023\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24023\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)\",\"datePublished\":\"2024-10-22T03:27:48+00:00\",\"dateModified\":\"2024-11-26T08:04:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24023\/\"},\"wordCount\":15,\"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\/24023\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24023\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24023\/\",\"name\":\"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 - \ubd88(Boolean) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-22T03:27:48+00:00\",\"dateModified\":\"2024-11-26T08:04:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24023\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24023\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24023\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)\"}]},{\"@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 \uc790\ub8cc\ud615 - \ubd88(Boolean) - \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\/24023\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 - \ubd88(Boolean) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean) \ud30c\uc774\uc36c \uacf5\ubd80 2024-10-16 01:46:52 \ud30c\uc774\uc36c \ubd88 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c \ubd88 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c \ubd88(Boolean) \uc790\ub8cc\ud615\uc740 \ub17c\ub9ac\uac12\uc778 True\uc640 False \ub450 \uac00\uc9c0 \uac12\ub9cc\uc744 \uac00\uc9c8 \uc218 \uc788\ub294 \uc790\ub8cc\ud615\uc785\ub2c8\ub2e4. \ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c \uc870\uac74\ubb38\uc5d0\uc11c \uc0ac\uc6a9\ub418\uba70, \ucc38(True)\uacfc \uac70\uc9d3(False)\uc744 \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. a = True b = False \ubd88 \uc790\ub8cc\ud615\uc758 \ud2b9\uc9d5 1. \uc870\uac74\ubb38\uc5d0\uc11c\uc758 \ud65c\uc6a9 \ubd88 \uc790\ub8cc\ud615\uc740 \uc8fc\ub85c \uc870\uac74\ubb38\uacfc \ubc18\ubcf5\ubb38\uc5d0\uc11c \uc870\uac74\uc744 &hellip; \ub354 \ubcf4\uae30 \"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)\"","og_url":"https:\/\/atmokpo.com\/w\/24023\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-22T03:27:48+00:00","article_modified_time":"2024-11-26T08:04:18+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\/24023\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24023\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)","datePublished":"2024-10-22T03:27:48+00:00","dateModified":"2024-11-26T08:04:18+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24023\/"},"wordCount":15,"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\/24023\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24023\/","url":"https:\/\/atmokpo.com\/w\/24023\/","name":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 - \ubd88(Boolean) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-22T03:27:48+00:00","dateModified":"2024-11-26T08:04:18+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24023\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24023\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24023\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 &#8211; \ubd88(Boolean)"}]},{"@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\/24023","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=24023"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24023\/revisions"}],"predecessor-version":[{"id":24024,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24023\/revisions\/24024"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24023"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24023"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}