[{"data":1,"prerenderedAt":258},["ShallowReactive",2],{"mdc--98muhh-key":3},{"data":4,"body":5},{},{"type":6,"children":7},"root",[8,252],{"type":9,"tag":10,"props":11,"children":16},"element","pre",{"className":12,"code":13,"language":14,"meta":15,"style":15},"language-python shiki shiki-themes material-theme-lighter material-theme-lighter material-theme-palenight","from itertools import groupby\n\ndef run_length(seq):\n    return [(k, sum(1 for _ in g)) for k, g in groupby(seq)]\n\nprint(run_length(\"aaabbc\"))  # [('a', 3), ('b', 2), ('c', 1)]\n","python","",[17],{"type":9,"tag":18,"props":19,"children":20},"code",{"__ignoreMap":15},[21,50,60,93,197,205],{"type":9,"tag":22,"props":23,"children":26},"span",{"class":24,"line":25},"line",1,[27,34,40,45],{"type":9,"tag":22,"props":28,"children":30},{"style":29},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#39ADB5;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[31],{"type":32,"value":33},"text","from",{"type":9,"tag":22,"props":35,"children":37},{"style":36},"--shiki-light:#90A4AE;--shiki-default:#90A4AE;--shiki-dark:#BABED8",[38],{"type":32,"value":39}," itertools ",{"type":9,"tag":22,"props":41,"children":42},{"style":29},[43],{"type":32,"value":44},"import",{"type":9,"tag":22,"props":46,"children":47},{"style":36},[48],{"type":32,"value":49}," groupby\n",{"type":9,"tag":22,"props":51,"children":53},{"class":24,"line":52},2,[54],{"type":9,"tag":22,"props":55,"children":57},{"emptyLinePlaceholder":56},true,[58],{"type":32,"value":59},"\n",{"type":9,"tag":22,"props":61,"children":63},{"class":24,"line":62},3,[64,70,76,82,88],{"type":9,"tag":22,"props":65,"children":67},{"style":66},"--shiki-light:#9C3EDA;--shiki-default:#9C3EDA;--shiki-dark:#C792EA",[68],{"type":32,"value":69},"def",{"type":9,"tag":22,"props":71,"children":73},{"style":72},"--shiki-light:#6182B8;--shiki-default:#6182B8;--shiki-dark:#82AAFF",[74],{"type":32,"value":75}," run_length",{"type":9,"tag":22,"props":77,"children":79},{"style":78},"--shiki-light:#39ADB5;--shiki-default:#39ADB5;--shiki-dark:#89DDFF",[80],{"type":32,"value":81},"(",{"type":9,"tag":22,"props":83,"children":85},{"style":84},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#90A4AE;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[86],{"type":32,"value":87},"seq",{"type":9,"tag":22,"props":89,"children":90},{"style":78},[91],{"type":32,"value":92},"):\n",{"type":9,"tag":22,"props":94,"children":96},{"class":24,"line":95},4,[97,102,107,112,117,122,126,132,137,142,147,152,157,161,166,170,175,179,184,188,192],{"type":9,"tag":22,"props":98,"children":99},{"style":29},[100],{"type":32,"value":101},"    return",{"type":9,"tag":22,"props":103,"children":104},{"style":78},[105],{"type":32,"value":106}," [(",{"type":9,"tag":22,"props":108,"children":109},{"style":36},[110],{"type":32,"value":111},"k",{"type":9,"tag":22,"props":113,"children":114},{"style":78},[115],{"type":32,"value":116},",",{"type":9,"tag":22,"props":118,"children":119},{"style":72},[120],{"type":32,"value":121}," sum",{"type":9,"tag":22,"props":123,"children":124},{"style":78},[125],{"type":32,"value":81},{"type":9,"tag":22,"props":127,"children":129},{"style":128},"--shiki-light:#F76D47;--shiki-default:#F76D47;--shiki-dark:#F78C6C",[130],{"type":32,"value":131},"1",{"type":9,"tag":22,"props":133,"children":134},{"style":29},[135],{"type":32,"value":136}," for",{"type":9,"tag":22,"props":138,"children":139},{"style":72},[140],{"type":32,"value":141}," _ ",{"type":9,"tag":22,"props":143,"children":144},{"style":29},[145],{"type":32,"value":146},"in",{"type":9,"tag":22,"props":148,"children":149},{"style":72},[150],{"type":32,"value":151}," g",{"type":9,"tag":22,"props":153,"children":154},{"style":78},[155],{"type":32,"value":156},"))",{"type":9,"tag":22,"props":158,"children":159},{"style":29},[160],{"type":32,"value":136},{"type":9,"tag":22,"props":162,"children":163},{"style":36},[164],{"type":32,"value":165}," k",{"type":9,"tag":22,"props":167,"children":168},{"style":78},[169],{"type":32,"value":116},{"type":9,"tag":22,"props":171,"children":172},{"style":36},[173],{"type":32,"value":174}," g ",{"type":9,"tag":22,"props":176,"children":177},{"style":29},[178],{"type":32,"value":146},{"type":9,"tag":22,"props":180,"children":181},{"style":72},[182],{"type":32,"value":183}," groupby",{"type":9,"tag":22,"props":185,"children":186},{"style":78},[187],{"type":32,"value":81},{"type":9,"tag":22,"props":189,"children":190},{"style":72},[191],{"type":32,"value":87},{"type":9,"tag":22,"props":193,"children":194},{"style":78},[195],{"type":32,"value":196},")]\n",{"type":9,"tag":22,"props":198,"children":200},{"class":24,"line":199},5,[201],{"type":9,"tag":22,"props":202,"children":203},{"emptyLinePlaceholder":56},[204],{"type":32,"value":59},{"type":9,"tag":22,"props":206,"children":208},{"class":24,"line":207},6,[209,214,218,223,227,232,238,242,246],{"type":9,"tag":22,"props":210,"children":211},{"style":72},[212],{"type":32,"value":213},"print",{"type":9,"tag":22,"props":215,"children":216},{"style":78},[217],{"type":32,"value":81},{"type":9,"tag":22,"props":219,"children":220},{"style":72},[221],{"type":32,"value":222},"run_length",{"type":9,"tag":22,"props":224,"children":225},{"style":78},[226],{"type":32,"value":81},{"type":9,"tag":22,"props":228,"children":229},{"style":78},[230],{"type":32,"value":231},"\"",{"type":9,"tag":22,"props":233,"children":235},{"style":234},"--shiki-light:#91B859;--shiki-default:#91B859;--shiki-dark:#C3E88D",[236],{"type":32,"value":237},"aaabbc",{"type":9,"tag":22,"props":239,"children":240},{"style":78},[241],{"type":32,"value":231},{"type":9,"tag":22,"props":243,"children":244},{"style":78},[245],{"type":32,"value":156},{"type":9,"tag":22,"props":247,"children":249},{"style":248},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#90A4AE;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[250],{"type":32,"value":251},"  # [('a', 3), ('b', 2), ('c', 1)]\n",{"type":9,"tag":253,"props":254,"children":255},"style",{},[256],{"type":32,"value":257},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",1776849734805]