Fraser/dream-coder
Program Synthesis Data Generated program synthesis datasets used to train dreamcoder. Currently just supports text & list data.
6684
1description,input,output,types2"Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char)3"Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char)4rotate-k with k=4,"([16, 11, 13, 11, 3, 1, 8, 15, 7, 7],)","[8, 15, 7, 7, 16, 11, 13, 11, 3, 1]",list(int) -> list(int)5append-k with k=5,"([3, 1, 4, 9],)","[3, 1, 4, 9, 5]",list(int) -> list(int)6"Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char)7nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char)8remove-mod-k with k=2,"([10, 10, 16, 7, 2],)",[7],list(int) -> list(int)9slice-k-n with k=1 and n=3,"([14, 13, 13, 2, 12, 5, 15, 3],)","[14, 13, 13]",list(int) -> list(int)10caesar-cipher-k-modulo-n with k=5 and n=3,"([0, 0, 2, 1, 0, 2, 2],)","[2, 2, 1, 0, 2, 1, 1]",list(int) -> list(int)11Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char)12bool-identify-k with k=3,"([5, 16, 12],)","[False, False, False]",list(int) -> list(bool)13"Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char)14drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char)15Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char)16remove-index-k with k=4,"([15, 1, 4, 12],)","[15, 1, 4]",list(int) -> list(int)17index-head,"([2, 0, 15, 9, 10, 14],)",15,list(int) -> int18pow-k with k=2,"([13, 11, 10, 12, 13],)","[169, 121, 100, 144, 169]",list(int) -> list(int)19slice-k-n with k=3 and n=5,"([2, 8, 14, 13, 9, 7, 3, 1, 8, 3],)","[14, 13, 9, 7, 3]",list(int) -> list(int)20count-k with k=3,"([3, 3, 3, 4],)",3,list(int) -> int21slice-k-n with k=4 and n=3,"([0, 1, 7, 16, 12, 13, 12, 1, 2],)","[16, 12, 13]",list(int) -> list(int)22Take first character and append ' ',"('MI',)",M ,list(char) -> list(char)23Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char)24Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char)25slice-k-n with k=3 and n=3,"([1, 15, 7, 4, 2, 15, 1, 7, 10, 3],)","[7, 4, 2]",list(int) -> list(int)26Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char)27count-k with k=3,"([2, 8, 0, 14, 3, 10],)",1,list(int) -> int28nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char)29sort,"([8],)",[8],list(int) -> list(int)30Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char)31dup,"([10, 7],)","[10, 10, 7, 7]",list(int) -> list(int)32remove-mod-head,"([6, 36],)",[],list(int) -> list(int)33caesar-cipher-k-modulo-n with k=3 and n=2,"([0],)",[1],list(int) -> list(int)34drop-k with k=2,"([5, 16, 1, 6, 12, 5, 6, 10, 10],)","[1, 6, 12, 5, 6, 10, 10]",list(int) -> list(int)35parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char)36drop-k with k=2,"([13, 10, 5, 13, 5, 1],)","[5, 13, 5, 1]",list(int) -> list(int)37Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char)38parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char)39mult-k with k=3,"([0, 13, 3, 9, 1],)","[0, 39, 9, 27, 3]",list(int) -> list(int)40remove-mod-head,"([1, 2, 3],)",[],list(int) -> list(int)41bool-identify-k with k=1,"([15, 16],)","[False, False]",list(int) -> list(bool)42remove eq 0,"([6, 2, 4, 0, 2],)","[6, 2, 4, 2]",list(int) -> list(int)43"nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char)44caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 1, 0],)","[0, 0, 1]",list(int) -> list(int)45Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char)46add-k with k=1,"([],)",[],list(int) -> list(int)47ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char)48nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char)49"Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char)50append-index-k with k=3,"([8, 6, 13, 11, 15, 2],)","[8, 6, 13, 11, 15, 2, 13]",list(int) -> list(int)51"parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char)52append-index-k with k=2,"([12, 14, 9],)","[12, 14, 9, 14]",list(int) -> list(int)53has-k with k=1,"([15, 7, 6, 15, 7],)",False,list(int) -> bool54Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char)55min,"([15, 5, 8, 12],)",5,list(int) -> int56Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char)57"nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char)58Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char)59count-k with k=1,"([5, 8, 4, 13, 12],)",0,list(int) -> int60index-k with k=2,"([13, 2],)",2,list(int) -> int61First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char)62Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char)63head,"([5, 6, 2, 8, 9],)",5,list(int) -> int64range,"(2,)","[0, 1]",int -> list(int)65"nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char)66Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char)67slice-k-n with k=1 and n=1,"([8, 6, 15, 14],)",[8],list(int) -> list(int)68bool-identify-is-mod-k with k=1,"([1, 1, 1],)","[True, True, True]",list(int) -> list(bool)69"Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char)70take-k with k=2,"([1, 9, 12, 12, 2, 3, 5, 15],)","[1, 9]",list(int) -> list(int)71Take first 2 characters,"('Stefany',)",St,list(char) -> list(char)72append-k with k=0,"([8, 10, 0],)","[8, 10, 0, 0]",list(int) -> list(int)73append-index-k with k=5,"([12, 4, 7, 10, 13, 3, 14, 4, 12, 4],)","[12, 4, 7, 10, 13, 3, 14, 4, 12, 4, 13]",list(int) -> list(int)74rotate-k with k=4,"([2, 6, 10, 10, 8, 15, 16, 15, 1, 2, 7, 5, 4, 0, 13],)","[5, 4, 0, 13, 2, 6, 10, 10, 8, 15, 16, 15, 1, 2, 7]",list(int) -> list(int)75Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char)76remove-mod-head,"([4, 5, 11, 11],)","[5, 11, 11]",list(int) -> list(int)77parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char)78Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char)79remove-mod-k with k=5,"([30],)",[],list(int) -> list(int)80Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char)81Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char)82replace-all-with-index-k with k=2,"([11, 7, 16, 14, 13, 12],)","[7, 7, 7, 7, 7, 7]",list(int) -> list(int)83Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char)84Drop last 4 characters,"('+167',)",,list(char) -> list(char)85bool-identify-k with k=2,"([8],)",[False],list(int) -> list(bool)86Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char)87nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char)88remove-mod-head,"([2, 9, 1, 6],)","[9, 1]",list(int) -> list(int)89ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char)90repeat-k with k=4,"([6],)","[6, 6, 6, 6]",list(int) -> list(int)91prepend-k with k=2,"([],)",[2],list(int) -> list(int)92Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char)93remove-index-k with k=3,"([1, 14, 9, 7, 11, 16],)","[1, 14, 7, 11, 16]",list(int) -> list(int)94repeat-k with k=2,"([2, 10, 13, 15, 3],)","[2, 10, 13, 15, 3, 2, 10, 13, 15, 3]",list(int) -> list(int)95Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char)96repeat-k with k=4,"([5, 8, 13, 0],)","[5, 8, 13, 0, 5, 8, 13, 0, 5, 8, 13, 0, 5, 8, 13, 0]",list(int) -> list(int)97mult-k with k=5,"([8, 2, 14],)","[40, 10, 70]",list(int) -> list(int)98nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char)99"parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char)100"Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char)101"nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char)102Append '+138',"('512',)",512+138,list(char) -> list(char)103parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char)104"Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char)105ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char)106repeat-k with k=2,"([0, 4],)","[0, 4, 0, 4]",list(int) -> list(int)107Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char)108bool-identify-k with k=1,"([1, 1, 1],)","[True, True, True]",list(int) -> list(bool)109bool-identify-is-prime,"([2, 3, 4, 5, 7, 9],)","[True, True, False, True, True, False]",list(int) -> list(bool)110has-k with k=0,"([],)",False,list(int) -> bool111Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char)112parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char)113odds,"([15],)",[15],list(int) -> list(int)114prepend-k with k=4,"([16, 5, 0, 2, 3],)","[4, 16, 5, 0, 2, 3]",list(int) -> list(int)115Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char)116Take first 4 characters,"('Haven',)",Have,list(char) -> list(char)117len,"([15, 15, 0, 1, 3, 16],)",6,list(int) -> int118remove eq 3,"([2, 6, 4, 5, 4],)","[2, 6, 4, 5, 4]",list(int) -> list(int)119kth-largest with k=3,"([7, 11, 12, 8, 15, 1, 9, 2],)",11,list(int) -> int120fibonacci,"(2,)",1,int -> int121is-evens,"([3, 6, 4],)",False,list(int) -> bool122Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char)123drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char)124Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char)125"parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char)126replace-all-with-index-k with k=4,"([16, 4, 3, 7, 13, 13, 0, 6, 4],)","[7, 7, 7, 7, 7, 7, 7, 7, 7]",list(int) -> list(int)127drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char)128caesar-cipher-k-modulo-n with k=4 and n=5,"([1, 0, 2, 2, 2, 0, 2],)","[0, 4, 1, 1, 1, 4, 1]",list(int) -> list(int)129caesar-cipher-k-modulo-n with k=5 and n=3,"([0, 0, 0, 1, 1, 1],)","[2, 2, 2, 0, 0, 0]",list(int) -> list(int)130take-k with k=1,"([15, 12],)",[15],list(int) -> list(int)131mult-k with k=5,"([3, 9, 12, 12, 4, 12],)","[15, 45, 60, 60, 20, 60]",list(int) -> list(int)132parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char)133modulo-k with k=2,"([12, 15],)","[0, 1]",list(int) -> list(int)134repeat-k with k=2,"([4, 16, 0, 8],)","[4, 16, 0, 8, 4, 16, 0, 8]",list(int) -> list(int)135index-k with k=5,"([0, 4, 2, 11, 6, 4, 9, 11, 5, 11, 1, 0],)",6,list(int) -> int136slice-k-n with k=2 and n=3,"([11, 5, 2, 9, 12, 0, 3, 11, 9, 15],)","[5, 2, 9]",list(int) -> list(int)137Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char)138ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char)139caesar-cipher-k-modulo-n with k=3 and n=4,"([0, 3, 1],)","[3, 2, 0]",list(int) -> list(int)140Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char)141caesar-cipher-k-modulo-n with k=4 and n=3,"([],)",[],list(int) -> list(int)142kth-smallest with k=2,"([10, 5],)",10,list(int) -> int143remove-mod-k with k=4,"([20],)",[],list(int) -> list(int)144Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char)145product,"([0, 4, 11, 12, 15, 5, 2],)",0,list(int) -> int146First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char)147caesar-cipher-k-modulo-n with k=2 and n=4,"([2, 1, 2],)","[0, 3, 0]",list(int) -> list(int)148Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char)149Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char)150index-k with k=2,"([1, 11],)",11,list(int) -> int151modulo-k with k=4,"([2, 3, 14, 5, 3, 3],)","[2, 3, 2, 1, 3, 3]",list(int) -> list(int)152take-k with k=2,"([14, 14],)","[14, 14]",list(int) -> list(int)153keep eq 0,"([3, 2, 5, 0, 1],)",[0],list(int) -> list(int)154count-k with k=3,"([12, 3, 14],)",1,list(int) -> int155"Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char)156Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char)157kth-largest with k=2,"([3, 13, 12],)",12,list(int) -> int158Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char)159mult-k with k=5,"([7, 3, 15, 2, 12],)","[35, 15, 75, 10, 60]",list(int) -> list(int)160caesar-cipher-k-modulo-n with k=4 and n=5,"([4, 3, 2, 4, 2],)","[3, 2, 1, 3, 1]",list(int) -> list(int)161Drop last 3 characters,"('857',)",,list(char) -> list(char)162nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char)163Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char)164Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char)165slice-k-n with k=4 and n=5,"([8, 4, 13, 6, 7, 13, 7, 5, 15, 11, 8, 13, 6, 1, 0],)","[6, 7, 13, 7, 5]",list(int) -> list(int)166Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char)167prepend-index-k with k=4,"([7, 2, 8, 11, 5, 9, 8, 9, 7],)","[11, 7, 2, 8, 11, 5, 9, 8, 9, 7]",list(int) -> list(int)168Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char)169Append '636',"('C',)",C636,list(char) -> list(char)170tail,"([5, 9, 14],)","[9, 14]",list(int) -> list(int)171Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char)172nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char)173remove gt 0,"([1, 5, 0, 5, 6],)",[0],list(int) -> list(int)174slice-k-n with k=1 and n=1,"([15, 11, 7, 8, 10, 16],)",[15],list(int) -> list(int)175kth-smallest with k=4,"([13, 12, 15, 1, 7, 3, 16, 10, 12, 14],)",10,list(int) -> int176rotate-k with k=5,"([4, 8, 5, 8, 6, 4, 16, 5, 11, 11, 14, 0, 4, 6],)","[11, 14, 0, 4, 6, 4, 8, 5, 8, 6, 4, 16, 5, 11]",list(int) -> list(int)177Take first 2 characters,"('Dermody',)",De,list(char) -> list(char)178empty,"([],)",True,list(int) -> bool179nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char)180"Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char)181nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char)182pop,"([14, 15, 8],)","[14, 15]",list(int) -> list(int)183parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char)184Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char)185min,"([0],)",0,list(int) -> int186"nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char)187nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char)188keep-mod-k with k=4,"([20, 6, 28, 4, 32],)","[20, 28, 4, 32]",list(int) -> list(int)189caesar-cipher-k-modulo-n with k=2 and n=5,"([2, 2],)","[4, 4]",list(int) -> list(int)190keep-mod-head,"([10, 2, 12, 9],)",[],list(int) -> list(int)191bool-identify-k with k=1,"([6, 1, 1, 1],)","[False, True, True, True]",list(int) -> list(bool)192slice-k-n with k=3 and n=2,"([6, 5, 13, 9, 7, 10, 14, 16, 1, 7, 16, 14, 13],)","[13, 9]",list(int) -> list(int)193prepend-k with k=5,"([12, 15, 6, 1, 7, 2],)","[5, 12, 15, 6, 1, 7, 2]",list(int) -> list(int)194"Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char)195remove eq 0,"([4, 4, 1, 4, 5],)","[4, 4, 1, 4, 5]",list(int) -> list(int)196slice-k-n with k=4 and n=4,"([12, 8, 6, 4, 5, 10, 8, 11, 9, 9, 16],)","[4, 5, 10, 8]",list(int) -> list(int)197ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char)198slice-k-n with k=1 and n=2,"([9, 9, 13, 7, 1],)","[9, 9]",list(int) -> list(int)199remove gt 3,"([5, 4, 4, 2, 4],)",[2],list(int) -> list(int)200First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char)201"nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char)202"Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char)203Drop last 3 characters,"('012',)",,list(char) -> list(char)204Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char)205nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char)206has-k with k=5,"([10, 0, 15, 9, 13],)",False,list(int) -> bool207keep eq 3,"([2, 0, 0, 0, 3],)",[3],list(int) -> list(int)208Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char)209remove-mod-k with k=3,"([7],)",[7],list(int) -> list(int)210Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char)211bool-identify-is-mod-k with k=5,"([5],)",[True],list(int) -> list(bool)212Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char)213Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char)214Drop last 3 characters,"('012',)",,list(char) -> list(char)215prepend-k with k=3,"([10, 0, 8, 0],)","[3, 10, 0, 8, 0]",list(int) -> list(int)216bool-identify-is-mod-k with k=2,"([2, 6],)","[True, True]",list(int) -> list(bool)217replace-all-with-index-k with k=5,"([12, 13, 9, 8, 3, 4, 5],)","[3, 3, 3, 3, 3, 3, 3]",list(int) -> list(int)218rotate-k with k=3,"([5, 4, 5, 2, 14, 6, 9, 15, 1, 1, 7, 3, 11],)","[7, 3, 11, 5, 4, 5, 2, 14, 6, 9, 15, 1, 1]",list(int) -> list(int)219Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char)220caesar-cipher-k-modulo-n with k=3 and n=2,"([],)",[],list(int) -> list(int)221slice-k-n with k=1 and n=4,"([15, 13, 11, 10, 5, 14, 11, 13, 6, 5],)","[15, 13, 11, 10]",list(int) -> list(int)222append-index-k with k=3,"([6, 15, 6, 15, 5, 13],)","[6, 15, 6, 15, 5, 13, 6]",list(int) -> list(int)223bool-identify-is-prime,"([5],)",[True],list(int) -> list(bool)224index-k with k=3,"([16, 1, 14],)",14,list(int) -> int225nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char)226replace-all-with-index-k with k=1,"([16, 15, 10, 14, 4, 15, 10, 14],)","[16, 16, 16, 16, 16, 16, 16, 16]",list(int) -> list(int)227keep squares,"([4, 9, 1, 16, 1, 25, 9],)","[4, 9, 1, 16, 1, 25, 9]",list(int) -> list(int)228append-k with k=1,"([4, 0, 6, 13, 5, 15, 6],)","[4, 0, 6, 13, 5, 15, 6, 1]",list(int) -> list(int)229slice-k-n with k=1 and n=1,"([14, 1, 5, 9, 0, 15, 14, 9, 12, 13],)",[14],list(int) -> list(int)230repeat-k with k=5,"([1, 6],)","[1, 6, 1, 6, 1, 6, 1, 6, 1, 6]",list(int) -> list(int)231add-k with k=3,"([9, 14, 9],)","[12, 17, 12]",list(int) -> list(int)232"parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char)233is-mod-k with k=3,"([1, 6, 11, 14, 7, 6, 2],)",False,list(int) -> bool234is-mod-k with k=4,"([8],)",True,list(int) -> bool235last,"([1, 2, 3],)",3,list(int) -> int236prepend-index-k with k=5,"([3, 7, 1, 14, 7, 1, 10, 4, 2, 6],)","[7, 3, 7, 1, 14, 7, 1, 10, 4, 2, 6]",list(int) -> list(int)237nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char)238add-k with k=3,"([1, 9, 7, 8],)","[4, 12, 10, 11]",list(int) -> list(int)239caesar-cipher-k-modulo-n with k=4 and n=5,"([2, 2],)","[1, 1]",list(int) -> list(int)240nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char)241prepend-k with k=4,"([1, 14, 7, 14, 10],)","[4, 1, 14, 7, 14, 10]",list(int) -> list(int)242slice-k-n with k=1 and n=5,"([10, 12, 3, 12, 5, 14, 2, 5, 1, 13],)","[10, 12, 3, 12, 5]",list(int) -> list(int)243remove-index-k with k=1,"([12, 15, 10, 10, 3, 8, 1],)","[15, 10, 10, 3, 8, 1]",list(int) -> list(int)244Take first 4 characters,"('Haven',)",Have,list(char) -> list(char)245Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char)246bool-identify-k with k=3,"([],)",[],list(int) -> list(bool)247nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char)248nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char)249sort-and-deduplicate,"([1, 0, 3, 9, 2],)","[0, 1, 2, 3, 9]",list(int) -> list(int)250Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char)251drop-k with k=1,"([13, 2],)",[2],list(int) -> list(int)252mult-k with k=4,"([15],)",[60],list(int) -> list(int)253drop-k with k=3,"([16, 9, 15, 4],)",[4],list(int) -> list(int)254sort-and-deduplicate,"([1, 6, 2, 4],)","[1, 2, 4, 6]",list(int) -> list(int)255caesar-cipher-k-modulo-n with k=3 and n=4,"([2, 0],)","[1, 3]",list(int) -> list(int)256Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char)257modulo-k with k=3,"([6, 8, 1, 3],)","[0, 2, 1, 0]",list(int) -> list(int)258caesar-cipher-k-modulo-n with k=2 and n=4,"([],)",[],list(int) -> list(int)259Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char)260nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char)261take-k with k=1,"([10, 13, 10, 5],)",[10],list(int) -> list(int)262drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char)263rotate-k with k=4,"([8, 0, 13, 13, 1, 8, 8, 4, 5],)","[8, 8, 4, 5, 8, 0, 13, 13, 1]",list(int) -> list(int)264parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char)265Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char)266"Take first character and append ','","('546',)","5,",list(char) -> list(char)267append-k with k=3,"([12, 15, 12],)","[12, 15, 12, 3]",list(int) -> list(int)268prepend-index-k with k=3,"([11, 3, 1, 8, 15, 7, 7, 14, 1],)","[1, 11, 3, 1, 8, 15, 7, 7, 14, 1]",list(int) -> list(int)269nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char)270First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char)271mult-k with k=2,"([],)",[],list(int) -> list(int)272slice-k-n with k=2 and n=3,"([7, 15, 11, 10, 13, 6, 9, 7, 2, 9, 4, 6, 4],)","[15, 11, 10]",list(int) -> list(int)273reverse,"([14, 12],)","[12, 14]",list(int) -> list(int)274bool-identify-k with k=0,"([16, 12, 15],)","[False, False, False]",list(int) -> list(bool)275kth-smallest with k=1,"([12, 14, 13],)",12,list(int) -> int276Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char)277drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char)278Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char)279take-k with k=5,"([10, 5, 1, 13, 10, 8, 9, 10, 13, 7, 5],)","[10, 5, 1, 13, 10]",list(int) -> list(int)280replace-all-with-index-k with k=4,"([0, 4, 2, 5],)","[5, 5, 5, 5]",list(int) -> list(int)281caesar-cipher-k-modulo-n with k=5 and n=2,"([0],)",[1],list(int) -> list(int)282parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char)283slice-k-n with k=1 and n=2,"([10, 13, 8, 0, 11, 12, 14, 7, 9, 8],)","[10, 13]",list(int) -> list(int)284Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char)285Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char)286keep-mod-k with k=3,"([],)",[],list(int) -> list(int)287bool-identify-is-mod-k with k=5,"([13, 5, 5, 8],)","[False, True, True, False]",list(int) -> list(bool)288Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char)289keep-mod-k with k=2,"([4, 9, 4, 4],)","[4, 4, 4]",list(int) -> list(int)290prepend-k with k=1,"([16, 9, 10, 8, 8, 1, 0],)","[1, 16, 9, 10, 8, 8, 1, 0]",list(int) -> list(int)291has-k with k=4,"([9, 4, 3, 4],)",True,list(int) -> bool292has-k with k=2,"([0, 2],)",True,list(int) -> bool293drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char)294remove empty lists,"([[False, True], [True, False], [True, False], [True, False, True]],)","[[False, True], [True, False], [True, False], [True, False, True]]",list(list(bool)) -> list(list(bool))295Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char)296nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char)297remove eq 2,"([2, 5, 5, 4, 6],)","[5, 5, 4, 6]",list(int) -> list(int)298Drop last 4 characters,"('Andria',)",An,list(char) -> list(char)299drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char)300repeat-many,"([1, 0, 1],)","[0, 1]",list(int) -> list(int)301Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char)302take-k with k=4,"([7, 13, 13, 8],)","[7, 13, 13, 8]",list(int) -> list(int)303ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char)304slice-k-n with k=5 and n=1,"([2, 11, 14, 5, 8, 11, 7],)",[8],list(int) -> list(int)305add-k with k=1,"([14],)",[15],list(int) -> list(int)306ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char)307ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char)308Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char)309Take first character and append '(',"('020',)",0(,list(char) -> list(char)310Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char)311ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char)312is-mod-k with k=1,"([1, 12, 3],)",True,list(int) -> bool313slice-k-n with k=4 and n=4,"([14, 14, 1, 1, 9, 14, 13, 2, 11, 3],)","[1, 9, 14, 13]",list(int) -> list(int)314slice-k-n with k=1 and n=5,"([3, 14, 10, 13, 16, 6, 1, 14, 12, 3, 12, 15, 5],)","[3, 14, 10, 13, 16]",list(int) -> list(int)315is-primes,"([17, 193, 149, 13, 3, 47],)",True,list(int) -> bool316parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char)317odds,"([4, 2],)",[],list(int) -> list(int)318rotate-k with k=3,"([0, 6, 9, 4, 16, 10, 12],)","[16, 10, 12, 0, 6, 9, 4]",list(int) -> list(int)319Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char)320Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char)321Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char)322"parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char)323Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char)324count-k with k=4,"([15, 1, 2, 7, 5, 4, 0],)",1,list(int) -> int325caesar-cipher-k-modulo-n with k=5 and n=2,"([1, 0, 1, 1],)","[0, 1, 0, 0]",list(int) -> list(int)326First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char)327count-k with k=4,"([6, 4, 4, 0],)",2,list(int) -> int328has-k with k=0,"([],)",False,list(int) -> bool329Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char)330keep gt 0,"([6, 6, 0, 4, 4],)","[6, 6, 4, 4]",list(int) -> list(int)331"Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char)332remove-index-k with k=1,"([2, 8, 12],)","[8, 12]",list(int) -> list(int)333count-k with k=2,"([2, 2, 2, 2, 2, 2, 2],)",7,list(int) -> int334kth-smallest with k=4,"([6, 14, 4, 7, 12, 4, 3],)",6,list(int) -> int335Drop last 1 characters,"('290',)",29,list(char) -> list(char)336"parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char)337bool-identify-is-mod-k with k=2,"([2, 8, 0, 14, 3, 10],)","[True, True, True, True, False, True]",list(int) -> list(bool)338slice-k-n with k=2 and n=5,"([14, 6, 8, 15, 15, 14, 12, 3],)","[6, 8, 15, 15, 14]",list(int) -> list(int)339First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char)340Append '+138',"('512',)",512+138,list(char) -> list(char)341bool-identify-geq-k with k=1,"([4],)",[True],list(int) -> list(bool)342ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char)343Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char)344remove eq 0,"([1, 4, 0, 1, 1],)","[1, 4, 1, 1]",list(int) -> list(int)345count-k with k=5,"([8],)",0,list(int) -> int346Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char)347count-k with k=0,"([16, 12, 15],)",0,list(int) -> int348Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char)349caesar-cipher-k-modulo-n with k=3 and n=4,"([3, 2, 2, 1, 2, 1],)","[2, 1, 1, 0, 1, 0]",list(int) -> list(int)350Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char)351"parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char)352Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char)353Append 'Beata',"('092',)",092Beata,list(char) -> list(char)354First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char)355is-mod-k with k=2,"([],)",True,list(int) -> bool356nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char)357ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char)358repeat-k with k=4,"([6, 0, 12, 11, 3],)","[6, 0, 12, 11, 3, 6, 0, 12, 11, 3, 6, 0, 12, 11, 3, 6, 0, 12, 11, 3]",list(int) -> list(int)359Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char)360Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char)361mult-k with k=3,"([10, 0, 1, 2, 6, 4],)","[30, 0, 3, 6, 18, 12]",list(int) -> list(int)362"parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char)363keep squares,"([16, 1, 1, 9, 9, 7, 9],)","[16, 1, 1, 9, 9, 9]",list(int) -> list(int)364Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char)365reverse,"([2, 0, 4],)","[4, 0, 2]",list(int) -> list(int)366kth-largest with k=3,"([9, 12, 12, 2, 16, 1, 3, 4, 16],)",12,list(int) -> int367nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char)368repeat-many,"([2, 15, 1],)","[15, 1, 15, 1]",list(int) -> list(int)369ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char)370pow-k with k=4,"([0, 9, 12, 7, 0],)","[0, 6561, 20736, 2401, 0]",list(int) -> list(int)371remove-index-k with k=5,"([16, 16, 6, 6, 11, 5, 9, 14],)","[16, 16, 6, 6, 5, 9, 14]",list(int) -> list(int)372slice-k-n with k=1 and n=3,"([15, 14, 7, 2, 13, 14, 7],)","[15, 14, 7]",list(int) -> list(int)373Drop last 3 characters,"('Hage',)",H,list(char) -> list(char)374keep squares,"([16, 1, 1, 9, 9, 7, 9],)","[16, 1, 1, 9, 9, 9]",list(int) -> list(int)375caesar-cipher-k-modulo-n with k=3 and n=4,"([0],)",[3],list(int) -> list(int)376Prepend '+174',"('851',)",+174851,list(char) -> list(char)377odds,"([6, 10],)",[],list(int) -> list(int)378sort,"([8, 2, 10, 14],)","[2, 8, 10, 14]",list(int) -> list(int)379kth-smallest with k=2,"([2, 2, 13, 0, 13, 5, 2, 6, 2],)",2,list(int) -> int380parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char)381bool-identify-is-mod-k with k=1,"([3, 6, 1, 15, 12, 13],)","[True, True, True, True, True, True]",list(int) -> list(bool)382nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char)383Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char)384count-k with k=1,"([1, 1, 1, 4, 1, 1],)",5,list(int) -> int385Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char)386remove eq 3,"([1, 4, 1, 6, 4],)","[1, 4, 1, 6, 4]",list(int) -> list(int)387Take first character and append ' ',"('MI',)",M ,list(char) -> list(char)388keep-mod-head,"([12, 3],)",[],list(int) -> list(int)389slice-k-n with k=4 and n=4,"([14, 9, 3, 15, 10, 9, 5, 12, 14, 4, 7, 13, 15, 2],)","[15, 10, 9, 5]",list(int) -> list(int)390parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char)391slice-k-n with k=3 and n=5,"([1, 0, 5, 5, 13, 10, 14, 4, 11],)","[5, 5, 13, 10, 14]",list(int) -> list(int)392"nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char)393First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char)394Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char)395Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char)396add-k with k=5,"([4, 5, 4, 0, 8, 9],)","[9, 10, 9, 5, 13, 14]",list(int) -> list(int)397replace-all-with-index-k with k=3,"([15, 14, 8, 5],)","[8, 8, 8, 8]",list(int) -> list(int)398nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char)399evens,"([6, 4, 7],)","[6, 4]",list(int) -> list(int)400slice-k-n with k=4 and n=2,"([3, 8, 0, 14, 10, 16, 6, 9, 10, 3],)","[14, 10]",list(int) -> list(int)401mult-k with k=0,"([5, 15, 8, 6],)","[0, 0, 0, 0]",list(int) -> list(int)402Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char)403prepend-k with k=1,"([9, 6, 16, 11],)","[1, 9, 6, 16, 11]",list(int) -> list(int)404ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char)405count-k with k=4,"([4, 4, 14, 4, 16],)",3,list(int) -> int406"nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char)407Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char)408remove gt 1,"([3, 5, 2, 6, 3],)",[],list(int) -> list(int)409Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char)410modulo-k with k=5,"([11],)",[1],list(int) -> list(int)411keep-mod-k with k=3,"([],)",[],list(int) -> list(int)412Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char)413modulo-k with k=5,"([10],)",[0],list(int) -> list(int)414drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char)415caesar-cipher-k-modulo-n with k=4 and n=5,"([2, 3, 3],)","[1, 2, 2]",list(int) -> list(int)416append-k with k=5,"([2, 13],)","[2, 13, 5]",list(int) -> list(int)417keep-mod-k with k=4,"([2, 8, 5, 7],)",[8],list(int) -> list(int)418slice-k-n with k=4 and n=5,"([5, 14, 2, 6, 12, 5, 6, 10, 4, 8, 14, 12],)","[6, 12, 5, 6, 10]",list(int) -> list(int)419Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char)420caesar-cipher-k-modulo-n with k=5 and n=3,"([1, 0, 1, 1],)","[0, 2, 0, 0]",list(int) -> list(int)421ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char)422kth-smallest with k=5,"([9, 5, 0, 0, 13, 1, 16, 0, 9, 3, 1],)",1,list(int) -> int423Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char)424"Take first character and append ','","('546',)","5,",list(char) -> list(char)425nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char)426Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char)427Take first character and append ' ',"('MI',)",M ,list(char) -> list(char)428drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char)429replace-all-with-index-k with k=4,"([12, 11, 1, 13, 14, 2, 11, 6, 6, 5, 6],)","[13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13]",list(int) -> list(int)430Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char)431"Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char)432ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char)433rotate-k with k=1,"([1, 13, 14, 2, 11, 6, 6, 5, 6, 13, 16, 7, 6, 13],)","[13, 1, 13, 14, 2, 11, 6, 6, 5, 6, 13, 16, 7, 6]",list(int) -> list(int)434sort-and-deduplicate,"([3, 2, 10, 5],)","[2, 3, 5, 10]",list(int) -> list(int)435bool-identify-is-mod-k with k=5,"([11, 10, 12, 13, 2],)","[False, True, False, False, False]",list(int) -> list(bool)436is-mod-k with k=2,"([18, 24, 14, 22, 12, 28],)",True,list(int) -> bool437Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char)438odds,"([2, 5, 4, 2, 0, 5, 1, 1],)","[5, 5, 1, 1]",list(int) -> list(int)439drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char)440empty,"([0],)",False,list(int) -> bool441slice-k-n with k=3 and n=3,"([6, 1, 1, 7, 1, 12, 3, 5, 1, 12, 11],)","[1, 7, 1]",list(int) -> list(int)442Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char)443Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char)444keep eq 0,"([0, 4, 6, 2, 6],)",[0],list(int) -> list(int)445"Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char)446Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char)447has-k with k=2,"([12, 4, 7, 15],)",False,list(int) -> bool448nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char)449ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char)450rotate-k with k=2,"([6, 0, 12, 11, 3, 15, 14, 13, 13, 4],)","[13, 4, 6, 0, 12, 11, 3, 15, 14, 13]",list(int) -> list(int)451Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char)452Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char)453nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char)454Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char)455count-k with k=2,"([14, 0, 2, 6],)",1,list(int) -> int456slice-k-n with k=2 and n=2,"([2, 7, 11, 0, 2, 7, 2, 2, 10, 6, 0],)","[7, 11]",list(int) -> list(int)457Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char)458drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char)459parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char)460bool-identify-k with k=0,"([3, 14, 15, 0],)","[False, False, False, True]",list(int) -> list(bool)461Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char)462First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char)463bool-identify-is-mod-k with k=3,"([3],)",[True],list(int) -> list(bool)464Take first 2 characters,"('Dermody',)",De,list(char) -> list(char)465replace-all-with-index-k with k=2,"([10, 11, 9, 13],)","[11, 11, 11, 11]",list(int) -> list(int)466prepend-k with k=3,"([5, 3, 0, 3, 7],)","[3, 5, 3, 0, 3, 7]",list(int) -> list(int)467First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char)468keep primes,"([19, 11, 17, 23, 8, 4, 0],)","[19, 11, 17, 23]",list(int) -> list(int)469mult-k with k=2,"([12, 13, 2, 4, 7, 15, 12],)","[24, 26, 4, 8, 14, 30, 24]",list(int) -> list(int)470remove-index-k with k=3,"([9, 11, 13, 2, 9],)","[9, 11, 2, 9]",list(int) -> list(int)471"Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char)472"Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char)473prepend-index-k with k=2,"([9, 12, 3, 13],)","[12, 9, 12, 3, 13]",list(int) -> list(int)474nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char)475append-k with k=4,"([5, 10, 10, 6, 11, 0],)","[5, 10, 10, 6, 11, 0, 4]",list(int) -> list(int)476drop-k with k=2,"([13, 0],)",[],list(int) -> list(int)477caesar-cipher-k-modulo-n with k=2 and n=5,"([3, 3, 0, 2, 1, 0],)","[0, 0, 2, 4, 3, 2]",list(int) -> list(int)478Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char)479Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char)480Take first 4 characters,"('+106',)",+106,list(char) -> list(char)481bool-identify-is-mod-k with k=3,"([11, 0, 1],)","[False, True, False]",list(int) -> list(bool)482ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char)483append-index-k with k=5,"([0, 12, 0, 0, 15, 9, 9, 9, 2],)","[0, 12, 0, 0, 15, 9, 9, 9, 2, 15]",list(int) -> list(int)484Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char)485index-k with k=1,"([10, 4, 16, 1],)",10,list(int) -> int486nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char)487Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char)488slice-k-n with k=5 and n=5,"([12, 15, 0, 13, 13, 9, 2, 11, 6, 7, 3, 3, 12, 10, 2, 10],)","[13, 9, 2, 11, 6]",list(int) -> list(int)489nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char)490Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char)491parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char)492mult-k with k=3,"([12, 7, 7],)","[36, 21, 21]",list(int) -> list(int)493prepend-k with k=1,"([9, 15, 2],)","[1, 9, 15, 2]",list(int) -> list(int)494nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char)495parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char)496slice-k-n with k=4 and n=2,"([5, 5, 10, 13, 4, 1, 14, 4],)","[13, 4]",list(int) -> list(int)497modulo-k with k=2,"([7, 0, 3, 12, 12],)","[1, 0, 1, 0, 0]",list(int) -> list(int)498Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char)499Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char)500min,"([10, 14, 2],)",2,list(int) -> int501"nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char)502keep gt 2,"([4, 2, 2, 5, 5],)","[4, 5, 5]",list(int) -> list(int)503drop-k with k=4,"([5, 12, 2, 4, 15, 16],)","[15, 16]",list(int) -> list(int)504mult-k with k=4,"([3],)",[12],list(int) -> list(int)505Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char)506Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char)507bool-identify-k with k=2,"([2, 2, 2, 2, 2, 2],)","[True, True, True, True, True, True]",list(int) -> list(bool)508nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char)509Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char)510kth-smallest with k=4,"([2, 1, 12, 15],)",15,list(int) -> int511Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char)512Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char)513index-k with k=3,"([5, 12, 14, 13, 2, 3, 14, 5, 3],)",14,list(int) -> int514First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char)515Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char)516Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char)517replace-all-with-index-k with k=5,"([2, 4, 9, 8, 7, 9, 16],)","[7, 7, 7, 7, 7, 7, 7]",list(int) -> list(int)518count-k with k=0,"([0, 8],)",1,list(int) -> int519Take first 2 characters,"('334',)",33,list(char) -> list(char)520prepend-k with k=4,"([16, 9, 3],)","[4, 16, 9, 3]",list(int) -> list(int)521Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char)522Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char)523repeat-k with k=4,"([3, 1, 12, 6],)","[3, 1, 12, 6, 3, 1, 12, 6, 3, 1, 12, 6, 3, 1, 12, 6]",list(int) -> list(int)524remove eq 2,"([5, 3, 5, 5, 2],)","[5, 3, 5, 5]",list(int) -> list(int)525slice-k-n with k=4 and n=5,"([7, 4, 12, 1, 11, 13, 14, 11, 11, 2, 2, 0, 14, 15],)","[1, 11, 13, 14, 11]",list(int) -> list(int)526"parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char)527nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char)528keep gt 3,"([6, 6, 4, 1, 4],)","[6, 6, 4, 4]",list(int) -> list(int)529ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char)530"Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char)531add-k with k=5,"([12],)",[17],list(int) -> list(int)532slice-k-n with k=3 and n=4,"([6, 9, 12, 0, 0, 3, 13, 11, 13],)","[12, 0, 0, 3]",list(int) -> list(int)533Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char)534Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char)535Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char)536remove gt 1,"([5, 6, 6, 3, 0],)",[0],list(int) -> list(int)537"Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char)538nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char)539Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char)540prepend-k with k=0,"([5],)","[0, 5]",list(int) -> list(int)541bool-identify-geq-k with k=0,"([10, 6, 8, 4, 6, 6, 7],)","[True, True, True, True, True, True, True]",list(int) -> list(bool)542odds,"([1, 1, 3],)","[1, 1, 3]",list(int) -> list(int)543Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char)544Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char)545tail,"([2, 10, 3, 12],)","[10, 3, 12]",list(int) -> list(int)546Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char)547Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char)548bool-identify-geq-k with k=1,"([6, 1, 3, 4, 15, 3],)","[True, True, True, True, True, True]",list(int) -> list(bool)549min,"([1],)",1,list(int) -> int550ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char)551nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char)552bool-identify-is-mod-k with k=4,"([4, 4, 2, 4, 4, 4],)","[True, True, False, True, True, True]",list(int) -> list(bool)553parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char)554kth-largest with k=2,"([8, 13, 5, 2],)",8,list(int) -> int555modulo-k with k=4,"([0, 13, 1, 10, 5, 2, 8],)","[0, 1, 1, 2, 1, 2, 0]",list(int) -> list(int)556Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char)557slice-k-n with k=3 and n=4,"([0, 9, 14, 0, 7, 12, 14, 4, 7, 0, 12, 10],)","[14, 0, 7, 12]",list(int) -> list(int)558Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char)559Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char)560max,"([4, 12],)",12,list(int) -> int561append-index-k with k=3,"([14, 2, 10, 6, 7, 9, 14, 2],)","[14, 2, 10, 6, 7, 9, 14, 2, 10]",list(int) -> list(int)562rotate-k with k=2,"([0, 13, 14, 13, 1, 14, 12],)","[14, 12, 0, 13, 14, 13, 1]",list(int) -> list(int)563First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char)564Drop last 1 characters,"('+130',)",+13,list(char) -> list(char)565Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char)566"drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char)567is-squares,"([196, 49, 9, 1, 81, 81, 25],)",True,list(int) -> bool568Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char)569First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char)570rotate-k with k=4,"([7, 7, 2, 1, 10, 7, 2, 4, 3, 4, 10, 3, 12, 0, 15, 14],)","[12, 0, 15, 14, 7, 7, 2, 1, 10, 7, 2, 4, 3, 4, 10, 3]",list(int) -> list(int)571keep primes,"([3, 19, 37, 3, 29, 31, 7],)","[3, 19, 37, 3, 29, 31, 7]",list(int) -> list(int)572"Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char)573Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char)574parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char)575repeat-k with k=3,"([8],)","[8, 8, 8]",list(int) -> list(int)576bool-identify-geq-k with k=1,"([3, 3, 3, 3],)","[True, True, True, True]",list(int) -> list(bool)577has-k with k=2,"([2],)",True,list(int) -> bool578Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char)579First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char)580"parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char)581bool-identify-k with k=4,"([],)",[],list(int) -> list(bool)582nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char)583count-k with k=2,"([2, 2, 2, 2, 16, 2],)",5,list(int) -> int584Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char)585Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char)586rotate-k with k=2,"([13, 15, 0, 2, 1, 12, 8, 8, 4, 3],)","[4, 3, 13, 15, 0, 2, 1, 12, 8, 8]",list(int) -> list(int)587ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char)588caesar-cipher-k-modulo-n with k=5 and n=4,"([2, 0, 1, 1],)","[3, 1, 2, 2]",list(int) -> list(int)589keep squares,"([9, 0, 16, 1, 16, 0, 3],)","[9, 0, 16, 1, 16, 0]",list(int) -> list(int)590mult-k with k=5,"([4, 12, 3, 15, 5, 5, 2],)","[20, 60, 15, 75, 25, 25, 10]",list(int) -> list(int)591product,"([7, 15],)",105,list(int) -> int592nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char)593kth-largest with k=5,"([1, 12, 11, 6, 11, 15, 11, 2, 7, 8, 13],)",11,list(int) -> int594append-index-k with k=1,"([15, 4, 3],)","[15, 4, 3, 15]",list(int) -> list(int)595bool-identify-k with k=1,"([1, 1, 1, 1],)","[True, True, True, True]",list(int) -> list(bool)596is-mod-k with k=5,"([],)",True,list(int) -> bool597Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char)598min,"([3, 15, 14, 3, 5, 15],)",3,list(int) -> int599ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char)600First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char)601+1 maximum list,"([8, 7, 5, 9, 7],)",10,list(int) -> int602add-k with k=4,"([],)",[],list(int) -> list(int)603Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char)604take-k with k=1,"([1, 16, 3, 16, 0],)",[1],list(int) -> list(int)605Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char)606nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char)607kth-smallest with k=5,"([6, 3, 5, 7, 6, 5, 11],)",6,list(int) -> int608append-index-k with k=3,"([0, 13, 12, 12],)","[0, 13, 12, 12, 12]",list(int) -> list(int)609mult-k with k=0,"([7, 11, 13, 15, 16, 16],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int)610slice-k-n with k=4 and n=2,"([8, 11, 3, 5, 1, 14, 8, 3, 14, 11, 16, 1, 7],)","[5, 1]",list(int) -> list(int)611nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char)612append-k with k=3,"([3, 3],)","[3, 3, 3]",list(int) -> list(int)613bool-identify-k with k=2,"([2, 2],)","[True, True]",list(int) -> list(bool)614ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char)615slice-k-n with k=4 and n=4,"([12, 0, 1, 11, 12, 9, 15, 10, 1, 5, 11, 16, 9],)","[11, 12, 9, 15]",list(int) -> list(int)616prepend-index-k with k=4,"([10, 12, 16, 3, 6, 16, 5, 3, 16, 14, 7],)","[3, 10, 12, 16, 3, 6, 16, 5, 3, 16, 14, 7]",list(int) -> list(int)617Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char)618replace-all-with-index-k with k=4,"([4, 14, 0, 9, 15, 3, 7, 5, 14, 7],)","[9, 9, 9, 9, 9, 9, 9, 9, 9, 9]",list(int) -> list(int)619keep gt 2,"([1, 0, 1, 4, 0],)",[4],list(int) -> list(int)620"nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char)621nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char)622repeat-k with k=5,"([14, 13, 13, 4, 9],)","[14, 13, 13, 4, 9, 14, 13, 13, 4, 9, 14, 13, 13, 4, 9, 14, 13, 13, 4, 9, 14, 13, 13, 4, 9]",list(int) -> list(int)623Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char)624prepend-index-k with k=1,"([6, 7, 16, 16, 6],)","[6, 6, 7, 16, 16, 6]",list(int) -> list(int)625drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char)626Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char)627remove empty lists,"([[], [True, False], [False], [False, True]],)","[[True, False], [False], [False, True]]",list(list(bool)) -> list(list(bool))628slice-k-n with k=5 and n=4,"([12, 4, 14, 10, 8, 12, 12, 9, 1, 0, 4, 0, 15, 13, 1, 11],)","[8, 12, 12, 9]",list(int) -> list(int)629Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char)630nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char)631Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char)632Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char)633nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char)634Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char)635count-k with k=2,"([2],)",1,list(int) -> int636Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char)637keep eq 1,"([5, 0, 6, 6, 0],)",[],list(int) -> list(int)638caesar-cipher-k-modulo-n with k=1 and n=2,"([1],)",[0],list(int) -> list(int)639"drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char)640nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char)641replace-all-with-index-k with k=3,"([2, 8, 0, 11, 14, 13, 12, 10, 1, 15],)","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",list(int) -> list(int)642Take first character and append ')',"('414',)",4),list(char) -> list(char)643parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char)644Drop last 1 characters,"('+130',)",+13,list(char) -> list(char)645Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char)646append-index-k with k=5,"([13, 0, 16, 8, 9, 10, 16, 7],)","[13, 0, 16, 8, 9, 10, 16, 7, 9]",list(int) -> list(int)647rotate-k with k=3,"([6, 7, 6, 12, 4, 8, 16, 4, 8, 15, 5, 8, 12, 7, 9],)","[12, 7, 9, 6, 7, 6, 12, 4, 8, 16, 4, 8, 15, 5, 8]",list(int) -> list(int)648prepend-k with k=3,"([13, 14, 10, 10, 14, 14],)","[3, 13, 14, 10, 10, 14, 14]",list(int) -> list(int)649slice-k-n with k=4 and n=5,"([13, 11, 11, 9, 11, 2, 7, 2, 7, 2, 0, 12, 10, 4, 14, 11, 15],)","[9, 11, 2, 7, 2]",list(int) -> list(int)650Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char)651keep-mod-k with k=3,"([0, 0, 15, 4, 16],)","[0, 0, 15]",list(int) -> list(int)652Take first character and append '.',"('+46',)",+.,list(char) -> list(char)653"Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char)654parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char)655nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char)656keep eq 3,"([0, 3, 5, 3, 5],)","[3, 3]",list(int) -> list(int)657Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char)658prepend-k with k=2,"([],)",[2],list(int) -> list(int)659Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char)660nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char)661prepend-k with k=1,"([5, 10, 10, 14, 10, 8, 6],)","[1, 5, 10, 10, 14, 10, 8, 6]",list(int) -> list(int)662rotate-k with k=2,"([16, 2, 16, 6, 8, 12, 12, 3, 6, 8, 5, 5],)","[5, 5, 16, 2, 16, 6, 8, 12, 12, 3, 6, 8]",list(int) -> list(int)663kth-largest with k=3,"([8, 5, 1, 4, 15, 4, 9, 11, 1],)",9,list(int) -> int664keep gt 1,"([2, 3, 4, 5, 6],)","[2, 3, 4, 5, 6]",list(int) -> list(int)665slice-k-n with k=5 and n=3,"([14, 15, 15, 9, 3, 7, 7, 6, 8, 1, 1, 7, 9],)","[3, 7, 7]",list(int) -> list(int)666drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char)667has-head-in-tail,"([1, 2, 3],)",False,list(int) -> bool668nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char)669remove-mod-k with k=4,"([10, 14],)","[10, 14]",list(int) -> list(int)670Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char)671"Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char)672parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char)673"nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char)674Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char)675Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char)676repeat-k with k=3,"([10, 9],)","[10, 9, 10, 9, 10, 9]",list(int) -> list(int)677prepend-index-k with k=4,"([16, 13, 9, 8, 8, 0, 2, 15, 9],)","[8, 16, 13, 9, 8, 8, 0, 2, 15, 9]",list(int) -> list(int)678rotate-k with k=2,"([11, 16, 7, 7, 6, 3, 16, 12],)","[16, 12, 11, 16, 7, 7, 6, 3]",list(int) -> list(int)679Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char)680drop-k with k=4,"([0, 13, 4, 2],)",[],list(int) -> list(int)681Prepend '+174',"('S',)",+174S,list(char) -> list(char)682is-mod-k with k=5,"([65, 60],)",True,list(int) -> bool683slice-k-n with k=2 and n=5,"([10, 14, 14, 0, 16, 0, 9, 15, 1, 15, 10],)","[14, 14, 0, 16, 0]",list(int) -> list(int)684prepend-k with k=2,"([14],)","[2, 14]",list(int) -> list(int)685Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char)686Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char)687drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char)688Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char)689sort-and-deduplicate,"([4, 9, 2],)","[2, 4, 9]",list(int) -> list(int)690slice-k-n with k=5 and n=2,"([4, 15, 6, 1, 4, 4, 11, 5, 15, 12],)","[4, 4]",list(int) -> list(int)691Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char)692Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char)693prepend-index-k with k=2,"([7, 12],)","[12, 7, 12]",list(int) -> list(int)694Take first 3 characters,"('766',)",766,list(char) -> list(char)695rotate-k with k=1,"([8, 5, 16, 12, 11],)","[11, 8, 5, 16, 12]",list(int) -> list(int)696repeat-k with k=5,"([0, 1, 15, 1, 7],)","[0, 1, 15, 1, 7, 0, 1, 15, 1, 7, 0, 1, 15, 1, 7, 0, 1, 15, 1, 7, 0, 1, 15, 1, 7]",list(int) -> list(int)697"Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char)698slice-k-n with k=3 and n=1,"([3, 4, 14, 6, 13, 1, 6, 5],)",[14],list(int) -> list(int)699drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char)700append-k with k=2,"([4, 2, 12, 14, 9],)","[4, 2, 12, 14, 9, 2]",list(int) -> list(int)701index-k with k=3,"([6, 2, 6, 12],)",6,list(int) -> int702slice-k-n with k=2 and n=3,"([4, 11, 16, 11, 10, 9, 5, 12, 6, 0, 5],)","[11, 16, 11]",list(int) -> list(int)703slice-k-n with k=1 and n=4,"([3, 8, 9, 15, 11, 10, 0, 15, 16, 8, 15, 1],)","[3, 8, 9, 15]",list(int) -> list(int)704remove gt 1,"([6, 3, 4, 1, 6],)",[1],list(int) -> list(int)705parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char)706Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char)707Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char)708kth-largest with k=2,"([10, 5, 5],)",5,list(int) -> int709drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char)710Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char)711nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char)712keep eq 0,"([2, 4, 5, 6, 1],)",[],list(int) -> list(int)713bool-identify-is-prime,"([2, 0],)","[True, False]",list(int) -> list(bool)714Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char)715Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char)716bool-identify-k with k=4,"([15, 1, 2, 7, 5, 4, 0],)","[False, False, False, False, False, True, False]",list(int) -> list(bool)717slice-k-n with k=5 and n=2,"([1, 12, 11, 6, 4, 4, 16, 9, 10, 0, 4],)","[4, 4]",list(int) -> list(int)718Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char)719Take first character and append '(',"('82',)",8(,list(char) -> list(char)720bool-identify-k with k=4,"([4, 4, 4, 4, 4],)","[True, True, True, True, True]",list(int) -> list(bool)721replace-all-with-index-k with k=4,"([0, 15, 16, 5],)","[5, 5, 5, 5]",list(int) -> list(int)722Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char)723Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char)724product,"([3, 1, 5, 9, 13],)",1755,list(int) -> int725caesar-cipher-k-modulo-n with k=2 and n=5,"([0],)",[2],list(int) -> list(int)726keep gt 3,"([0, 0, 6, 6, 4],)","[6, 6, 4]",list(int) -> list(int)727slice-k-n with k=3 and n=2,"([1, 0, 11, 10, 7, 15, 3],)","[11, 10]",list(int) -> list(int)728parentheses around a single word (II),"('B',)",(B),list(char) -> list(char)729is-mod-k with k=3,"([36, 27, 45, 21, 18, 45],)",True,list(int) -> bool730nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char)731replace-all-with-index-k with k=5,"([10, 16, 9, 13, 14, 13],)","[14, 14, 14, 14, 14, 14]",list(int) -> list(int)732Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char)733add-k with k=2,"([2, 4, 3, 13, 13],)","[4, 6, 5, 15, 15]",list(int) -> list(int)734keep-mod-k with k=5,"([7, 5],)",[5],list(int) -> list(int)735pop,"([2, 0, 1, 11, 11, 10],)","[2, 0, 1, 11, 11]",list(int) -> list(int)736Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char)737modulo-k with k=3,"([6, 8, 2, 2],)","[0, 2, 2, 2]",list(int) -> list(int)738keep-mod-k with k=3,"([18, 0],)","[18, 0]",list(int) -> list(int)739bool-identify-is-mod-k with k=4,"([9, 4, 5],)","[False, True, False]",list(int) -> list(bool)740kth-largest with k=1,"([0, 1, 2, 7, 16, 3],)",16,list(int) -> int741"Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char)742Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char)743bool-identify-k with k=2,"([2],)",[True],list(int) -> list(bool)744remove eq 1,"([3, 0, 2, 3, 0],)","[3, 0, 2, 3, 0]",list(int) -> list(int)745slice-k-n with k=3 and n=3,"([1, 15, 7, 4, 2, 15, 1, 7, 10, 3],)","[7, 4, 2]",list(int) -> list(int)746remove gt 3,"([0, 3, 1, 0, 0],)","[0, 3, 1, 0, 0]",list(int) -> list(int)747drop-k with k=2,"([12, 5, 7, 15, 6],)","[7, 15, 6]",list(int) -> list(int)748First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char)749bool-identify-is-mod-k with k=4,"([14],)",[False],list(int) -> list(bool)750Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char)751drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char)752append-k with k=0,"([2, 2, 9],)","[2, 2, 9, 0]",list(int) -> list(int)753index-k with k=1,"([8, 1, 10, 4, 3],)",8,list(int) -> int754parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char)755remove eq 2,"([4, 6, 3, 4, 6],)","[4, 6, 3, 4, 6]",list(int) -> list(int)756Take first 2 characters,"('334',)",33,list(char) -> list(char)757Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char)758has-k with k=2,"([9, 6],)",False,list(int) -> bool759prepend-index-k with k=1,"([16, 0, 8],)","[16, 16, 0, 8]",list(int) -> list(int)760caesar-cipher-k-modulo-n with k=4 and n=5,"([4, 2, 2],)","[3, 1, 1]",list(int) -> list(int)761kth-smallest with k=5,"([14, 6, 15, 10, 7, 8, 16, 16, 14],)",14,list(int) -> int762bool-identify-geq-k with k=3,"([2, 9, 2, 2, 2],)","[False, True, False, False, False]",list(int) -> list(bool)763parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char)764remove-mod-head,"([3, 1, 3, 4, 7, 6, 9, 2],)","[1, 4, 7, 2]",list(int) -> list(int)765Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char)766nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char)767keep-mod-k with k=3,"([3, 4, 13, 10, 0],)","[3, 0]",list(int) -> list(int)768index-k with k=4,"([14, 9, 7, 11],)",11,list(int) -> int769slice-k-n with k=3 and n=1,"([12, 4, 7, 0, 3, 9, 10, 5, 0, 10, 10, 14],)",[7],list(int) -> list(int)770rotate-k with k=1,"([10, 2, 5, 10, 14, 15, 9, 11, 13, 5, 15, 1, 15, 0, 9, 0, 12],)","[12, 10, 2, 5, 10, 14, 15, 9, 11, 13, 5, 15, 1, 15, 0, 9, 0]",list(int) -> list(int)771len,"([2, 7],)",2,list(int) -> int772Take first 2 characters,"('Stefany',)",St,list(char) -> list(char)773kth-smallest with k=5,"([9, 11, 7, 13, 15, 10, 10, 8],)",10,list(int) -> int774Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char)775pow-k with k=5,"([0, 13, 1, 10, 5, 2, 8],)","[0, 371293, 1, 100000, 3125, 32, 32768]",list(int) -> list(int)776"Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char)777caesar-cipher-k-modulo-n with k=2 and n=3,"([0, 0, 0, 2, 2],)","[2, 2, 2, 1, 1]",list(int) -> list(int)778bool-identify-k with k=1,"([],)",[],list(int) -> list(bool)779caesar-cipher-k-modulo-n with k=5 and n=4,"([3, 1, 2, 1, 1],)","[0, 2, 3, 2, 2]",list(int) -> list(int)780keep gt 0,"([5, 0, 0, 4, 4],)","[5, 4, 4]",list(int) -> list(int)781append-k with k=2,"([4, 13, 1, 7, 8],)","[4, 13, 1, 7, 8, 2]",list(int) -> list(int)782empty,"([6, 0, 14, 0, 2, 12],)",False,list(int) -> bool783"drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char)784slice-k-n with k=3 and n=4,"([9, 0, 6, 6, 12, 7, 3, 13, 8],)","[6, 6, 12, 7]",list(int) -> list(int)785reverse,"([8, 7, 11, 7, 15, 11],)","[11, 15, 7, 11, 7, 8]",list(int) -> list(int)786Take first character and append '(',"('82',)",8(,list(char) -> list(char)787is-mod-k with k=3,"([],)",True,list(int) -> bool788First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char)789sort,"([13],)",[13],list(int) -> list(int)790keep-mod-head,"([7, 13],)",[],list(int) -> list(int)791count-k with k=3,"([12, 3, 14],)",1,list(int) -> int792has-k with k=1,"([0, 0, 5, 3],)",False,list(int) -> bool793ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char)794keep-mod-head,"([10, 2, 12, 9],)",[],list(int) -> list(int)795Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char)796repeat-k with k=5,"([3, 15, 14, 3, 5],)","[3, 15, 14, 3, 5, 3, 15, 14, 3, 5, 3, 15, 14, 3, 5, 3, 15, 14, 3, 5, 3, 15, 14, 3, 5]",list(int) -> list(int)797"Take first character and append ','","('546',)","5,",list(char) -> list(char)798Take first character and append ' ',"('MI',)",M ,list(char) -> list(char)799keep-mod-k with k=5,"([11, 8, 16, 13],)",[],list(int) -> list(int)800count-k with k=5,"([8],)",0,list(int) -> int801Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char)802"nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char)803pow-k with k=4,"([2, 0, 1, 11, 11, 10],)","[16, 0, 1, 14641, 14641, 10000]",list(int) -> list(int)804Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char)805count-k with k=1,"([1, 1, 1, 1],)",4,list(int) -> int806drop-k with k=5,"([13, 11, 10, 7, 13, 11, 9],)","[11, 9]",list(int) -> list(int)807Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char)808"Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char)809sort-and-deduplicate,"([8, 2, 10, 5],)","[2, 5, 8, 10]",list(int) -> list(int)810remove-index-k with k=4,"([7, 14, 8, 15, 8],)","[7, 14, 8, 8]",list(int) -> list(int)811slice-k-n with k=5 and n=4,"([2, 3, 9, 15, 1, 14, 7, 13, 10, 12, 14, 1, 11, 5, 12],)","[1, 14, 7, 13]",list(int) -> list(int)812Drop last 1 characters,"('769',)",76,list(char) -> list(char)813slice-k-n with k=1 and n=3,"([12, 4, 14, 2, 6, 9, 14],)","[12, 4, 14]",list(int) -> list(int)814slice-k-n with k=4 and n=5,"([14, 14, 8, 2, 4, 8, 10, 9, 12, 11, 10],)","[2, 4, 8, 10, 9]",list(int) -> list(int)815keep-mod-k with k=4,"([0],)",[0],list(int) -> list(int)816is-odds,"([21, 9, 33],)",True,list(int) -> bool817nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char)818Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char)819kth-largest with k=3,"([3, 9, 1, 7, 12, 5, 12, 4, 14, 12],)",12,list(int) -> int820bool-identify-is-mod-k with k=2,"([5, 16, 12],)","[False, True, True]",list(int) -> list(bool)821"Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char)822fibonacci,"(9,)",34,int -> int823bool-identify-geq-k with k=3,"([11, 4, 4, 4, 4],)","[True, True, True, True, True]",list(int) -> list(bool)824keep squares,"([9, 4, 1, 9, 4, 8, 6],)","[9, 4, 1, 9, 4]",list(int) -> list(int)825drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char)826ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char)827has-k with k=1,"([0, 0, 5, 3],)",False,list(int) -> bool828has-k with k=2,"([1, 2, 9, 16],)",True,list(int) -> bool829bool-identify-geq-k with k=2,"([13],)",[True],list(int) -> list(bool)830nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char)831append-index-k with k=4,"([2, 4, 8, 9, 3],)","[2, 4, 8, 9, 3, 9]",list(int) -> list(int)832repeat,"([3, 7],)","[7, 7, 7]",list(int) -> list(int)833Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char)834count-k with k=3,"([],)",0,list(int) -> int835remove gt 3,"([5, 6, 1, 1, 3],)","[1, 1, 3]",list(int) -> list(int)836drop-k with k=5,"([1, 8, 14, 3, 14, 3, 15, 11, 11, 14],)","[3, 15, 11, 11, 14]",list(int) -> list(int)837remove eq 0,"([1, 4, 5, 2, 0],)","[1, 4, 5, 2]",list(int) -> list(int)838slice-k-n with k=1 and n=2,"([9, 5, 1, 6, 8, 13, 16],)","[9, 5]",list(int) -> list(int)839Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char)840"Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char)841drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char)842keep eq 0,"([3, 3, 3, 2, 1],)",[],list(int) -> list(int)843remove gt 3,"([0, 2, 4, 4, 4],)","[0, 2]",list(int) -> list(int)844count-head-in-tail,"([11],)",0,list(int) -> int845tail,"([0, 1, 4],)","[1, 4]",list(int) -> list(int)846mult-k with k=4,"([13, 15, 13],)","[52, 60, 52]",list(int) -> list(int)847Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char)848bool-identify-geq-k with k=3,"([12, 6, 11, 16, 7, 10, 3],)","[True, True, True, True, True, True, True]",list(int) -> list(bool)849nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char)850append-k with k=3,"([12, 14],)","[12, 14, 3]",list(int) -> list(int)851remove-mod-k with k=4,"([20, 11, 0, 20, 24, 10, 24],)","[11, 10]",list(int) -> list(int)852parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char)853keep gt 0,"([6, 4, 5, 2, 5],)","[6, 4, 5, 2, 5]",list(int) -> list(int)854Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char)855tail,"([1, 7, 4, 5, 3],)","[7, 4, 5, 3]",list(int) -> list(int)856ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char)857Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char)858nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char)859Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char)860slice-k-n with k=2 and n=5,"([15, 5, 3, 3, 12, 2, 11, 16, 6, 6, 12, 9, 13, 15, 0],)","[5, 3, 3, 12, 2]",list(int) -> list(int)861caesar-cipher-k-modulo-n with k=3 and n=2,"([1, 0, 0, 1, 0, 0],)","[0, 1, 1, 0, 1, 1]",list(int) -> list(int)862Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char)863"Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char)864pow-k with k=2,"([7, 14, 11],)","[49, 196, 121]",list(int) -> list(int)865nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char)866keep-mod-k with k=2,"([6, 8, 6, 14, 11, 4, 15],)","[6, 8, 6, 14, 4]",list(int) -> list(int)867take-k with k=2,"([7, 6],)","[7, 6]",list(int) -> list(int)868bool-identify-is-mod-k with k=4,"([0, 1, 2, 14, 3, 9, 12],)","[True, False, False, False, False, False, True]",list(int) -> list(bool)869"Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char)870nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char)871remove-index-k with k=1,"([8, 10, 12, 11, 8, 8],)","[10, 12, 11, 8, 8]",list(int) -> list(int)872bool-identify-is-mod-k with k=2,"([2, 2, 2, 4, 16],)","[True, True, True, True, True]",list(int) -> list(bool)873add-k with k=5,"([10, 8, 4, 7],)","[15, 13, 9, 12]",list(int) -> list(int)874"Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char)875Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char)876has-k with k=4,"([7, 3, 14, 6, 3],)",False,list(int) -> bool877mult-k with k=2,"([9, 13, 13, 15, 3, 6, 1],)","[18, 26, 26, 30, 6, 12, 2]",list(int) -> list(int)878nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char)879ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char)880Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char)881Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char)882parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char)883Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char)884nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char)885Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char)886Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char)887Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char)888slice-k-n with k=3 and n=3,"([3, 3, 16, 13, 4, 15, 14],)","[16, 13, 4]",list(int) -> list(int)889append-index-k with k=4,"([12, 14, 1, 8, 0, 5, 7, 3],)","[12, 14, 1, 8, 0, 5, 7, 3, 8]",list(int) -> list(int)890keep-mod-head,"([2],)",[],list(int) -> list(int)891keep eq 2,"([0, 1, 4, 3, 6],)",[],list(int) -> list(int)892slice-k-n with k=1 and n=3,"([6, 13, 3, 14, 6, 3, 8, 9, 10, 7, 9, 1],)","[6, 13, 3]",list(int) -> list(int)893parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char)894Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char)895nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char)896Take first character and append ')',"('83',)",8),list(char) -> list(char)897ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char)898mult-k with k=3,"([7, 8, 4, 3, 7],)","[21, 24, 12, 9, 21]",list(int) -> list(int)899append-index-k with k=1,"([4],)","[4, 4]",list(int) -> list(int)900rotate-k with k=4,"([16, 11, 13, 11, 3, 1, 8, 15, 7, 7],)","[8, 15, 7, 7, 16, 11, 13, 11, 3, 1]",list(int) -> list(int)901remove gt 1,"([5, 2, 5, 5, 2],)",[],list(int) -> list(int)902Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char)903remove-mod-k with k=5,"([0, 5],)",[],list(int) -> list(int)904pow-k with k=3,"([12],)",[1728],list(int) -> list(int)905nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char)906nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char)907Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char)908Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char)909bool-identify-is-prime,"([5, 11],)","[True, True]",list(int) -> list(bool)910append-index-k with k=1,"([16, 2, 5],)","[16, 2, 5, 16]",list(int) -> list(int)911keep-mod-k with k=4,"([16],)",[16],list(int) -> list(int)912nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char)913kth-largest with k=1,"([13, 2],)",13,list(int) -> int914index-k with k=5,"([11, 11, 12, 5, 13, 11],)",13,list(int) -> int915repeat-k with k=3,"([7, 10, 5, 13, 1],)","[7, 10, 5, 13, 1, 7, 10, 5, 13, 1, 7, 10, 5, 13, 1]",list(int) -> list(int)916caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 1, 0],)","[0, 0, 1]",list(int) -> list(int)917Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char)918Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char)919bool-identify-is-mod-k with k=2,"([12],)",[True],list(int) -> list(bool)920Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char)921remove-mod-head,"([4, 2, 6, 10, 8, 12],)","[2, 6, 10]",list(int) -> list(int)922Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char)923bool-identify-k with k=0,"([],)",[],list(int) -> list(bool)924remove-mod-k with k=3,"([6, 3, 11, 12],)",[11],list(int) -> list(int)925Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char)926slice-k-n with k=4 and n=1,"([16, 10, 10, 2, 9, 6, 10, 4, 1, 7, 14, 8],)",[2],list(int) -> list(int)927rotate-k with k=5,"([15, 10, 0, 9, 16, 3, 3, 11, 16, 0, 1, 1, 4, 13],)","[0, 1, 1, 4, 13, 15, 10, 0, 9, 16, 3, 3, 11, 16]",list(int) -> list(int)928prepend-k with k=3,"([6, 0],)","[3, 6, 0]",list(int) -> list(int)929nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char)930Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char)931Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char)932has-k with k=2,"([2, 3, 6, 6, 7, 7],)",True,list(int) -> bool933parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char)934Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char)935has-k with k=4,"([16, 14, 7, 8, 7, 1, 3],)",False,list(int) -> bool936ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char)937index-head,"([2, 0, 15, 9, 10, 14],)",15,list(int) -> int938Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char)939Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char)940"Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char)941Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char)942Take first 4 characters,"('Haven',)",Have,list(char) -> list(char)943bool-identify-is-mod-k with k=3,"([3, 3, 3, 3, 3],)","[True, True, True, True, True]",list(int) -> list(bool)944keep gt 1,"([4, 1, 1, 1, 4],)","[4, 4]",list(int) -> list(int)945First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char)946prepend-index-k with k=4,"([7, 2, 8, 11, 5, 9, 8, 9, 7],)","[11, 7, 2, 8, 11, 5, 9, 8, 9, 7]",list(int) -> list(int)947Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char)948Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char)949remove gt 0,"([5, 4, 2, 0, 6],)",[0],list(int) -> list(int)950nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char)951Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char)952drop-k with k=1,"([0, 1, 2, 7, 16, 3],)","[1, 2, 7, 16, 3]",list(int) -> list(int)953ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char)954"parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char)955index-k with k=2,"([0, 8, 11, 16, 14, 13, 8],)",8,list(int) -> int956Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char)957sort,"([9],)",[9],list(int) -> list(int)958Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char)959Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char)960prepend-k with k=2,"([4, 3, 16, 15, 0],)","[2, 4, 3, 16, 15, 0]",list(int) -> list(int)961Append '+138',"('TX',)",TX+138,list(char) -> list(char)962bool-identify-is-mod-k with k=1,"([],)",[],list(int) -> list(bool)963kth-smallest with k=3,"([16, 4, 10, 7, 5, 7, 1, 2],)",4,list(int) -> int964nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char)965caesar-cipher-k-modulo-n with k=2 and n=4,"([1, 2],)","[3, 0]",list(int) -> list(int)966Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char)967"nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char)968Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char)969drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char)970Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char)971modulo-k with k=3,"([12, 4, 8, 11, 0, 8, 11],)","[0, 1, 2, 2, 0, 2, 2]",list(int) -> list(int)972Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char)973slice-k-n with k=4 and n=4,"([2, 0, 10, 7, 5, 12, 15, 2, 11, 11, 7, 3, 8, 2],)","[7, 5, 12, 15]",list(int) -> list(int)974add-k with k=1,"([4, 14, 1],)","[5, 15, 2]",list(int) -> list(int)975keep eq 2,"([3, 6, 5, 6, 6],)",[],list(int) -> list(int)976parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char)977"nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char)978drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char)979"Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char)980index-k with k=4,"([12, 9, 0, 0, 5],)",0,list(int) -> int981Drop last 1 characters,"('290',)",29,list(char) -> list(char)982slice-k-n with k=5 and n=1,"([8, 2, 13, 14, 12, 1, 7, 1, 13, 4, 5],)",[12],list(int) -> list(int)983bool-identify-k with k=4,"([],)",[],list(int) -> list(bool)984Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char)985drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char)986Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char)987Drop last 2 characters,"('MI',)",,list(char) -> list(char)988keep gt 0,"([3, 0, 1, 5, 6],)","[3, 1, 5, 6]",list(int) -> list(int)989remove empty lists,"([[], [True, False], [], []],)","[[True, False]]",list(list(bool)) -> list(list(bool))990First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char)991Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char)992pop,"([4, 11, 7],)","[4, 11]",list(int) -> list(int)993Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char)994count-k with k=5,"([5],)",1,list(int) -> int995count-k with k=4,"([4],)",1,list(int) -> int996repeat-k with k=5,"([4, 8, 16, 4],)","[4, 8, 16, 4, 4, 8, 16, 4, 4, 8, 16, 4, 4, 8, 16, 4, 4, 8, 16, 4]",list(int) -> list(int)997Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char)998count-head-in-tail,"([1, 2, 3],)",0,list(int) -> int999Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char)1000Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char)1001kth-largest with k=4,"([14, 4, 4, 13, 12],)",4,list(int) -> int1002bool-identify-k with k=1,"([],)",[],list(int) -> list(bool)1003"Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char)1004ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char)1005ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char)1006is-mod-k with k=4,"([10, 15, 6, 9, 16, 12],)",False,list(int) -> bool1007Take first character and append '.',"('290',)",2.,list(char) -> list(char)1008keep primes,"([9, 6, 11, 8, 0, 17, 31],)","[11, 17, 31]",list(int) -> list(int)1009has-k with k=1,"([6, 14, 4],)",False,list(int) -> bool1010First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char)1011bool-identify-is-prime,"([2, 3, 4, 5, 7, 9],)","[True, True, False, True, True, False]",list(int) -> list(bool)1012bool-identify-k with k=1,"([1, 16, 1],)","[True, False, True]",list(int) -> list(bool)1013caesar-cipher-k-modulo-n with k=1 and n=5,"([],)",[],list(int) -> list(int)1014parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char)1015kth-smallest with k=5,"([10, 3, 8, 6, 6, 11, 3, 4, 1, 4, 8],)",4,list(int) -> int1016ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char)1017repeat-k with k=2,"([13],)","[13, 13]",list(int) -> list(int)1018Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char)1019bool-identify-k with k=4,"([4, 4, 14, 4, 16],)","[True, True, False, True, False]",list(int) -> list(bool)1020Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char)1021append-index-k with k=3,"([6, 8, 2, 6, 7, 14, 9],)","[6, 8, 2, 6, 7, 14, 9, 2]",list(int) -> list(int)1022fibonacci,"(4,)",3,int -> int1023Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char)1024Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char)1025First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char)1026modulo-k with k=5,"([5, 6, 0, 9],)","[0, 1, 0, 4]",list(int) -> list(int)1027Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char)1028range,"(5,)","[0, 1, 2, 3, 4]",int -> list(int)1029append-index-k with k=2,"([11, 4],)","[11, 4, 4]",list(int) -> list(int)1030Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char)1031ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char)1032append-index-k with k=4,"([5, 2, 13, 3, 0, 8],)","[5, 2, 13, 3, 0, 8, 3]",list(int) -> list(int)1033Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char)1034fibonacci,"(6,)",8,int -> int1035Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char)1036Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char)1037Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char)1038Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char)1039Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char)1040bool-identify-is-prime,"([7, 4, 11],)","[True, False, True]",list(int) -> list(bool)1041index-head,"([4, 9, 7, 7, 3, 2],)",3,list(int) -> int1042kth-smallest with k=5,"([3, 11, 8, 10, 9, 8],)",10,list(int) -> int1043Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char)1044Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char)1045prepend-index-k with k=2,"([6, 6, 3, 5],)","[6, 6, 6, 3, 5]",list(int) -> list(int)1046"parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char)1047bool-identify-k with k=5,"([5, 0],)","[True, False]",list(int) -> list(bool)1048+1 maximum list,"([4, 9],)",10,list(int) -> int1049remove-mod-head,"([10, 8, 7],)","[8, 7]",list(int) -> list(int)1050First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char)1051caesar-cipher-k-modulo-n with k=2 and n=4,"([],)",[],list(int) -> list(int)1052bool-identify-geq-k with k=0,"([3, 10, 8, 13, 11, 15],)","[True, True, True, True, True, True]",list(int) -> list(bool)1053Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char)1054parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char)1055Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char)1056remove empty lists,"([[], [True], [], [False, False, True]],)","[[True], [False, False, True]]",list(list(bool)) -> list(list(bool))1057slice-k-n with k=3 and n=3,"([4, 6, 3, 11, 8, 0, 13, 2, 12, 10, 12, 12, 15],)","[3, 11, 8]",list(int) -> list(int)1058Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char)1059"Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char)1060slice-k-n with k=5 and n=1,"([16, 12, 11, 12, 3, 4, 0, 2, 13, 16, 6, 13, 5],)",[3],list(int) -> list(int)1061count-k with k=0,"([],)",0,list(int) -> int1062"drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char)1063"Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char)1064nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char)1065Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char)1066add-k with k=2,"([9, 12, 16, 9],)","[11, 14, 18, 11]",list(int) -> list(int)1067drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char)1068Take first character and append '.',"('290',)",2.,list(char) -> list(char)1069First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char)1070take-k with k=5,"([7, 13, 0, 4, 14, 10, 10],)","[7, 13, 0, 4, 14]",list(int) -> list(int)1071head,"([8, 7],)",8,list(int) -> int1072drop-k with k=1,"([15, 8, 10, 1, 14, 1, 3],)","[8, 10, 1, 14, 1, 3]",list(int) -> list(int)1073is-mod-k with k=4,"([24, 20, 0, 28],)",True,list(int) -> bool1074last,"([0],)",0,list(int) -> int1075+1 maximum list,"([3, 3, 7, 4, 7],)",8,list(int) -> int1076repeat-k with k=4,"([6, 5],)","[6, 5, 6, 5, 6, 5, 6, 5]",list(int) -> list(int)1077nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char)1078empty,"([2, 16, 2, 5, 15, 6, 7],)",False,list(int) -> bool1079Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char)1080keep-mod-k with k=2,"([0, 15, 9, 13, 13, 15, 3],)",[0],list(int) -> list(int)1081"Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char)1082repeat,"([4, 3],)","[3, 3, 3, 3]",list(int) -> list(int)1083Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char)1084ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char)1085remove empty lists,"([[True, True], [], [False], []],)","[[True, True], [False]]",list(list(bool)) -> list(list(bool))1086is-primes,"([5, 13, 7, 5],)",True,list(int) -> bool1087ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char)1088add-k with k=5,"([7, 7, 0],)","[12, 12, 5]",list(int) -> list(int)1089parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char)1090caesar-cipher-k-modulo-n with k=5 and n=2,"([1, 1, 1, 0, 1, 1, 0],)","[0, 0, 0, 1, 0, 0, 1]",list(int) -> list(int)1091keep-mod-k with k=5,"([20],)",[20],list(int) -> list(int)1092caesar-cipher-k-modulo-n with k=5 and n=4,"([2, 0, 0, 2, 1, 0],)","[3, 1, 1, 3, 2, 1]",list(int) -> list(int)1093take-k with k=1,"([15, 0, 4, 1],)",[15],list(int) -> list(int)1094has-k with k=2,"([2, 2, 2, 2, 2],)",True,list(int) -> bool1095remove-index-k with k=3,"([5, 11, 2, 10, 13, 9, 13],)","[5, 11, 10, 13, 9, 13]",list(int) -> list(int)1096"drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char)1097Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char)1098"parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char)1099Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char)1100Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char)1101Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char)1102Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char)1103Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char)1104Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char)1105caesar-cipher-k-modulo-n with k=2 and n=4,"([],)",[],list(int) -> list(int)1106replace-all-with-index-k with k=1,"([0, 16, 6, 10],)","[0, 0, 0, 0]",list(int) -> list(int)1107keep eq 2,"([2, 3, 1, 5, 4],)",[2],list(int) -> list(int)1108prepend-k with k=2,"([10, 0],)","[2, 10, 0]",list(int) -> list(int)1109Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char)1110bool-identify-k with k=1,"([15, 16],)","[False, False]",list(int) -> list(bool)1111Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char)1112slice-k-n with k=3 and n=1,"([5, 6, 10, 0, 13],)",[10],list(int) -> list(int)1113First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char)1114Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char)1115repeat-k with k=4,"([9, 3, 9, 14],)","[9, 3, 9, 14, 9, 3, 9, 14, 9, 3, 9, 14, 9, 3, 9, 14]",list(int) -> list(int)1116prepend-index-k with k=5,"([2, 11, 7, 7, 0, 4, 5, 11],)","[0, 2, 11, 7, 7, 0, 4, 5, 11]",list(int) -> list(int)1117count-k with k=2,"([13, 10, 9],)",0,list(int) -> int1118Take first character and append '.',"('290',)",2.,list(char) -> list(char)1119slice-k-n with k=3 and n=4,"([10, 9, 3, 3, 4, 8, 9, 6, 6],)","[3, 3, 4, 8]",list(int) -> list(int)1120is-mod-k with k=5,"([60, 25, 45, 25, 25],)",True,list(int) -> bool1121parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char)1122index-k with k=1,"([5, 16, 10, 16, 8, 7, 2],)",5,list(int) -> int1123Take first character and append ')',"('414',)",4),list(char) -> list(char)1124parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char)1125drop-k with k=4,"([7, 2, 7, 14, 6, 0, 2, 14, 2, 16],)","[6, 0, 2, 14, 2, 16]",list(int) -> list(int)1126kth-largest with k=4,"([7, 4, 8, 1],)",1,list(int) -> int1127kth-smallest with k=1,"([6, 0],)",0,list(int) -> int1128rotate-k with k=5,"([7, 3, 14, 15, 8, 10, 9, 15, 9, 11, 13],)","[9, 15, 9, 11, 13, 7, 3, 14, 15, 8, 10]",list(int) -> list(int)1129First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char)1130Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char)1131last,"([2, 12, 11, 14, 15, 9],)",9,list(int) -> int1132Take first character and append '.',"('+46',)",+.,list(char) -> list(char)1133bool-identify-k with k=3,"([12, 3, 14],)","[False, True, False]",list(int) -> list(bool)1134parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char)1135nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char)1136bool-identify-geq-k with k=5,"([2, 13],)","[False, True]",list(int) -> list(bool)1137"parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char)1138nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char)1139modulo-k with k=3,"([14, 13, 8, 15, 8, 10, 0],)","[2, 1, 2, 0, 2, 1, 0]",list(int) -> list(int)1140append-k with k=0,"([7, 7, 5],)","[7, 7, 5, 0]",list(int) -> list(int)1141Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char)1142has-head-in-tail,"([4, 2, 6, 10, 8, 12],)",False,list(int) -> bool1143Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char)1144count-k with k=4,"([],)",0,list(int) -> int1145"parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char)1146nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char)1147bool-identify-k with k=5,"([5, 5, 2, 5, 5, 5],)","[True, True, False, True, True, True]",list(int) -> list(bool)1148Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char)1149keep eq 3,"([6, 6, 5, 3, 3],)","[3, 3]",list(int) -> list(int)1150drop-k with k=4,"([12, 10, 12, 0, 2, 10, 9, 6],)","[2, 10, 9, 6]",list(int) -> list(int)1151count-k with k=4,"([4, 4, 4, 12],)",3,list(int) -> int1152nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char)1153"parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char)1154First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char)1155slice-k-n with k=1 and n=4,"([15, 10, 11, 14, 12, 12, 14],)","[15, 10, 11, 14]",list(int) -> list(int)1156bool-identify-geq-k with k=3,"([-1],)",[False],list(int) -> list(bool)1157Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char)1158modulo-k with k=5,"([],)",[],list(int) -> list(int)1159Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char)1160parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char)1161Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char)1162Drop last 3 characters,"('012',)",,list(char) -> list(char)1163bool-identify-geq-k with k=5,"([8, 6, 12, 16, 3, 6, 16],)","[True, True, True, True, False, True, True]",list(int) -> list(bool)1164slice-k-n with k=1 and n=3,"([15, 14, 7, 2, 13, 14, 7],)","[15, 14, 7]",list(int) -> list(int)1165Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char)1166caesar-cipher-k-modulo-n with k=5 and n=4,"([],)",[],list(int) -> list(int)1167kth-smallest with k=3,"([16, 16, 4, 0, 3, 4, 9],)",4,list(int) -> int1168"nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char)1169add-k with k=5,"([3, 6],)","[8, 11]",list(int) -> list(int)1170ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char)1171Drop last 1 characters,"('290',)",29,list(char) -> list(char)1172remove-mod-head,"([9, 0, 15, 1],)","[15, 1]",list(int) -> list(int)1173rotate-k with k=1,"([13, 5, 6, 6, 3, 5, 7, 6, 5, 11],)","[11, 13, 5, 6, 6, 3, 5, 7, 6, 5]",list(int) -> list(int)1174Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char)1175rotate-k with k=1,"([7, 10, 4, 14, 4, 16, 1, 8, 4, 7, 6, 0, 2, 0, 7, 8],)","[8, 7, 10, 4, 14, 4, 16, 1, 8, 4, 7, 6, 0, 2, 0, 7]",list(int) -> list(int)1176take-k with k=3,"([0, 2, 15],)","[0, 2, 15]",list(int) -> list(int)1177Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char)1178drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char)1179Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char)1180prepend-k with k=4,"([6, 5, 3, 16, 7, 16, 5],)","[4, 6, 5, 3, 16, 7, 16, 5]",list(int) -> list(int)1181count-k with k=0,"([0, 7],)",1,list(int) -> int1182last,"([14, 0, 7, 3, 15, 11],)",11,list(int) -> int1183kth-largest with k=3,"([9, 15, 11, 10, 4, 13],)",11,list(int) -> int1184slice-k-n with k=4 and n=2,"([12, 9, 10, 1, 7, 7, 10, 7, 4, 1, 2, 12, 9, 14],)","[1, 7]",list(int) -> list(int)1185caesar-cipher-k-modulo-n with k=3 and n=4,"([0, 3, 1, 2, 3, 0, 0],)","[3, 2, 0, 1, 2, 3, 3]",list(int) -> list(int)1186parentheses around a single word (II),"('426',)",(426),list(char) -> list(char)1187"nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char)1188remove gt 3,"([0, 6, 3, 3, 6],)","[0, 3, 3]",list(int) -> list(int)1189head,"([7, 11],)",7,list(int) -> int1190rotate-k with k=4,"([7, 9, 13, 6, 10, 10, 14, 4, 11, 3, 0, 3, 12, 13, 13, 16],)","[12, 13, 13, 16, 7, 9, 13, 6, 10, 10, 14, 4, 11, 3, 0, 3]",list(int) -> list(int)1191remove-mod-k with k=3,"([11, 9, 10, 15, 0, 1, 13],)","[11, 10, 1, 13]",list(int) -> list(int)1192Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char)1193kth-smallest with k=4,"([2, 1, 12, 15],)",15,list(int) -> int1194slice-k-n with k=1 and n=5,"([5, 7, 4, 16, 10, 8, 12],)","[5, 7, 4, 16, 10]",list(int) -> list(int)1195mult-k with k=2,"([9, 5, 11, 4, 6],)","[18, 10, 22, 8, 12]",list(int) -> list(int)1196bool-identify-is-mod-k with k=2,"([2, 9, 11, 15],)","[True, False, False, False]",list(int) -> list(bool)1197parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char)1198pow-k with k=3,"([1, 16, 12],)","[1, 4096, 1728]",list(int) -> list(int)1199Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char)1200bool-identify-k with k=3,"([10, 0, 15, 9, 13],)","[False, False, False, False, False]",list(int) -> list(bool)