{"id":24048,"date":"2024-10-22T03:36:49","date_gmt":"2024-10-22T03:36:49","guid":{"rendered":"http:\/\/thelivesmart.com\/w\/?p=24048"},"modified":"2024-11-26T08:04:16","modified_gmt":"2024-11-26T08:04:16","slug":"%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%9e%90%eb%a3%8c%ed%98%95-%ed%8a%9c%ed%94%8c","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24048\/","title":{"rendered":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">\ud30c\uc774\uc36c \ud29c\ud50c \uc790\ub8cc\ud615<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">\ud30c\uc774\uc36c\uc5d0\uc11c&nbsp;<strong>\ud29c\ud50c(Tuple)<\/strong>\uc740 \uc5ec\ub7ec \uac12\uc744 \ud558\ub098\uc758 \ubcc0\uc218\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\ub294&nbsp;<strong>\ubd88\ubcc0\uc801\uc778 \uc2dc\ud000\uc2a4 \uc790\ub8cc\ud615<\/strong>\uc785\ub2c8\ub2e4. \ud29c\ud50c\uc740 \uc18c\uad04\ud638&nbsp;<code>()<\/code>&nbsp;\uc548\uc5d0 \uac12\uc744 \uc27c\ud45c\ub85c \uad6c\ubd84\ud558\uc5ec \uc800\uc7a5\ud558\uba70, \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\ub4e4\uc744 \uc11e\uc5b4\uc11c \uc800\uc7a5\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uba74:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>my_tuple = (1, 2, 3, \"hello\", True, 3.14)<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\ud29c\ud50c\uc758 \ud2b9\uc9d5<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. \uc778\ub371\uc2f1\uacfc \uc2ac\ub77c\uc774\uc2f1<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc758 \uac01 \uc694\uc18c\ub294 \uc778\ub371\uc2a4\ub97c \ud1b5\ud574 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc758 \uc778\ub371\uc2a4\ub294 0\ubd80\ud130 \uc2dc\uc791\ud558\uba70, \uc74c\uc218 \uc778\ub371\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ub4a4\uc5d0\uc11c\ubd80\ud130 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>numbers = (10, 20, 30, 40, 50)\nprint(numbers&#91;0])   # 10\nprint(numbers&#91;-1])  # 50 (\ub9c8\uc9c0\ub9c9 \uc694\uc18c)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc758 \uc77c\ubd80\ubd84\uc744 \uac00\uc838\uc624\ub294 \uc2ac\ub77c\uc774\uc2f1\ub3c4 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>print(numbers&#91;1:4])  # (20, 30, 40)\nprint(numbers&#91;:3])   # (10, 20, 30)\nprint(numbers&#91;2:])   # (30, 40, 50)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. \ud29c\ud50c\uc758 \ubd88\ubcc0\uc131<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc740&nbsp;<strong>\ubd88\ubcc0(immutable)<\/strong>&nbsp;\uc790\ub8cc\ud615\uc774\ubbc0\ub85c, \uc0dd\uc131\ub41c \ud6c4\uc5d0\ub294 \uc694\uc18c\ub97c \ucd94\uac00, \uc218\uc815, \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ubd88\ubcc0\uc131 \ub355\ubd84\uc5d0 \ud29c\ud50c\uc740 \ubcc0\uacbd\uc774 \ud544\uc694 \uc5c6\ub294 \ub370\uc774\ud130\ub97c \uc548\uc804\ud558\uac8c \uc800\uc7a5\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\uc608\ub97c \ub4e4\uc5b4, \ub2e4\uc74c\uacfc \uac19\uc774 \ud29c\ud50c\uc758 \uc694\uc18c\ub97c \uc218\uc815\ud558\ub824\uace0 \ud558\uba74 \uc624\ub958\uac00 \ubc1c\uc0dd\ud569\ub2c8\ub2e4:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>my_tuple = (1, 2, 3)\nmy_tuple&#91;1] = 10  # TypeError: 'tuple' object does not support item assignment<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. \ud29c\ud50c\uc758 \uc0ac\uc6a9 \uc608\uc2dc<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc740 \uc8fc\ub85c&nbsp;<strong>\ubcc0\uacbd\ub418\uba74 \uc548 \ub418\ub294 \ub370\uc774\ud130<\/strong>\ub97c \uc800\uc7a5\ud560 \ub54c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ud568\uc218\uc5d0\uc11c \uc5ec\ub7ec \uac12\uc744 \ubc18\ud658\ud560 \ub54c \ud29c\ud50c\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def get_coordinates():\n    return (37.7749, -122.4194)\n\ncoords = get_coordinates()\nprint(coords)  # (37.7749, -122.4194)\n\nlatitude, longitude = get_coordinates()\nprint(latitude)   # 37.7749\nprint(longitude)  # -122.4194<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\ub610\ud55c, \ub370\uc774\ud130\uc758 \ubb34\uacb0\uc131\uc744 \ubcf4\uc7a5\ud574\uc57c \ud558\ub294 \uacbd\uc6b0\uc5d0\ub3c4 \ud29c\ud50c\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc694\uc77c\uc774\ub098 \uc6d4 \uc774\ub984\uacfc \uac19\uc740 \ubcc0\uacbd\ub418\uc9c0 \uc54a\ub294 \ub370\uc774\ud130\ub294 \ud29c\ud50c\ub85c \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>days_of_week = (\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\")\nprint(days_of_week&#91;0])  # 'Monday'<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4. \ud29c\ud50c\uacfc \ub9ac\uc2a4\ud2b8\uc758 \ucc28\uc774<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ub9ac\uc2a4\ud2b8\uc640 \ud29c\ud50c\uc758 \uac00\uc7a5 \ud070 \ucc28\uc774\uc810\uc740&nbsp;<strong>\uac00\ubcc0\uc131<\/strong>\uc785\ub2c8\ub2e4. \ub9ac\uc2a4\ud2b8\ub294 \uac00\ubcc0\uc801\uc774\uc5b4\uc11c \uc694\uc18c\ub97c \uc218\uc815\ud560 \uc218 \uc788\uc9c0\ub9cc, \ud29c\ud50c\uc740 \ubd88\ubcc0\uc801\uc774\uc5b4\uc11c \uc694\uc18c\ub97c \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \ud29c\ud50c\uc740 \ub370\uc774\ud130\uc758 \ubb34\uacb0\uc131\uc744 \ubcf4\uc7a5\ud574\uc57c \ud560 \ub54c \uc801\ud569\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\uc608\ub97c \ub4e4\uc5b4, \ud568\uc218\uc758 \uc778\uc790\ub85c \ub9ac\uc2a4\ud2b8\uc640 \ud29c\ud50c\uc744 \ubc1b\uc744 \ub54c, \ud29c\ud50c\uc744 \uc0ac\uc6a9\ud558\uba74 \ud568\uc218 \ub0b4\uc5d0\uc11c \ub370\uc774\ud130\uac00 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc74c\uc744 \ubcf4\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def process_data(data):\n    # data\uac00 \ud29c\ud50c\uc774\ub77c\uba74, \ud568\uc218 \ub0b4\uc5d0\uc11c \uc218\uc815\uc774 \ubd88\uac00\ub2a5\ud558\uc5ec \uc548\uc804\ud568\n    print(data)\n\nmy_data = (1, 2, 3)\nprocess_data(my_data)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5. \ud29c\ud50c \uc5b8\ud328\ud0b9<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc740 \uc5ec\ub7ec \ubcc0\uc218\uc5d0 \uac12\uc744 \ud55c \ubc88\uc5d0 \ud560\ub2f9\ud558\ub294&nbsp;<strong>\uc5b8\ud328\ud0b9(unpacking)<\/strong>&nbsp;\uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ucf54\ub4dc\uc758 \uac00\ub3c5\uc131\uc744 \ub192\uc774\uace0, \uc5ec\ub7ec \uac12\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \ud560\ub2f9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>point = (3, 4)\nx, y = point\nprint(x)  # 3\nprint(y)  # 4<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\uc5ec\ub7ec \uac1c\uc758 \uac12\uc744 \ubc18\ud658\ud558\ub294 \ud568\uc218\uc5d0\uc11c \uc5b8\ud328\ud0b9\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc27d\uac8c \uac12\uc744 \ud560\ub2f9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def get_person_info():\n    return (\"Alice\", 30, \"Engineer\")\n\nname, age, profession = get_person_info()\nprint(name)       # 'Alice'\nprint(age)        # 30\nprint(profession) # 'Engineer'<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">6. \uc911\ucca9\ub41c \ud29c\ud50c<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc740 \ub2e4\ub978 \ud29c\ud50c\uc744 \ud3ec\ud568\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub97c&nbsp;<strong>\uc911\ucca9\ub41c \ud29c\ud50c<\/strong>\uc774\ub77c\uace0 \ud569\ub2c8\ub2e4. \uc911\ucca9\ub41c \ud29c\ud50c\uc740 \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ud45c\ud604\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nested_tuple = (1, (2, 3), (4, (5, 6)))\nprint(nested_tuple&#91;1])       # (2, 3)\nprint(nested_tuple&#91;2]&#91;1])    # (5, 6)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">7. \ud29c\ud50c\uc758 \uae30\ud0c0 \uba54\uc11c\ub4dc<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc740 \ub9ac\uc2a4\ud2b8\uc5d0 \ube44\ud574 \uba54\uc11c\ub4dc\uac00 \uc801\uc9c0\ub9cc, \uba87 \uac00\uc9c0 \uc720\uc6a9\ud55c \uba54\uc11c\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>tuple.count(x)<\/code>: \ud29c\ud50c\uc5d0\uc11c \ud2b9\uc815 \uc694\uc18c\uc758 \uac1c\uc218\ub97c \uc149\ub2c8\ub2e4.<\/li>\n\n\n\n<li><code>tuple.index(x)<\/code>: \ud29c\ud50c\uc5d0\uc11c \ud2b9\uc815 \uc694\uc18c\uc758 \uccab \ubc88\uc9f8 \uc704\uce58\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>my_tuple = (1, 2, 3, 1, 2, 1)\nprint(my_tuple.count(1))  # 3\nprint(my_tuple.index(2))  # 1<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\uc694\uc57d<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ud29c\ud50c\uc740 \uc5ec\ub7ec \uac12\uc744 \ud558\ub098\uc758 \ubcc0\uc218\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\ub294 \uc790\ub8cc\ud615\uc73c\ub85c, \ubd88\ubcc0\uc801\uc778 \ud2b9\uc9d5\uc744 \uac00\uc9d1\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc778\ub371\uc2f1\uacfc \uc2ac\ub77c\uc774\uc2f1\uc744 \ud1b5\ud574 \ud29c\ud50c\uc758 \uc694\uc18c\uc5d0 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\ud29c\ud50c\uc740 \uc0dd\uc131\ub41c \uc774\ud6c4\uc5d0 \uc694\uc18c\ub97c \uc218\uc815\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c, \ubcc0\uacbd\uc774 \ud544\uc694 \uc5c6\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \ub370 \uc801\ud569\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\ub9ac\uc2a4\ud2b8\uc640 \ub2ec\ub9ac \ud29c\ud50c\uc740 \ubd88\ubcc0\uc131\uc744 \uac00\uc9c0\uba70, \ub370\uc774\ud130\uc758 \ubb34\uacb0\uc131\uc744 \ubcf4\uc7a5\ud574\uc57c \ud560 \ub54c \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\ud29c\ud50c \uc5b8\ud328\ud0b9\uc744 \ud1b5\ud574 \uc5ec\ub7ec \ubcc0\uc218\uc5d0 \uac12\uc744 \ud55c \ubc88\uc5d0 \ud560\ub2f9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc911\ucca9\ub41c \ud29c\ud50c\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ud45c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\ud29c\ud50c\uc758\u00a0<code>count()<\/code>\uc640\u00a0<code>index()<\/code>\u00a0\uba54\uc11c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc694\uc18c\uc758 \uac1c\uc218\uc640 \uc704\uce58\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\ud29c\ud50c\uc740 \ud30c\uc774\uc36c\uc5d0\uc11c \uc911\uc694\ud55c \uc790\ub8cc\ud615 \uc911 \ud558\ub098\ub85c, \ubcc0\uacbd\uc774 \ud544\uc694 \uc5c6\ub294 \ub370\uc774\ud130\ub97c \uc548\uc804\ud558\uac8c \uc800\uc7a5\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc720\uc6a9\ud569\ub2c8\ub2e4. \ud29c\ud50c\uc758 \ud2b9\uc9d5\ub4e4\uc744 \uc798 \ud65c\uc6a9\ud558\uc5ec \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ub2e4\ub904 \ubcf4\uc138\uc694!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud30c\uc774\uc36c \ud29c\ud50c \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c&nbsp;\ud29c\ud50c(Tuple)\uc740 \uc5ec\ub7ec \uac12\uc744 \ud558\ub098\uc758 \ubcc0\uc218\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\ub294&nbsp;\ubd88\ubcc0\uc801\uc778 \uc2dc\ud000\uc2a4 \uc790\ub8cc\ud615\uc785\ub2c8\ub2e4. \ud29c\ud50c\uc740 \uc18c\uad04\ud638&nbsp;()&nbsp;\uc548\uc5d0 \uac12\uc744 \uc27c\ud45c\ub85c \uad6c\ubd84\ud558\uc5ec \uc800\uc7a5\ud558\uba70, \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\ub4e4\uc744 \uc11e\uc5b4\uc11c \uc800\uc7a5\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uba74: \ud29c\ud50c\uc758 \ud2b9\uc9d5 1. \uc778\ub371\uc2f1\uacfc \uc2ac\ub77c\uc774\uc2f1 \ud29c\ud50c\uc758 \uac01 \uc694\uc18c\ub294 \uc778\ub371\uc2a4\ub97c \ud1b5\ud574 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc758 \uc778\ub371\uc2a4\ub294 0\ubd80\ud130 \uc2dc\uc791\ud558\uba70, \uc74c\uc218 \uc778\ub371\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ub4a4\uc5d0\uc11c\ubd80\ud130 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud29c\ud50c\uc758 \uc77c\ubd80\ubd84\uc744 \uac00\uc838\uc624\ub294 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24048\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c&#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-24048","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 : \ud29c\ud50c - \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\/24048\/\" \/>\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 : \ud29c\ud50c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud30c\uc774\uc36c \ud29c\ud50c \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c&nbsp;\ud29c\ud50c(Tuple)\uc740 \uc5ec\ub7ec \uac12\uc744 \ud558\ub098\uc758 \ubcc0\uc218\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\ub294&nbsp;\ubd88\ubcc0\uc801\uc778 \uc2dc\ud000\uc2a4 \uc790\ub8cc\ud615\uc785\ub2c8\ub2e4. \ud29c\ud50c\uc740 \uc18c\uad04\ud638&nbsp;()&nbsp;\uc548\uc5d0 \uac12\uc744 \uc27c\ud45c\ub85c \uad6c\ubd84\ud558\uc5ec \uc800\uc7a5\ud558\uba70, \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\ub4e4\uc744 \uc11e\uc5b4\uc11c \uc800\uc7a5\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uba74: \ud29c\ud50c\uc758 \ud2b9\uc9d5 1. \uc778\ub371\uc2f1\uacfc \uc2ac\ub77c\uc774\uc2f1 \ud29c\ud50c\uc758 \uac01 \uc694\uc18c\ub294 \uc778\ub371\uc2a4\ub97c \ud1b5\ud574 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc758 \uc778\ub371\uc2a4\ub294 0\ubd80\ud130 \uc2dc\uc791\ud558\uba70, \uc74c\uc218 \uc778\ub371\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ub4a4\uc5d0\uc11c\ubd80\ud130 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud29c\ud50c\uc758 \uc77c\ubd80\ubd84\uc744 \uac00\uc838\uc624\ub294 &hellip; \ub354 \ubcf4\uae30 &quot;\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24048\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-22T03:36:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:04:16+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\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/24048\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24048\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c\",\"datePublished\":\"2024-10-22T03:36:49+00:00\",\"dateModified\":\"2024-11-26T08:04:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24048\/\"},\"wordCount\":14,\"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\/24048\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24048\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24048\/\",\"name\":\"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-22T03:36:49+00:00\",\"dateModified\":\"2024-11-26T08:04:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24048\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24048\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24048\/#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 : \ud29c\ud50c\"}]},{\"@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 : \ud29c\ud50c - \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\/24048\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud30c\uc774\uc36c \ud29c\ud50c \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c&nbsp;\ud29c\ud50c(Tuple)\uc740 \uc5ec\ub7ec \uac12\uc744 \ud558\ub098\uc758 \ubcc0\uc218\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\ub294&nbsp;\ubd88\ubcc0\uc801\uc778 \uc2dc\ud000\uc2a4 \uc790\ub8cc\ud615\uc785\ub2c8\ub2e4. \ud29c\ud50c\uc740 \uc18c\uad04\ud638&nbsp;()&nbsp;\uc548\uc5d0 \uac12\uc744 \uc27c\ud45c\ub85c \uad6c\ubd84\ud558\uc5ec \uc800\uc7a5\ud558\uba70, \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc758 \uac12\ub4e4\uc744 \uc11e\uc5b4\uc11c \uc800\uc7a5\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uba74: \ud29c\ud50c\uc758 \ud2b9\uc9d5 1. \uc778\ub371\uc2f1\uacfc \uc2ac\ub77c\uc774\uc2f1 \ud29c\ud50c\uc758 \uac01 \uc694\uc18c\ub294 \uc778\ub371\uc2a4\ub97c \ud1b5\ud574 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc758 \uc778\ub371\uc2a4\ub294 0\ubd80\ud130 \uc2dc\uc791\ud558\uba70, \uc74c\uc218 \uc778\ub371\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ub4a4\uc5d0\uc11c\ubd80\ud130 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud29c\ud50c\uc758 \uc77c\ubd80\ubd84\uc744 \uac00\uc838\uc624\ub294 &hellip; \ub354 \ubcf4\uae30 \"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c\"","og_url":"https:\/\/atmokpo.com\/w\/24048\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-22T03:36:49+00:00","article_modified_time":"2024-11-26T08:04:16+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/24048\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24048\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c","datePublished":"2024-10-22T03:36:49+00:00","dateModified":"2024-11-26T08:04:16+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24048\/"},"wordCount":14,"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\/24048\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24048\/","url":"https:\/\/atmokpo.com\/w\/24048\/","name":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615 : \ud29c\ud50c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-22T03:36:49+00:00","dateModified":"2024-11-26T08:04:16+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24048\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24048\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24048\/#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 : \ud29c\ud50c"}]},{"@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\/24048","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=24048"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24048\/revisions"}],"predecessor-version":[{"id":24050,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24048\/revisions\/24050"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24048"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}