description,input,output,types "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) rotate-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) append-k with k=5,"([3, 1, 4, 9],)","[3, 1, 4, 9, 5]",list(int) -> list(int) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) remove-mod-k with k=2,"([10, 10, 16, 7, 2],)",[7],list(int) -> list(int) slice-k-n with k=1 and n=3,"([14, 13, 13, 2, 12, 5, 15, 3],)","[14, 13, 13]",list(int) -> list(int) caesar-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) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) bool-identify-k with k=3,"([5, 16, 12],)","[False, False, False]",list(int) -> list(bool) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) remove-index-k with k=4,"([15, 1, 4, 12],)","[15, 1, 4]",list(int) -> list(int) index-head,"([2, 0, 15, 9, 10, 14],)",15,list(int) -> int pow-k with k=2,"([13, 11, 10, 12, 13],)","[169, 121, 100, 144, 169]",list(int) -> list(int) slice-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) count-k with k=3,"([3, 3, 3, 4],)",3,list(int) -> int slice-k-n with k=4 and n=3,"([0, 1, 7, 16, 12, 13, 12, 1, 2],)","[16, 12, 13]",list(int) -> list(int) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) slice-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) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) count-k with k=3,"([2, 8, 0, 14, 3, 10],)",1,list(int) -> int nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) sort,"([8],)",[8],list(int) -> list(int) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) dup,"([10, 7],)","[10, 10, 7, 7]",list(int) -> list(int) remove-mod-head,"([6, 36],)",[],list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=2,"([0],)",[1],list(int) -> list(int) drop-k with k=2,"([5, 16, 1, 6, 12, 5, 6, 10, 10],)","[1, 6, 12, 5, 6, 10, 10]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) drop-k with k=2,"([13, 10, 5, 13, 5, 1],)","[5, 13, 5, 1]",list(int) -> list(int) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) mult-k with k=3,"([0, 13, 3, 9, 1],)","[0, 39, 9, 27, 3]",list(int) -> list(int) remove-mod-head,"([1, 2, 3],)",[],list(int) -> list(int) bool-identify-k with k=1,"([15, 16],)","[False, False]",list(int) -> list(bool) remove eq 0,"([6, 2, 4, 0, 2],)","[6, 2, 4, 2]",list(int) -> list(int) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 1, 0],)","[0, 0, 1]",list(int) -> list(int) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) add-k with k=1,"([],)",[],list(int) -> list(int) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) append-index-k with k=3,"([8, 6, 13, 11, 15, 2],)","[8, 6, 13, 11, 15, 2, 13]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) append-index-k with k=2,"([12, 14, 9],)","[12, 14, 9, 14]",list(int) -> list(int) has-k with k=1,"([15, 7, 6, 15, 7],)",False,list(int) -> bool Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) min,"([15, 5, 8, 12],)",5,list(int) -> int Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) count-k with k=1,"([5, 8, 4, 13, 12],)",0,list(int) -> int index-k with k=2,"([13, 2],)",2,list(int) -> int First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) head,"([5, 6, 2, 8, 9],)",5,list(int) -> int range,"(2,)","[0, 1]",int -> list(int) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) slice-k-n with k=1 and n=1,"([8, 6, 15, 14],)",[8],list(int) -> list(int) bool-identify-is-mod-k with k=1,"([1, 1, 1],)","[True, True, True]",list(int) -> list(bool) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) take-k with k=2,"([1, 9, 12, 12, 2, 3, 5, 15],)","[1, 9]",list(int) -> list(int) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) append-k with k=0,"([8, 10, 0],)","[8, 10, 0, 0]",list(int) -> list(int) append-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) rotate-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) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) remove-mod-head,"([4, 5, 11, 11],)","[5, 11, 11]",list(int) -> list(int) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) remove-mod-k with k=5,"([30],)",[],list(int) -> list(int) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) replace-all-with-index-k with k=2,"([11, 7, 16, 14, 13, 12],)","[7, 7, 7, 7, 7, 7]",list(int) -> list(int) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) bool-identify-k with k=2,"([8],)",[False],list(int) -> list(bool) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) remove-mod-head,"([2, 9, 1, 6],)","[9, 1]",list(int) -> list(int) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) repeat-k with k=4,"([6],)","[6, 6, 6, 6]",list(int) -> list(int) prepend-k with k=2,"([],)",[2],list(int) -> list(int) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) remove-index-k with k=3,"([1, 14, 9, 7, 11, 16],)","[1, 14, 7, 11, 16]",list(int) -> list(int) repeat-k with k=2,"([2, 10, 13, 15, 3],)","[2, 10, 13, 15, 3, 2, 10, 13, 15, 3]",list(int) -> list(int) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) repeat-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) mult-k with k=5,"([8, 2, 14],)","[40, 10, 70]",list(int) -> list(int) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) repeat-k with k=2,"([0, 4],)","[0, 4, 0, 4]",list(int) -> list(int) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) bool-identify-k with k=1,"([1, 1, 1],)","[True, True, True]",list(int) -> list(bool) bool-identify-is-prime,"([2, 3, 4, 5, 7, 9],)","[True, True, False, True, True, False]",list(int) -> list(bool) has-k with k=0,"([],)",False,list(int) -> bool Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) odds,"([15],)",[15],list(int) -> list(int) prepend-k with k=4,"([16, 5, 0, 2, 3],)","[4, 16, 5, 0, 2, 3]",list(int) -> list(int) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) len,"([15, 15, 0, 1, 3, 16],)",6,list(int) -> int remove eq 3,"([2, 6, 4, 5, 4],)","[2, 6, 4, 5, 4]",list(int) -> list(int) kth-largest with k=3,"([7, 11, 12, 8, 15, 1, 9, 2],)",11,list(int) -> int fibonacci,"(2,)",1,int -> int is-evens,"([3, 6, 4],)",False,list(int) -> bool Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) replace-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) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) caesar-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) caesar-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) take-k with k=1,"([15, 12],)",[15],list(int) -> list(int) mult-k with k=5,"([3, 9, 12, 12, 4, 12],)","[15, 45, 60, 60, 20, 60]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) modulo-k with k=2,"([12, 15],)","[0, 1]",list(int) -> list(int) repeat-k with k=2,"([4, 16, 0, 8],)","[4, 16, 0, 8, 4, 16, 0, 8]",list(int) -> list(int) index-k with k=5,"([0, 4, 2, 11, 6, 4, 9, 11, 5, 11, 1, 0],)",6,list(int) -> int slice-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) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([0, 3, 1],)","[3, 2, 0]",list(int) -> list(int) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([],)",[],list(int) -> list(int) kth-smallest with k=2,"([10, 5],)",10,list(int) -> int remove-mod-k with k=4,"([20],)",[],list(int) -> list(int) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) product,"([0, 4, 11, 12, 15, 5, 2],)",0,list(int) -> int First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([2, 1, 2],)","[0, 3, 0]",list(int) -> list(int) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) index-k with k=2,"([1, 11],)",11,list(int) -> int modulo-k with k=4,"([2, 3, 14, 5, 3, 3],)","[2, 3, 2, 1, 3, 3]",list(int) -> list(int) take-k with k=2,"([14, 14],)","[14, 14]",list(int) -> list(int) keep eq 0,"([3, 2, 5, 0, 1],)",[0],list(int) -> list(int) count-k with k=3,"([12, 3, 14],)",1,list(int) -> int "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) kth-largest with k=2,"([3, 13, 12],)",12,list(int) -> int Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) mult-k with k=5,"([7, 3, 15, 2, 12],)","[35, 15, 75, 10, 60]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([4, 3, 2, 4, 2],)","[3, 2, 1, 3, 1]",list(int) -> list(int) Drop last 3 characters,"('857',)",,list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) slice-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) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) prepend-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) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) tail,"([5, 9, 14],)","[9, 14]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) remove gt 0,"([1, 5, 0, 5, 6],)",[0],list(int) -> list(int) slice-k-n with k=1 and n=1,"([15, 11, 7, 8, 10, 16],)",[15],list(int) -> list(int) kth-smallest with k=4,"([13, 12, 15, 1, 7, 3, 16, 10, 12, 14],)",10,list(int) -> int rotate-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) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) empty,"([],)",True,list(int) -> bool nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) pop,"([14, 15, 8],)","[14, 15]",list(int) -> list(int) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) min,"([0],)",0,list(int) -> int "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) keep-mod-k with k=4,"([20, 6, 28, 4, 32],)","[20, 28, 4, 32]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=5,"([2, 2],)","[4, 4]",list(int) -> list(int) keep-mod-head,"([10, 2, 12, 9],)",[],list(int) -> list(int) bool-identify-k with k=1,"([6, 1, 1, 1],)","[False, True, True, True]",list(int) -> list(bool) slice-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) prepend-k with k=5,"([12, 15, 6, 1, 7, 2],)","[5, 12, 15, 6, 1, 7, 2]",list(int) -> list(int) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) remove eq 0,"([4, 4, 1, 4, 5],)","[4, 4, 1, 4, 5]",list(int) -> list(int) slice-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) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) slice-k-n with k=1 and n=2,"([9, 9, 13, 7, 1],)","[9, 9]",list(int) -> list(int) remove gt 3,"([5, 4, 4, 2, 4],)",[2],list(int) -> list(int) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) has-k with k=5,"([10, 0, 15, 9, 13],)",False,list(int) -> bool keep eq 3,"([2, 0, 0, 0, 3],)",[3],list(int) -> list(int) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) remove-mod-k with k=3,"([7],)",[7],list(int) -> list(int) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) bool-identify-is-mod-k with k=5,"([5],)",[True],list(int) -> list(bool) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) prepend-k with k=3,"([10, 0, 8, 0],)","[3, 10, 0, 8, 0]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([2, 6],)","[True, True]",list(int) -> list(bool) replace-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) rotate-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) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=2,"([],)",[],list(int) -> list(int) slice-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) append-index-k with k=3,"([6, 15, 6, 15, 5, 13],)","[6, 15, 6, 15, 5, 13, 6]",list(int) -> list(int) bool-identify-is-prime,"([5],)",[True],list(int) -> list(bool) index-k with k=3,"([16, 1, 14],)",14,list(int) -> int nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) replace-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) keep squares,"([4, 9, 1, 16, 1, 25, 9],)","[4, 9, 1, 16, 1, 25, 9]",list(int) -> list(int) append-k with k=1,"([4, 0, 6, 13, 5, 15, 6],)","[4, 0, 6, 13, 5, 15, 6, 1]",list(int) -> list(int) slice-k-n with k=1 and n=1,"([14, 1, 5, 9, 0, 15, 14, 9, 12, 13],)",[14],list(int) -> list(int) repeat-k with k=5,"([1, 6],)","[1, 6, 1, 6, 1, 6, 1, 6, 1, 6]",list(int) -> list(int) add-k with k=3,"([9, 14, 9],)","[12, 17, 12]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) is-mod-k with k=3,"([1, 6, 11, 14, 7, 6, 2],)",False,list(int) -> bool is-mod-k with k=4,"([8],)",True,list(int) -> bool last,"([1, 2, 3],)",3,list(int) -> int prepend-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) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) add-k with k=3,"([1, 9, 7, 8],)","[4, 12, 10, 11]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([2, 2],)","[1, 1]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) prepend-k with k=4,"([1, 14, 7, 14, 10],)","[4, 1, 14, 7, 14, 10]",list(int) -> list(int) slice-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) remove-index-k with k=1,"([12, 15, 10, 10, 3, 8, 1],)","[15, 10, 10, 3, 8, 1]",list(int) -> list(int) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) bool-identify-k with k=3,"([],)",[],list(int) -> list(bool) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) sort-and-deduplicate,"([1, 0, 3, 9, 2],)","[0, 1, 2, 3, 9]",list(int) -> list(int) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) drop-k with k=1,"([13, 2],)",[2],list(int) -> list(int) mult-k with k=4,"([15],)",[60],list(int) -> list(int) drop-k with k=3,"([16, 9, 15, 4],)",[4],list(int) -> list(int) sort-and-deduplicate,"([1, 6, 2, 4],)","[1, 2, 4, 6]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=4,"([2, 0],)","[1, 3]",list(int) -> list(int) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) modulo-k with k=3,"([6, 8, 1, 3],)","[0, 2, 1, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=4,"([],)",[],list(int) -> list(int) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) take-k with k=1,"([10, 13, 10, 5],)",[10],list(int) -> list(int) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) rotate-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) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) append-k with k=3,"([12, 15, 12],)","[12, 15, 12, 3]",list(int) -> list(int) prepend-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) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) mult-k with k=2,"([],)",[],list(int) -> list(int) slice-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) reverse,"([14, 12],)","[12, 14]",list(int) -> list(int) bool-identify-k with k=0,"([16, 12, 15],)","[False, False, False]",list(int) -> list(bool) kth-smallest with k=1,"([12, 14, 13],)",12,list(int) -> int Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) take-k with k=5,"([10, 5, 1, 13, 10, 8, 9, 10, 13, 7, 5],)","[10, 5, 1, 13, 10]",list(int) -> list(int) replace-all-with-index-k with k=4,"([0, 4, 2, 5],)","[5, 5, 5, 5]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=2,"([0],)",[1],list(int) -> list(int) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) slice-k-n with k=1 and n=2,"([10, 13, 8, 0, 11, 12, 14, 7, 9, 8],)","[10, 13]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) keep-mod-k with k=3,"([],)",[],list(int) -> list(int) bool-identify-is-mod-k with k=5,"([13, 5, 5, 8],)","[False, True, True, False]",list(int) -> list(bool) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) keep-mod-k with k=2,"([4, 9, 4, 4],)","[4, 4, 4]",list(int) -> list(int) prepend-k with k=1,"([16, 9, 10, 8, 8, 1, 0],)","[1, 16, 9, 10, 8, 8, 1, 0]",list(int) -> list(int) has-k with k=4,"([9, 4, 3, 4],)",True,list(int) -> bool has-k with k=2,"([0, 2],)",True,list(int) -> bool drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) remove 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)) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) remove eq 2,"([2, 5, 5, 4, 6],)","[5, 5, 4, 6]",list(int) -> list(int) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) repeat-many,"([1, 0, 1],)","[0, 1]",list(int) -> list(int) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) take-k with k=4,"([7, 13, 13, 8],)","[7, 13, 13, 8]",list(int) -> list(int) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) slice-k-n with k=5 and n=1,"([2, 11, 14, 5, 8, 11, 7],)",[8],list(int) -> list(int) add-k with k=1,"([14],)",[15],list(int) -> list(int) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) is-mod-k with k=1,"([1, 12, 3],)",True,list(int) -> bool slice-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) slice-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) is-primes,"([17, 193, 149, 13, 3, 47],)",True,list(int) -> bool parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) odds,"([4, 2],)",[],list(int) -> list(int) rotate-k with k=3,"([0, 6, 9, 4, 16, 10, 12],)","[16, 10, 12, 0, 6, 9, 4]",list(int) -> list(int) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) count-k with k=4,"([15, 1, 2, 7, 5, 4, 0],)",1,list(int) -> int caesar-cipher-k-modulo-n with k=5 and n=2,"([1, 0, 1, 1],)","[0, 1, 0, 0]",list(int) -> list(int) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) count-k with k=4,"([6, 4, 4, 0],)",2,list(int) -> int has-k with k=0,"([],)",False,list(int) -> bool Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) keep gt 0,"([6, 6, 0, 4, 4],)","[6, 6, 4, 4]",list(int) -> list(int) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) remove-index-k with k=1,"([2, 8, 12],)","[8, 12]",list(int) -> list(int) count-k with k=2,"([2, 2, 2, 2, 2, 2, 2],)",7,list(int) -> int kth-smallest with k=4,"([6, 14, 4, 7, 12, 4, 3],)",6,list(int) -> int Drop last 1 characters,"('290',)",29,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) bool-identify-is-mod-k with k=2,"([2, 8, 0, 14, 3, 10],)","[True, True, True, True, False, True]",list(int) -> list(bool) slice-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) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) bool-identify-geq-k with k=1,"([4],)",[True],list(int) -> list(bool) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) remove eq 0,"([1, 4, 0, 1, 1],)","[1, 4, 1, 1]",list(int) -> list(int) count-k with k=5,"([8],)",0,list(int) -> int Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) count-k with k=0,"([16, 12, 15],)",0,list(int) -> int Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) caesar-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) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) is-mod-k with k=2,"([],)",True,list(int) -> bool nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) repeat-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) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) mult-k with k=3,"([10, 0, 1, 2, 6, 4],)","[30, 0, 3, 6, 18, 12]",list(int) -> list(int) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) keep squares,"([16, 1, 1, 9, 9, 7, 9],)","[16, 1, 1, 9, 9, 9]",list(int) -> list(int) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) reverse,"([2, 0, 4],)","[4, 0, 2]",list(int) -> list(int) kth-largest with k=3,"([9, 12, 12, 2, 16, 1, 3, 4, 16],)",12,list(int) -> int nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) repeat-many,"([2, 15, 1],)","[15, 1, 15, 1]",list(int) -> list(int) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) pow-k with k=4,"([0, 9, 12, 7, 0],)","[0, 6561, 20736, 2401, 0]",list(int) -> list(int) remove-index-k with k=5,"([16, 16, 6, 6, 11, 5, 9, 14],)","[16, 16, 6, 6, 5, 9, 14]",list(int) -> list(int) slice-k-n with k=1 and n=3,"([15, 14, 7, 2, 13, 14, 7],)","[15, 14, 7]",list(int) -> list(int) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) keep squares,"([16, 1, 1, 9, 9, 7, 9],)","[16, 1, 1, 9, 9, 9]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=4,"([0],)",[3],list(int) -> list(int) Prepend '+174',"('851',)",+174851,list(char) -> list(char) odds,"([6, 10],)",[],list(int) -> list(int) sort,"([8, 2, 10, 14],)","[2, 8, 10, 14]",list(int) -> list(int) kth-smallest with k=2,"([2, 2, 13, 0, 13, 5, 2, 6, 2],)",2,list(int) -> int parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) bool-identify-is-mod-k with k=1,"([3, 6, 1, 15, 12, 13],)","[True, True, True, True, True, True]",list(int) -> list(bool) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) count-k with k=1,"([1, 1, 1, 4, 1, 1],)",5,list(int) -> int Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) remove eq 3,"([1, 4, 1, 6, 4],)","[1, 4, 1, 6, 4]",list(int) -> list(int) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) keep-mod-head,"([12, 3],)",[],list(int) -> list(int) slice-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) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) slice-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) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) add-k with k=5,"([4, 5, 4, 0, 8, 9],)","[9, 10, 9, 5, 13, 14]",list(int) -> list(int) replace-all-with-index-k with k=3,"([15, 14, 8, 5],)","[8, 8, 8, 8]",list(int) -> list(int) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) evens,"([6, 4, 7],)","[6, 4]",list(int) -> list(int) slice-k-n with k=4 and n=2,"([3, 8, 0, 14, 10, 16, 6, 9, 10, 3],)","[14, 10]",list(int) -> list(int) mult-k with k=0,"([5, 15, 8, 6],)","[0, 0, 0, 0]",list(int) -> list(int) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) prepend-k with k=1,"([9, 6, 16, 11],)","[1, 9, 6, 16, 11]",list(int) -> list(int) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) count-k with k=4,"([4, 4, 14, 4, 16],)",3,list(int) -> int "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) remove gt 1,"([3, 5, 2, 6, 3],)",[],list(int) -> list(int) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) modulo-k with k=5,"([11],)",[1],list(int) -> list(int) keep-mod-k with k=3,"([],)",[],list(int) -> list(int) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) modulo-k with k=5,"([10],)",[0],list(int) -> list(int) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=5,"([2, 3, 3],)","[1, 2, 2]",list(int) -> list(int) append-k with k=5,"([2, 13],)","[2, 13, 5]",list(int) -> list(int) keep-mod-k with k=4,"([2, 8, 5, 7],)",[8],list(int) -> list(int) slice-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) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([1, 0, 1, 1],)","[0, 2, 0, 0]",list(int) -> list(int) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) kth-smallest with k=5,"([9, 5, 0, 0, 13, 1, 16, 0, 9, 3, 1],)",1,list(int) -> int Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) "Take first character and append ','","('546',)","5,",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) replace-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) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) rotate-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) sort-and-deduplicate,"([3, 2, 10, 5],)","[2, 3, 5, 10]",list(int) -> list(int) bool-identify-is-mod-k with k=5,"([11, 10, 12, 13, 2],)","[False, True, False, False, False]",list(int) -> list(bool) is-mod-k with k=2,"([18, 24, 14, 22, 12, 28],)",True,list(int) -> bool Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) odds,"([2, 5, 4, 2, 0, 5, 1, 1],)","[5, 5, 1, 1]",list(int) -> list(int) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) empty,"([0],)",False,list(int) -> bool slice-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) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) keep eq 0,"([0, 4, 6, 2, 6],)",[0],list(int) -> list(int) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) has-k with k=2,"([12, 4, 7, 15],)",False,list(int) -> bool nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) rotate-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) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) count-k with k=2,"([14, 0, 2, 6],)",1,list(int) -> int slice-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) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) bool-identify-k with k=0,"([3, 14, 15, 0],)","[False, False, False, True]",list(int) -> list(bool) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([3],)",[True],list(int) -> list(bool) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) replace-all-with-index-k with k=2,"([10, 11, 9, 13],)","[11, 11, 11, 11]",list(int) -> list(int) prepend-k with k=3,"([5, 3, 0, 3, 7],)","[3, 5, 3, 0, 3, 7]",list(int) -> list(int) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) keep primes,"([19, 11, 17, 23, 8, 4, 0],)","[19, 11, 17, 23]",list(int) -> list(int) mult-k with k=2,"([12, 13, 2, 4, 7, 15, 12],)","[24, 26, 4, 8, 14, 30, 24]",list(int) -> list(int) remove-index-k with k=3,"([9, 11, 13, 2, 9],)","[9, 11, 2, 9]",list(int) -> list(int) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) prepend-index-k with k=2,"([9, 12, 3, 13],)","[12, 9, 12, 3, 13]",list(int) -> list(int) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) append-k with k=4,"([5, 10, 10, 6, 11, 0],)","[5, 10, 10, 6, 11, 0, 4]",list(int) -> list(int) drop-k with k=2,"([13, 0],)",[],list(int) -> list(int) caesar-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) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([11, 0, 1],)","[False, True, False]",list(int) -> list(bool) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) append-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) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) index-k with k=1,"([10, 4, 16, 1],)",10,list(int) -> int nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) slice-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) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) mult-k with k=3,"([12, 7, 7],)","[36, 21, 21]",list(int) -> list(int) prepend-k with k=1,"([9, 15, 2],)","[1, 9, 15, 2]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) slice-k-n with k=4 and n=2,"([5, 5, 10, 13, 4, 1, 14, 4],)","[13, 4]",list(int) -> list(int) modulo-k with k=2,"([7, 0, 3, 12, 12],)","[1, 0, 1, 0, 0]",list(int) -> list(int) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) min,"([10, 14, 2],)",2,list(int) -> int "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) keep gt 2,"([4, 2, 2, 5, 5],)","[4, 5, 5]",list(int) -> list(int) drop-k with k=4,"([5, 12, 2, 4, 15, 16],)","[15, 16]",list(int) -> list(int) mult-k with k=4,"([3],)",[12],list(int) -> list(int) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) bool-identify-k with k=2,"([2, 2, 2, 2, 2, 2],)","[True, True, True, True, True, True]",list(int) -> list(bool) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) kth-smallest with k=4,"([2, 1, 12, 15],)",15,list(int) -> int Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) index-k with k=3,"([5, 12, 14, 13, 2, 3, 14, 5, 3],)",14,list(int) -> int First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) replace-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) count-k with k=0,"([0, 8],)",1,list(int) -> int Take first 2 characters,"('334',)",33,list(char) -> list(char) prepend-k with k=4,"([16, 9, 3],)","[4, 16, 9, 3]",list(int) -> list(int) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) repeat-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) remove eq 2,"([5, 3, 5, 5, 2],)","[5, 3, 5, 5]",list(int) -> list(int) slice-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) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) keep gt 3,"([6, 6, 4, 1, 4],)","[6, 6, 4, 4]",list(int) -> list(int) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) add-k with k=5,"([12],)",[17],list(int) -> list(int) slice-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) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) remove gt 1,"([5, 6, 6, 3, 0],)",[0],list(int) -> list(int) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) prepend-k with k=0,"([5],)","[0, 5]",list(int) -> list(int) bool-identify-geq-k with k=0,"([10, 6, 8, 4, 6, 6, 7],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) odds,"([1, 1, 3],)","[1, 1, 3]",list(int) -> list(int) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) tail,"([2, 10, 3, 12],)","[10, 3, 12]",list(int) -> list(int) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) bool-identify-geq-k with k=1,"([6, 1, 3, 4, 15, 3],)","[True, True, True, True, True, True]",list(int) -> list(bool) min,"([1],)",1,list(int) -> int ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) bool-identify-is-mod-k with k=4,"([4, 4, 2, 4, 4, 4],)","[True, True, False, True, True, True]",list(int) -> list(bool) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) kth-largest with k=2,"([8, 13, 5, 2],)",8,list(int) -> int modulo-k with k=4,"([0, 13, 1, 10, 5, 2, 8],)","[0, 1, 1, 2, 1, 2, 0]",list(int) -> list(int) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) slice-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) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) max,"([4, 12],)",12,list(int) -> int append-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) rotate-k with k=2,"([0, 13, 14, 13, 1, 14, 12],)","[14, 12, 0, 13, 14, 13, 1]",list(int) -> list(int) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) is-squares,"([196, 49, 9, 1, 81, 81, 25],)",True,list(int) -> bool Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) rotate-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) keep primes,"([3, 19, 37, 3, 29, 31, 7],)","[3, 19, 37, 3, 29, 31, 7]",list(int) -> list(int) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) repeat-k with k=3,"([8],)","[8, 8, 8]",list(int) -> list(int) bool-identify-geq-k with k=1,"([3, 3, 3, 3],)","[True, True, True, True]",list(int) -> list(bool) has-k with k=2,"([2],)",True,list(int) -> bool Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) bool-identify-k with k=4,"([],)",[],list(int) -> list(bool) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) count-k with k=2,"([2, 2, 2, 2, 16, 2],)",5,list(int) -> int Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) rotate-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) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([2, 0, 1, 1],)","[3, 1, 2, 2]",list(int) -> list(int) keep squares,"([9, 0, 16, 1, 16, 0, 3],)","[9, 0, 16, 1, 16, 0]",list(int) -> list(int) mult-k with k=5,"([4, 12, 3, 15, 5, 5, 2],)","[20, 60, 15, 75, 25, 25, 10]",list(int) -> list(int) product,"([7, 15],)",105,list(int) -> int nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) kth-largest with k=5,"([1, 12, 11, 6, 11, 15, 11, 2, 7, 8, 13],)",11,list(int) -> int append-index-k with k=1,"([15, 4, 3],)","[15, 4, 3, 15]",list(int) -> list(int) bool-identify-k with k=1,"([1, 1, 1, 1],)","[True, True, True, True]",list(int) -> list(bool) is-mod-k with k=5,"([],)",True,list(int) -> bool Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) min,"([3, 15, 14, 3, 5, 15],)",3,list(int) -> int ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) +1 maximum list,"([8, 7, 5, 9, 7],)",10,list(int) -> int add-k with k=4,"([],)",[],list(int) -> list(int) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) take-k with k=1,"([1, 16, 3, 16, 0],)",[1],list(int) -> list(int) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) kth-smallest with k=5,"([6, 3, 5, 7, 6, 5, 11],)",6,list(int) -> int append-index-k with k=3,"([0, 13, 12, 12],)","[0, 13, 12, 12, 12]",list(int) -> list(int) mult-k with k=0,"([7, 11, 13, 15, 16, 16],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) slice-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) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) append-k with k=3,"([3, 3],)","[3, 3, 3]",list(int) -> list(int) bool-identify-k with k=2,"([2, 2],)","[True, True]",list(int) -> list(bool) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) slice-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) prepend-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) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) replace-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) keep gt 2,"([1, 0, 1, 4, 0],)",[4],list(int) -> list(int) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) repeat-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) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) prepend-index-k with k=1,"([6, 7, 16, 16, 6],)","[6, 6, 7, 16, 16, 6]",list(int) -> list(int) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) remove empty lists,"([[], [True, False], [False], [False, True]],)","[[True, False], [False], [False, True]]",list(list(bool)) -> list(list(bool)) slice-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) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) count-k with k=2,"([2],)",1,list(int) -> int Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) keep eq 1,"([5, 0, 6, 6, 0],)",[],list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=2,"([1],)",[0],list(int) -> list(int) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) replace-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) Take first character and append ')',"('414',)",4),list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) append-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) rotate-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) prepend-k with k=3,"([13, 14, 10, 10, 14, 14],)","[3, 13, 14, 10, 10, 14, 14]",list(int) -> list(int) slice-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) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) keep-mod-k with k=3,"([0, 0, 15, 4, 16],)","[0, 0, 15]",list(int) -> list(int) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) keep eq 3,"([0, 3, 5, 3, 5],)","[3, 3]",list(int) -> list(int) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) prepend-k with k=2,"([],)",[2],list(int) -> list(int) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) prepend-k with k=1,"([5, 10, 10, 14, 10, 8, 6],)","[1, 5, 10, 10, 14, 10, 8, 6]",list(int) -> list(int) rotate-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) kth-largest with k=3,"([8, 5, 1, 4, 15, 4, 9, 11, 1],)",9,list(int) -> int keep gt 1,"([2, 3, 4, 5, 6],)","[2, 3, 4, 5, 6]",list(int) -> list(int) slice-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) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) has-head-in-tail,"([1, 2, 3],)",False,list(int) -> bool nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) remove-mod-k with k=4,"([10, 14],)","[10, 14]",list(int) -> list(int) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) repeat-k with k=3,"([10, 9],)","[10, 9, 10, 9, 10, 9]",list(int) -> list(int) prepend-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) rotate-k with k=2,"([11, 16, 7, 7, 6, 3, 16, 12],)","[16, 12, 11, 16, 7, 7, 6, 3]",list(int) -> list(int) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) drop-k with k=4,"([0, 13, 4, 2],)",[],list(int) -> list(int) Prepend '+174',"('S',)",+174S,list(char) -> list(char) is-mod-k with k=5,"([65, 60],)",True,list(int) -> bool slice-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) prepend-k with k=2,"([14],)","[2, 14]",list(int) -> list(int) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) sort-and-deduplicate,"([4, 9, 2],)","[2, 4, 9]",list(int) -> list(int) slice-k-n with k=5 and n=2,"([4, 15, 6, 1, 4, 4, 11, 5, 15, 12],)","[4, 4]",list(int) -> list(int) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) prepend-index-k with k=2,"([7, 12],)","[12, 7, 12]",list(int) -> list(int) Take first 3 characters,"('766',)",766,list(char) -> list(char) rotate-k with k=1,"([8, 5, 16, 12, 11],)","[11, 8, 5, 16, 12]",list(int) -> list(int) repeat-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) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) slice-k-n with k=3 and n=1,"([3, 4, 14, 6, 13, 1, 6, 5],)",[14],list(int) -> list(int) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) append-k with k=2,"([4, 2, 12, 14, 9],)","[4, 2, 12, 14, 9, 2]",list(int) -> list(int) index-k with k=3,"([6, 2, 6, 12],)",6,list(int) -> int slice-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) slice-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) remove gt 1,"([6, 3, 4, 1, 6],)",[1],list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) kth-largest with k=2,"([10, 5, 5],)",5,list(int) -> int drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) keep eq 0,"([2, 4, 5, 6, 1],)",[],list(int) -> list(int) bool-identify-is-prime,"([2, 0],)","[True, False]",list(int) -> list(bool) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) bool-identify-k with k=4,"([15, 1, 2, 7, 5, 4, 0],)","[False, False, False, False, False, True, False]",list(int) -> list(bool) slice-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) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) bool-identify-k with k=4,"([4, 4, 4, 4, 4],)","[True, True, True, True, True]",list(int) -> list(bool) replace-all-with-index-k with k=4,"([0, 15, 16, 5],)","[5, 5, 5, 5]",list(int) -> list(int) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) product,"([3, 1, 5, 9, 13],)",1755,list(int) -> int caesar-cipher-k-modulo-n with k=2 and n=5,"([0],)",[2],list(int) -> list(int) keep gt 3,"([0, 0, 6, 6, 4],)","[6, 6, 4]",list(int) -> list(int) slice-k-n with k=3 and n=2,"([1, 0, 11, 10, 7, 15, 3],)","[11, 10]",list(int) -> list(int) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) is-mod-k with k=3,"([36, 27, 45, 21, 18, 45],)",True,list(int) -> bool nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) replace-all-with-index-k with k=5,"([10, 16, 9, 13, 14, 13],)","[14, 14, 14, 14, 14, 14]",list(int) -> list(int) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) add-k with k=2,"([2, 4, 3, 13, 13],)","[4, 6, 5, 15, 15]",list(int) -> list(int) keep-mod-k with k=5,"([7, 5],)",[5],list(int) -> list(int) pop,"([2, 0, 1, 11, 11, 10],)","[2, 0, 1, 11, 11]",list(int) -> list(int) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) modulo-k with k=3,"([6, 8, 2, 2],)","[0, 2, 2, 2]",list(int) -> list(int) keep-mod-k with k=3,"([18, 0],)","[18, 0]",list(int) -> list(int) bool-identify-is-mod-k with k=4,"([9, 4, 5],)","[False, True, False]",list(int) -> list(bool) kth-largest with k=1,"([0, 1, 2, 7, 16, 3],)",16,list(int) -> int "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) bool-identify-k with k=2,"([2],)",[True],list(int) -> list(bool) remove eq 1,"([3, 0, 2, 3, 0],)","[3, 0, 2, 3, 0]",list(int) -> list(int) slice-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) remove gt 3,"([0, 3, 1, 0, 0],)","[0, 3, 1, 0, 0]",list(int) -> list(int) drop-k with k=2,"([12, 5, 7, 15, 6],)","[7, 15, 6]",list(int) -> list(int) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) bool-identify-is-mod-k with k=4,"([14],)",[False],list(int) -> list(bool) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) append-k with k=0,"([2, 2, 9],)","[2, 2, 9, 0]",list(int) -> list(int) index-k with k=1,"([8, 1, 10, 4, 3],)",8,list(int) -> int parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) remove eq 2,"([4, 6, 3, 4, 6],)","[4, 6, 3, 4, 6]",list(int) -> list(int) Take first 2 characters,"('334',)",33,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) has-k with k=2,"([9, 6],)",False,list(int) -> bool prepend-index-k with k=1,"([16, 0, 8],)","[16, 16, 0, 8]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([4, 2, 2],)","[3, 1, 1]",list(int) -> list(int) kth-smallest with k=5,"([14, 6, 15, 10, 7, 8, 16, 16, 14],)",14,list(int) -> int bool-identify-geq-k with k=3,"([2, 9, 2, 2, 2],)","[False, True, False, False, False]",list(int) -> list(bool) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) remove-mod-head,"([3, 1, 3, 4, 7, 6, 9, 2],)","[1, 4, 7, 2]",list(int) -> list(int) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) keep-mod-k with k=3,"([3, 4, 13, 10, 0],)","[3, 0]",list(int) -> list(int) index-k with k=4,"([14, 9, 7, 11],)",11,list(int) -> int slice-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) rotate-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) len,"([2, 7],)",2,list(int) -> int Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) kth-smallest with k=5,"([9, 11, 7, 13, 15, 10, 10, 8],)",10,list(int) -> int Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) pow-k with k=5,"([0, 13, 1, 10, 5, 2, 8],)","[0, 371293, 1, 100000, 3125, 32, 32768]",list(int) -> list(int) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([0, 0, 0, 2, 2],)","[2, 2, 2, 1, 1]",list(int) -> list(int) bool-identify-k with k=1,"([],)",[],list(int) -> list(bool) caesar-cipher-k-modulo-n with k=5 and n=4,"([3, 1, 2, 1, 1],)","[0, 2, 3, 2, 2]",list(int) -> list(int) keep gt 0,"([5, 0, 0, 4, 4],)","[5, 4, 4]",list(int) -> list(int) append-k with k=2,"([4, 13, 1, 7, 8],)","[4, 13, 1, 7, 8, 2]",list(int) -> list(int) empty,"([6, 0, 14, 0, 2, 12],)",False,list(int) -> bool "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) slice-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) reverse,"([8, 7, 11, 7, 15, 11],)","[11, 15, 7, 11, 7, 8]",list(int) -> list(int) Take first character and append '(',"('82',)",8(,list(char) -> list(char) is-mod-k with k=3,"([],)",True,list(int) -> bool First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) sort,"([13],)",[13],list(int) -> list(int) keep-mod-head,"([7, 13],)",[],list(int) -> list(int) count-k with k=3,"([12, 3, 14],)",1,list(int) -> int has-k with k=1,"([0, 0, 5, 3],)",False,list(int) -> bool ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) keep-mod-head,"([10, 2, 12, 9],)",[],list(int) -> list(int) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) repeat-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) "Take first character and append ','","('546',)","5,",list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) keep-mod-k with k=5,"([11, 8, 16, 13],)",[],list(int) -> list(int) count-k with k=5,"([8],)",0,list(int) -> int Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) pow-k with k=4,"([2, 0, 1, 11, 11, 10],)","[16, 0, 1, 14641, 14641, 10000]",list(int) -> list(int) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) count-k with k=1,"([1, 1, 1, 1],)",4,list(int) -> int drop-k with k=5,"([13, 11, 10, 7, 13, 11, 9],)","[11, 9]",list(int) -> list(int) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) sort-and-deduplicate,"([8, 2, 10, 5],)","[2, 5, 8, 10]",list(int) -> list(int) remove-index-k with k=4,"([7, 14, 8, 15, 8],)","[7, 14, 8, 8]",list(int) -> list(int) slice-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) Drop last 1 characters,"('769',)",76,list(char) -> list(char) slice-k-n with k=1 and n=3,"([12, 4, 14, 2, 6, 9, 14],)","[12, 4, 14]",list(int) -> list(int) slice-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) keep-mod-k with k=4,"([0],)",[0],list(int) -> list(int) is-odds,"([21, 9, 33],)",True,list(int) -> bool nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) kth-largest with k=3,"([3, 9, 1, 7, 12, 5, 12, 4, 14, 12],)",12,list(int) -> int bool-identify-is-mod-k with k=2,"([5, 16, 12],)","[False, True, True]",list(int) -> list(bool) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) fibonacci,"(9,)",34,int -> int bool-identify-geq-k with k=3,"([11, 4, 4, 4, 4],)","[True, True, True, True, True]",list(int) -> list(bool) keep squares,"([9, 4, 1, 9, 4, 8, 6],)","[9, 4, 1, 9, 4]",list(int) -> list(int) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) has-k with k=1,"([0, 0, 5, 3],)",False,list(int) -> bool has-k with k=2,"([1, 2, 9, 16],)",True,list(int) -> bool bool-identify-geq-k with k=2,"([13],)",[True],list(int) -> list(bool) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) append-index-k with k=4,"([2, 4, 8, 9, 3],)","[2, 4, 8, 9, 3, 9]",list(int) -> list(int) repeat,"([3, 7],)","[7, 7, 7]",list(int) -> list(int) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) count-k with k=3,"([],)",0,list(int) -> int remove gt 3,"([5, 6, 1, 1, 3],)","[1, 1, 3]",list(int) -> list(int) drop-k with k=5,"([1, 8, 14, 3, 14, 3, 15, 11, 11, 14],)","[3, 15, 11, 11, 14]",list(int) -> list(int) remove eq 0,"([1, 4, 5, 2, 0],)","[1, 4, 5, 2]",list(int) -> list(int) slice-k-n with k=1 and n=2,"([9, 5, 1, 6, 8, 13, 16],)","[9, 5]",list(int) -> list(int) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) keep eq 0,"([3, 3, 3, 2, 1],)",[],list(int) -> list(int) remove gt 3,"([0, 2, 4, 4, 4],)","[0, 2]",list(int) -> list(int) count-head-in-tail,"([11],)",0,list(int) -> int tail,"([0, 1, 4],)","[1, 4]",list(int) -> list(int) mult-k with k=4,"([13, 15, 13],)","[52, 60, 52]",list(int) -> list(int) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) bool-identify-geq-k with k=3,"([12, 6, 11, 16, 7, 10, 3],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) append-k with k=3,"([12, 14],)","[12, 14, 3]",list(int) -> list(int) remove-mod-k with k=4,"([20, 11, 0, 20, 24, 10, 24],)","[11, 10]",list(int) -> list(int) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) keep gt 0,"([6, 4, 5, 2, 5],)","[6, 4, 5, 2, 5]",list(int) -> list(int) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) tail,"([1, 7, 4, 5, 3],)","[7, 4, 5, 3]",list(int) -> list(int) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) slice-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) caesar-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) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) pow-k with k=2,"([7, 14, 11],)","[49, 196, 121]",list(int) -> list(int) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) keep-mod-k with k=2,"([6, 8, 6, 14, 11, 4, 15],)","[6, 8, 6, 14, 4]",list(int) -> list(int) take-k with k=2,"([7, 6],)","[7, 6]",list(int) -> list(int) bool-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) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) remove-index-k with k=1,"([8, 10, 12, 11, 8, 8],)","[10, 12, 11, 8, 8]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([2, 2, 2, 4, 16],)","[True, True, True, True, True]",list(int) -> list(bool) add-k with k=5,"([10, 8, 4, 7],)","[15, 13, 9, 12]",list(int) -> list(int) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) has-k with k=4,"([7, 3, 14, 6, 3],)",False,list(int) -> bool mult-k with k=2,"([9, 13, 13, 15, 3, 6, 1],)","[18, 26, 26, 30, 6, 12, 2]",list(int) -> list(int) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) slice-k-n with k=3 and n=3,"([3, 3, 16, 13, 4, 15, 14],)","[16, 13, 4]",list(int) -> list(int) append-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) keep-mod-head,"([2],)",[],list(int) -> list(int) keep eq 2,"([0, 1, 4, 3, 6],)",[],list(int) -> list(int) slice-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) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) mult-k with k=3,"([7, 8, 4, 3, 7],)","[21, 24, 12, 9, 21]",list(int) -> list(int) append-index-k with k=1,"([4],)","[4, 4]",list(int) -> list(int) rotate-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) remove gt 1,"([5, 2, 5, 5, 2],)",[],list(int) -> list(int) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) remove-mod-k with k=5,"([0, 5],)",[],list(int) -> list(int) pow-k with k=3,"([12],)",[1728],list(int) -> list(int) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) bool-identify-is-prime,"([5, 11],)","[True, True]",list(int) -> list(bool) append-index-k with k=1,"([16, 2, 5],)","[16, 2, 5, 16]",list(int) -> list(int) keep-mod-k with k=4,"([16],)",[16],list(int) -> list(int) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) kth-largest with k=1,"([13, 2],)",13,list(int) -> int index-k with k=5,"([11, 11, 12, 5, 13, 11],)",13,list(int) -> int repeat-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) caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 1, 0],)","[0, 0, 1]",list(int) -> list(int) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) bool-identify-is-mod-k with k=2,"([12],)",[True],list(int) -> list(bool) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) remove-mod-head,"([4, 2, 6, 10, 8, 12],)","[2, 6, 10]",list(int) -> list(int) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) bool-identify-k with k=0,"([],)",[],list(int) -> list(bool) remove-mod-k with k=3,"([6, 3, 11, 12],)",[11],list(int) -> list(int) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) slice-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) rotate-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) prepend-k with k=3,"([6, 0],)","[3, 6, 0]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) has-k with k=2,"([2, 3, 6, 6, 7, 7],)",True,list(int) -> bool parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) has-k with k=4,"([16, 14, 7, 8, 7, 1, 3],)",False,list(int) -> bool ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) index-head,"([2, 0, 15, 9, 10, 14],)",15,list(int) -> int Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([3, 3, 3, 3, 3],)","[True, True, True, True, True]",list(int) -> list(bool) keep gt 1,"([4, 1, 1, 1, 4],)","[4, 4]",list(int) -> list(int) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) prepend-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) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) remove gt 0,"([5, 4, 2, 0, 6],)",[0],list(int) -> list(int) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) drop-k with k=1,"([0, 1, 2, 7, 16, 3],)","[1, 2, 7, 16, 3]",list(int) -> list(int) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) index-k with k=2,"([0, 8, 11, 16, 14, 13, 8],)",8,list(int) -> int Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) sort,"([9],)",[9],list(int) -> list(int) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) prepend-k with k=2,"([4, 3, 16, 15, 0],)","[2, 4, 3, 16, 15, 0]",list(int) -> list(int) Append '+138',"('TX',)",TX+138,list(char) -> list(char) bool-identify-is-mod-k with k=1,"([],)",[],list(int) -> list(bool) kth-smallest with k=3,"([16, 4, 10, 7, 5, 7, 1, 2],)",4,list(int) -> int nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([1, 2],)","[3, 0]",list(int) -> list(int) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) modulo-k with k=3,"([12, 4, 8, 11, 0, 8, 11],)","[0, 1, 2, 2, 0, 2, 2]",list(int) -> list(int) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) slice-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) add-k with k=1,"([4, 14, 1],)","[5, 15, 2]",list(int) -> list(int) keep eq 2,"([3, 6, 5, 6, 6],)",[],list(int) -> list(int) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) index-k with k=4,"([12, 9, 0, 0, 5],)",0,list(int) -> int Drop last 1 characters,"('290',)",29,list(char) -> list(char) slice-k-n with k=5 and n=1,"([8, 2, 13, 14, 12, 1, 7, 1, 13, 4, 5],)",[12],list(int) -> list(int) bool-identify-k with k=4,"([],)",[],list(int) -> list(bool) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) keep gt 0,"([3, 0, 1, 5, 6],)","[3, 1, 5, 6]",list(int) -> list(int) remove empty lists,"([[], [True, False], [], []],)","[[True, False]]",list(list(bool)) -> list(list(bool)) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) pop,"([4, 11, 7],)","[4, 11]",list(int) -> list(int) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) count-k with k=5,"([5],)",1,list(int) -> int count-k with k=4,"([4],)",1,list(int) -> int repeat-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) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) count-head-in-tail,"([1, 2, 3],)",0,list(int) -> int Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) kth-largest with k=4,"([14, 4, 4, 13, 12],)",4,list(int) -> int bool-identify-k with k=1,"([],)",[],list(int) -> list(bool) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) is-mod-k with k=4,"([10, 15, 6, 9, 16, 12],)",False,list(int) -> bool Take first character and append '.',"('290',)",2.,list(char) -> list(char) keep primes,"([9, 6, 11, 8, 0, 17, 31],)","[11, 17, 31]",list(int) -> list(int) has-k with k=1,"([6, 14, 4],)",False,list(int) -> bool First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) bool-identify-is-prime,"([2, 3, 4, 5, 7, 9],)","[True, True, False, True, True, False]",list(int) -> list(bool) bool-identify-k with k=1,"([1, 16, 1],)","[True, False, True]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=1 and n=5,"([],)",[],list(int) -> list(int) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) kth-smallest with k=5,"([10, 3, 8, 6, 6, 11, 3, 4, 1, 4, 8],)",4,list(int) -> int ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) repeat-k with k=2,"([13],)","[13, 13]",list(int) -> list(int) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) bool-identify-k with k=4,"([4, 4, 14, 4, 16],)","[True, True, False, True, False]",list(int) -> list(bool) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) append-index-k with k=3,"([6, 8, 2, 6, 7, 14, 9],)","[6, 8, 2, 6, 7, 14, 9, 2]",list(int) -> list(int) fibonacci,"(4,)",3,int -> int Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) modulo-k with k=5,"([5, 6, 0, 9],)","[0, 1, 0, 4]",list(int) -> list(int) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) range,"(5,)","[0, 1, 2, 3, 4]",int -> list(int) append-index-k with k=2,"([11, 4],)","[11, 4, 4]",list(int) -> list(int) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) append-index-k with k=4,"([5, 2, 13, 3, 0, 8],)","[5, 2, 13, 3, 0, 8, 3]",list(int) -> list(int) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) fibonacci,"(6,)",8,int -> int Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) bool-identify-is-prime,"([7, 4, 11],)","[True, False, True]",list(int) -> list(bool) index-head,"([4, 9, 7, 7, 3, 2],)",3,list(int) -> int kth-smallest with k=5,"([3, 11, 8, 10, 9, 8],)",10,list(int) -> int Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) prepend-index-k with k=2,"([6, 6, 3, 5],)","[6, 6, 6, 3, 5]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) bool-identify-k with k=5,"([5, 0],)","[True, False]",list(int) -> list(bool) +1 maximum list,"([4, 9],)",10,list(int) -> int remove-mod-head,"([10, 8, 7],)","[8, 7]",list(int) -> list(int) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([],)",[],list(int) -> list(int) bool-identify-geq-k with k=0,"([3, 10, 8, 13, 11, 15],)","[True, True, True, True, True, True]",list(int) -> list(bool) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) remove empty lists,"([[], [True], [], [False, False, True]],)","[[True], [False, False, True]]",list(list(bool)) -> list(list(bool)) slice-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) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) slice-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) count-k with k=0,"([],)",0,list(int) -> int "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) add-k with k=2,"([9, 12, 16, 9],)","[11, 14, 18, 11]",list(int) -> list(int) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) take-k with k=5,"([7, 13, 0, 4, 14, 10, 10],)","[7, 13, 0, 4, 14]",list(int) -> list(int) head,"([8, 7],)",8,list(int) -> int drop-k with k=1,"([15, 8, 10, 1, 14, 1, 3],)","[8, 10, 1, 14, 1, 3]",list(int) -> list(int) is-mod-k with k=4,"([24, 20, 0, 28],)",True,list(int) -> bool last,"([0],)",0,list(int) -> int +1 maximum list,"([3, 3, 7, 4, 7],)",8,list(int) -> int repeat-k with k=4,"([6, 5],)","[6, 5, 6, 5, 6, 5, 6, 5]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) empty,"([2, 16, 2, 5, 15, 6, 7],)",False,list(int) -> bool Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) keep-mod-k with k=2,"([0, 15, 9, 13, 13, 15, 3],)",[0],list(int) -> list(int) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) repeat,"([4, 3],)","[3, 3, 3, 3]",list(int) -> list(int) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) remove empty lists,"([[True, True], [], [False], []],)","[[True, True], [False]]",list(list(bool)) -> list(list(bool)) is-primes,"([5, 13, 7, 5],)",True,list(int) -> bool ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) add-k with k=5,"([7, 7, 0],)","[12, 12, 5]",list(int) -> list(int) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) caesar-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) keep-mod-k with k=5,"([20],)",[20],list(int) -> list(int) caesar-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) take-k with k=1,"([15, 0, 4, 1],)",[15],list(int) -> list(int) has-k with k=2,"([2, 2, 2, 2, 2],)",True,list(int) -> bool remove-index-k with k=3,"([5, 11, 2, 10, 13, 9, 13],)","[5, 11, 10, 13, 9, 13]",list(int) -> list(int) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([],)",[],list(int) -> list(int) replace-all-with-index-k with k=1,"([0, 16, 6, 10],)","[0, 0, 0, 0]",list(int) -> list(int) keep eq 2,"([2, 3, 1, 5, 4],)",[2],list(int) -> list(int) prepend-k with k=2,"([10, 0],)","[2, 10, 0]",list(int) -> list(int) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) bool-identify-k with k=1,"([15, 16],)","[False, False]",list(int) -> list(bool) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) slice-k-n with k=3 and n=1,"([5, 6, 10, 0, 13],)",[10],list(int) -> list(int) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) repeat-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) prepend-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) count-k with k=2,"([13, 10, 9],)",0,list(int) -> int Take first character and append '.',"('290',)",2.,list(char) -> list(char) slice-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) is-mod-k with k=5,"([60, 25, 45, 25, 25],)",True,list(int) -> bool parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) index-k with k=1,"([5, 16, 10, 16, 8, 7, 2],)",5,list(int) -> int Take first character and append ')',"('414',)",4),list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) drop-k with k=4,"([7, 2, 7, 14, 6, 0, 2, 14, 2, 16],)","[6, 0, 2, 14, 2, 16]",list(int) -> list(int) kth-largest with k=4,"([7, 4, 8, 1],)",1,list(int) -> int kth-smallest with k=1,"([6, 0],)",0,list(int) -> int rotate-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) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) last,"([2, 12, 11, 14, 15, 9],)",9,list(int) -> int Take first character and append '.',"('+46',)",+.,list(char) -> list(char) bool-identify-k with k=3,"([12, 3, 14],)","[False, True, False]",list(int) -> list(bool) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) bool-identify-geq-k with k=5,"([2, 13],)","[False, True]",list(int) -> list(bool) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) modulo-k with k=3,"([14, 13, 8, 15, 8, 10, 0],)","[2, 1, 2, 0, 2, 1, 0]",list(int) -> list(int) append-k with k=0,"([7, 7, 5],)","[7, 7, 5, 0]",list(int) -> list(int) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) has-head-in-tail,"([4, 2, 6, 10, 8, 12],)",False,list(int) -> bool Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) count-k with k=4,"([],)",0,list(int) -> int "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) bool-identify-k with k=5,"([5, 5, 2, 5, 5, 5],)","[True, True, False, True, True, True]",list(int) -> list(bool) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) keep eq 3,"([6, 6, 5, 3, 3],)","[3, 3]",list(int) -> list(int) drop-k with k=4,"([12, 10, 12, 0, 2, 10, 9, 6],)","[2, 10, 9, 6]",list(int) -> list(int) count-k with k=4,"([4, 4, 4, 12],)",3,list(int) -> int nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) slice-k-n with k=1 and n=4,"([15, 10, 11, 14, 12, 12, 14],)","[15, 10, 11, 14]",list(int) -> list(int) bool-identify-geq-k with k=3,"([-1],)",[False],list(int) -> list(bool) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) modulo-k with k=5,"([],)",[],list(int) -> list(int) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) bool-identify-geq-k with k=5,"([8, 6, 12, 16, 3, 6, 16],)","[True, True, True, True, False, True, True]",list(int) -> list(bool) slice-k-n with k=1 and n=3,"([15, 14, 7, 2, 13, 14, 7],)","[15, 14, 7]",list(int) -> list(int) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([],)",[],list(int) -> list(int) kth-smallest with k=3,"([16, 16, 4, 0, 3, 4, 9],)",4,list(int) -> int "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) add-k with k=5,"([3, 6],)","[8, 11]",list(int) -> list(int) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) remove-mod-head,"([9, 0, 15, 1],)","[15, 1]",list(int) -> list(int) rotate-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) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) rotate-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) take-k with k=3,"([0, 2, 15],)","[0, 2, 15]",list(int) -> list(int) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) prepend-k with k=4,"([6, 5, 3, 16, 7, 16, 5],)","[4, 6, 5, 3, 16, 7, 16, 5]",list(int) -> list(int) count-k with k=0,"([0, 7],)",1,list(int) -> int last,"([14, 0, 7, 3, 15, 11],)",11,list(int) -> int kth-largest with k=3,"([9, 15, 11, 10, 4, 13],)",11,list(int) -> int slice-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) caesar-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) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) remove gt 3,"([0, 6, 3, 3, 6],)","[0, 3, 3]",list(int) -> list(int) head,"([7, 11],)",7,list(int) -> int rotate-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) remove-mod-k with k=3,"([11, 9, 10, 15, 0, 1, 13],)","[11, 10, 1, 13]",list(int) -> list(int) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) kth-smallest with k=4,"([2, 1, 12, 15],)",15,list(int) -> int slice-k-n with k=1 and n=5,"([5, 7, 4, 16, 10, 8, 12],)","[5, 7, 4, 16, 10]",list(int) -> list(int) mult-k with k=2,"([9, 5, 11, 4, 6],)","[18, 10, 22, 8, 12]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([2, 9, 11, 15],)","[True, False, False, False]",list(int) -> list(bool) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) pow-k with k=3,"([1, 16, 12],)","[1, 4096, 1728]",list(int) -> list(int) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) bool-identify-k with k=3,"([10, 0, 15, 9, 13],)","[False, False, False, False, False]",list(int) -> list(bool) slice-k-n with k=1 and n=4,"([14, 4, 5, 8, 14, 12, 15, 2, 14, 0, 8, 12, 11],)","[14, 4, 5, 8]",list(int) -> list(int) replace-all-with-index-k with k=2,"([5, 5, 0, 11, 6, 14],)","[5, 5, 5, 5, 5, 5]",list(int) -> list(int) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) take-k with k=1,"([2, 0, 7],)",[2],list(int) -> list(int) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) keep gt 0,"([4, 0, 2, 3, 2],)","[4, 2, 3, 2]",list(int) -> list(int) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) kth-largest with k=2,"([12, 5, 7, 15, 6],)",12,list(int) -> int nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) has-k with k=4,"([4, 4, 13],)",True,list(int) -> bool bool-identify-geq-k with k=0,"([3, 3, 3, 3, 13, 14, 9],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) prepend-k with k=2,"([12, 5, 15, 10, 6],)","[2, 12, 5, 15, 10, 6]",list(int) -> list(int) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) head,"([16],)",16,list(int) -> int bool-identify-geq-k with k=4,"([7, 10, 16],)","[True, True, True]",list(int) -> list(bool) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) is-odds,"([2, 0, 4],)",False,list(int) -> bool parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) kth-smallest with k=1,"([6, 10, 8, 14, 2, 12],)",2,list(int) -> int slice-k-n with k=3 and n=5,"([14, 7, 14, 14, 0, 8, 10, 4, 1, 9, 0, 9, 4],)","[14, 14, 0, 8, 10]",list(int) -> list(int) pow-k with k=5,"([9, 0, 3],)","[59049, 0, 243]",list(int) -> list(int) index-k with k=3,"([8, 12, 0, 1],)",0,list(int) -> int parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) bool-identify-geq-k with k=5,"([12, 10],)","[True, True]",list(int) -> list(bool) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) remove eq 1,"([2, 5, 6, 6, 2],)","[2, 5, 6, 6, 2]",list(int) -> list(int) bool-identify-geq-k with k=4,"([7],)",[True],list(int) -> list(bool) count-k with k=2,"([2, 2],)",2,list(int) -> int caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 1, 2, 1, 2, 2, 2],)","[2, 2, 0, 2, 0, 0, 0]",list(int) -> list(int) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) empty,"([],)",True,list(int) -> bool Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 1, 2, 1, 2, 2, 2],)","[0, 0, 1, 0, 1, 1, 1]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=5,"([1],)",[2],list(int) -> list(int) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([3, 0, 3, 4, 3, 3],)","[1, 3, 1, 2, 1, 1]",list(int) -> list(int) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) keep eq 3,"([0, 5, 3, 4, 1],)",[3],list(int) -> list(int) kth-largest with k=1,"([16, 2, 1, 12, 1, 11, 15],)",16,list(int) -> int Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) slice-k-n with k=2 and n=5,"([15, 4, 13, 9, 10, 2, 9, 14, 4, 16],)","[4, 13, 9, 10, 2]",list(int) -> list(int) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) append-index-k with k=4,"([3, 5, 4, 4, 2, 0, 1, 8],)","[3, 5, 4, 4, 2, 0, 1, 8, 4]",list(int) -> list(int) Append '+138',"('TX',)",TX+138,list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) remove eq 0,"([1, 5, 1, 1, 2],)","[1, 5, 1, 1, 2]",list(int) -> list(int) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) bool-identify-geq-k with k=2,"([1, 3, 4, 1, 13, 9],)","[False, True, True, False, True, True]",list(int) -> list(bool) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) remove eq 1,"([5, 0, 4, 2, 3],)","[5, 0, 4, 2, 3]",list(int) -> list(int) prepend-k with k=2,"([],)",[2],list(int) -> list(int) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) bool-identify-geq-k with k=4,"([16, 16, 15, 13, 8],)","[True, True, True, True, True]",list(int) -> list(bool) rotate-k with k=2,"([0, 13, 14, 13, 1, 14, 12],)","[14, 12, 0, 13, 14, 13, 1]",list(int) -> list(int) is-evens,"([26, 20, 32, 10, 16, 16, 12],)",True,list(int) -> bool Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) keep-mod-k with k=4,"([20, 6, 28, 4, 32],)","[20, 28, 4, 32]",list(int) -> list(int) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) modulo-k with k=2,"([10],)",[0],list(int) -> list(int) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) sort-and-deduplicate,"([2, 7, 8],)","[2, 7, 8]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 1, 0, 0, 1, 0, 0],)","[0, 0, 2, 2, 0, 2, 2]",list(int) -> list(int) index-k with k=1,"([5, 16, 10, 16, 8, 7, 2],)",5,list(int) -> int Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) kth-largest with k=2,"([13, 10, 5, 13, 5, 1],)",13,list(int) -> int First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) slice-k-n with k=4 and n=5,"([1, 12, 7, 12, 0, 14, 12, 14, 5, 12, 15, 12, 1, 12, 6],)","[12, 0, 14, 12, 14]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 1, 0, 0, 1, 0, 0],)","[0, 0, 2, 2, 0, 2, 2]",list(int) -> list(int) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) mult-k with k=3,"([0, 6, 9, 4, 16, 10, 12],)","[0, 18, 27, 12, 48, 30, 36]",list(int) -> list(int) rotate-k with k=5,"([3, 12, 13, 12, 5, 7, 7, 2],)","[12, 5, 7, 7, 2, 3, 12, 13]",list(int) -> list(int) has-k with k=1,"([2, 4, 6, 9],)",False,list(int) -> bool nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) bool-identify-geq-k with k=0,"([10, 6, 8, 4, 6, 6, 7],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=5,"([4, 16, 8, 9, 13, 8, 12, 11, 4, 5, 2],)","[13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13]",list(int) -> list(int) bool-identify-geq-k with k=3,"([7, 11, 2, 3, 2, 2, 10],)","[True, True, False, True, False, False, True]",list(int) -> list(bool) bool-identify-is-mod-k with k=4,"([10, 4, 4],)","[False, True, True]",list(int) -> list(bool) bool-identify-geq-k with k=4,"([],)",[],list(int) -> list(bool) remove-mod-k with k=2,"([13, 1, 3, 2, 14],)","[13, 1, 3]",list(int) -> list(int) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) len,"([10, 14, 8, 2, 12, 10, 3],)",7,list(int) -> int parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) prepend-index-k with k=4,"([16, 11, 3, 0, 8, 13],)","[0, 16, 11, 3, 0, 8, 13]",list(int) -> list(int) kth-smallest with k=2,"([1, 1, 6, 8],)",1,list(int) -> int remove-index-k with k=5,"([5, 11, 14, 2, 1, 3, 2, 13],)","[5, 11, 14, 2, 3, 2, 13]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) slice-k-n with k=4 and n=2,"([8, 14, 15, 4, 16, 7, 14, 14, 2, 10, 1, 1, 1],)","[4, 16]",list(int) -> list(int) replace-all-with-index-k with k=4,"([1, 4, 13, 3],)","[3, 3, 3, 3]",list(int) -> list(int) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) drop-k with k=5,"([14, 2, 8, 4, 1, 9, 9, 4],)","[9, 9, 4]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) keep eq 2,"([1, 4, 3, 5, 5],)",[],list(int) -> list(int) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=2,"([0, 1, 0],)","[1, 0, 1]",list(int) -> list(int) Prepend '+174',"('S',)",+174S,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) append-k with k=1,"([],)",[1],list(int) -> list(int) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=5,"([1, 2, 4, 1, 0],)","[0, 1, 3, 0, 4]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) slice-k-n with k=1 and n=1,"([12, 0, 13, 16, 10],)",[12],list(int) -> list(int) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) slice-k-n with k=4 and n=5,"([13, 8, 8, 16, 2, 3, 13, 1, 9, 9, 1, 16, 7, 11],)","[16, 2, 3, 13, 1]",list(int) -> list(int) Take first character and append '(',"('82',)",8(,list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) bool-identify-geq-k with k=4,"([15, 3, 3, 1, 3],)","[True, False, False, False, False]",list(int) -> list(bool) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([1, 2],)","[2, 3]",list(int) -> list(int) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) fibonacci,"(8,)",21,int -> int drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) kth-largest with k=5,"([3, 16, 14, 5, 10, 1, 5, 6],)",5,list(int) -> int slice-k-n with k=2 and n=4,"([7, 6, 9, 1, 2, 13, 16],)","[6, 9, 1, 2]",list(int) -> list(int) keep gt 1,"([5, 6, 1, 6, 6],)","[5, 6, 6, 6]",list(int) -> list(int) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) remove-mod-k with k=5,"([5],)",[],list(int) -> list(int) bool-identify-is-mod-k with k=2,"([4, 16, 10],)","[True, True, True]",list(int) -> list(bool) index-k with k=4,"([10, 8, 6, 7, 15, 2, 9, 16],)",7,list(int) -> int "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) keep-mod-k with k=4,"([36, 36, 16],)","[36, 36, 16]",list(int) -> list(int) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) range +1 maximum list,"([8, 4, 1, 8],)","[0, 1, 2, 3, 4, 5, 6, 7, 8]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([2, 1, 2, 4],)","[1, 0, 1, 3]",list(int) -> list(int) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) kth-largest with k=5,"([2, 9, 16, 2, 7, 12],)",2,list(int) -> int slice-k-n with k=2 and n=4,"([14, 1, 5, 0, 2, 11, 8, 11, 1, 1, 0, 3],)","[1, 5, 0, 2]",list(int) -> list(int) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) modulo-k with k=5,"([15],)",[0],list(int) -> list(int) count-k with k=4,"([4, 4, 4, 4, 4],)",5,list(int) -> int drop-k with k=5,"([15, 6, 2, 1, 7, 7, 2, 11, 14, 6, 7, 11],)","[7, 2, 11, 14, 6, 7, 11]",list(int) -> list(int) bool-identify-geq-k with k=1,"([6, 0, 1],)","[True, False, True]",list(int) -> list(bool) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) has-k with k=5,"([12, 3, 14],)",False,list(int) -> bool "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) keep eq 1,"([2, 1, 5, 1, 2],)","[1, 1]",list(int) -> list(int) bool-identify-geq-k with k=5,"([],)",[],list(int) -> list(bool) head,"([1, 2, 3],)",1,list(int) -> int nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) prepend-k with k=2,"([],)",[2],list(int) -> list(int) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) tail,"([5],)",[],list(int) -> list(int) replace-all-with-index-k with k=4,"([10, 1, 3, 13, 10, 14],)","[13, 13, 13, 13, 13, 13]",list(int) -> list(int) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) bool-identify-k with k=0,"([3, 14, 15, 0],)","[False, False, False, True]",list(int) -> list(bool) index-k with k=5,"([16, 11, 8, 8, 5, 6, 2],)",5,list(int) -> int nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) slice-k-n with k=5 and n=2,"([9, 9, 11, 10, 14, 11, 13, 12, 10, 16],)","[14, 11]",list(int) -> list(int) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) bool-identify-geq-k with k=1,"([],)",[],list(int) -> list(bool) append-index-k with k=5,"([12, 12, 3, 2, 14, 15, 10, 11, 4, 11, 15, 2],)","[12, 12, 3, 2, 14, 15, 10, 11, 4, 11, 15, 2, 14]",list(int) -> list(int) slice-k-n with k=2 and n=4,"([16, 1, 13, 11, 14, 9, 8, 12, 8, 5, 8, 3],)","[1, 13, 11, 14]",list(int) -> list(int) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) keep eq 1,"([5, 5, 4, 2, 6],)",[],list(int) -> list(int) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=2,"([1, 1, 1, 1, 0],)","[0, 0, 0, 0, 1]",list(int) -> list(int) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) bool-identify-geq-k with k=3,"([5, 5],)","[True, True]",list(int) -> list(bool) keep-mod-k with k=2,"([0, 8, 1, 15, 10],)","[0, 8, 10]",list(int) -> list(int) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) remove eq 2,"([3, 3, 6, 4, 4],)","[3, 3, 6, 4, 4]",list(int) -> list(int) count-head-in-tail,"([4],)",0,list(int) -> int fibonacci,"(2,)",1,int -> int Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) drop-k with k=2,"([2, 14, 6, 12],)","[6, 12]",list(int) -> list(int) rotate-k with k=5,"([4, 14, 0, 5, 2, 1, 1, 7, 1, 1, 1, 3, 13, 16, 0],)","[1, 3, 13, 16, 0, 4, 14, 0, 5, 2, 1, 1, 7, 1, 1]",list(int) -> list(int) remove-mod-k with k=5,"([9, 5, 10, 5, 13, 14, 0],)","[9, 13, 14]",list(int) -> list(int) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) count-k with k=1,"([1, 1, 1],)",3,list(int) -> int take-k with k=1,"([6, 7, 12, 16],)",[6],list(int) -> list(int) is-mod-k with k=3,"([21, 0, 27, 6],)",True,list(int) -> bool "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) remove-mod-k with k=2,"([5, 3, 1, 13, 7, 7, 4],)","[5, 3, 1, 13, 7, 7]",list(int) -> list(int) take-k with k=1,"([12, 5, 4, 11, 4, 4],)",[12],list(int) -> list(int) keep-mod-head,"([1, 2, 3],)","[2, 3]",list(int) -> list(int) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) pow-k with k=3,"([],)",[],list(int) -> list(int) slice-k-n with k=2 and n=5,"([8, 10, 0, 3, 8, 5, 1, 7, 4, 2, 7, 14, 16],)","[10, 0, 3, 8, 5]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=5,"([9, 12, 12, 15, 13, 16, 5, 13],)","[13, 13, 13, 13, 13, 13, 13, 13]",list(int) -> list(int) bool-identify-geq-k with k=5,"([2, 0, 6, 1, 11, 0, 12],)","[False, False, True, False, True, False, True]",list(int) -> list(bool) has-head-in-tail,"([2, 3, 4],)",False,list(int) -> bool remove gt 2,"([6, 1, 4, 3, 3],)",[1],list(int) -> list(int) slice-k-n with k=5 and n=4,"([11, 15, 13, 3, 10, 16, 13, 3, 11, 5, 15, 6, 6, 14, 6, 10, 9],)","[10, 16, 13, 3]",list(int) -> list(int) remove gt 2,"([1, 6, 2, 5, 4],)","[1, 2]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=4,"([1, 3, 0],)","[3, 1, 2]",list(int) -> list(int) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) keep eq 1,"([4, 0, 5, 6, 6],)",[],list(int) -> list(int) take-k with k=5,"([10, 5, 1, 13, 10, 8, 9, 10, 13, 7, 5],)","[10, 5, 1, 13, 10]",list(int) -> list(int) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) remove-index-k with k=2,"([13, 3, 7],)","[13, 7]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) remove gt 0,"([3, 2, 0, 2, 0],)","[0, 0]",list(int) -> list(int) modulo-k with k=2,"([10],)",[0],list(int) -> list(int) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Append '+138',"('TX',)",TX+138,list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) bool-identify-k with k=5,"([11, 12, 7],)","[False, False, False]",list(int) -> list(bool) modulo-k with k=3,"([],)",[],list(int) -> list(int) index-k with k=3,"([16, 1, 14],)",14,list(int) -> int pow-k with k=4,"([1, 7, 11, 13],)","[1, 2401, 14641, 28561]",list(int) -> list(int) modulo-k with k=4,"([12, 14],)","[0, 2]",list(int) -> list(int) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) kth-largest with k=3,"([9, 15, 11, 10, 4, 13],)",11,list(int) -> int take-k with k=3,"([6, 5, 11, 7],)","[6, 5, 11]",list(int) -> list(int) mult-k with k=2,"([2, 0, 15, 0, 2],)","[4, 0, 30, 0, 4]",list(int) -> list(int) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) count-k with k=1,"([1, 2, 9, 16],)",1,list(int) -> int ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) kth-smallest with k=1,"([12, 15, 10, 10, 3, 8, 1],)",1,list(int) -> int remove eq 0,"([0, 0, 6, 3, 0],)","[6, 3]",list(int) -> list(int) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) bool-identify-is-mod-k with k=4,"([4, 12, 3, 15, 5, 5],)","[True, True, False, False, False, False]",list(int) -> list(bool) Take first character and append '(',"('020',)",0(,list(char) -> list(char) repeat-k with k=5,"([1, 3, 9, 11, 15],)","[1, 3, 9, 11, 15, 1, 3, 9, 11, 15, 1, 3, 9, 11, 15, 1, 3, 9, 11, 15, 1, 3, 9, 11, 15]",list(int) -> list(int) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=2,"([0, 0, 0, 0, 1, 1],)","[1, 1, 1, 1, 0, 0]",list(int) -> list(int) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) remove eq 2,"([0, 0, 4, 2, 5],)","[0, 0, 4, 5]",list(int) -> list(int) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([1, 1, 3, 1],)","[0, 0, 2, 0]",list(int) -> list(int) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) rotate-k with k=3,"([0, 5, 4, 2, 14, 6],)","[2, 14, 6, 0, 5, 4]",list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) head,"([1, 1, 2, 1],)",1,list(int) -> int slice-k-n with k=4 and n=3,"([0, 5, 13, 3, 15, 5, 12, 5, 4, 2, 2, 3, 16],)","[3, 15, 5]",list(int) -> list(int) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) mult-k with k=0,"([11, 11, 4, 14, 6, 14, 0],)","[0, 0, 0, 0, 0, 0, 0]",list(int) -> list(int) prepend-index-k with k=2,"([2, 14, 3, 15, 14, 3, 5, 15],)","[14, 2, 14, 3, 15, 14, 3, 5, 15]",list(int) -> list(int) modulo-k with k=2,"([0, 9, 12, 7, 0],)","[0, 1, 0, 1, 0]",list(int) -> list(int) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) count-k with k=1,"([],)",0,list(int) -> int nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) product,"([11, 9, 9],)",891,list(int) -> int rotate-k with k=3,"([2, 11, 6, 10, 14, 2, 14, 3, 15, 14, 3, 5, 15, 0, 1, 15, 1],)","[1, 15, 1, 2, 11, 6, 10, 14, 2, 14, 3, 15, 14, 3, 5, 15, 0]",list(int) -> list(int) slice-k-n with k=4 and n=1,"([4, 8, 10, 12, 12, 3, 13, 4, 7, 10, 10],)",[12],list(int) -> list(int) pow-k with k=2,"([5, 6, 2, 8, 9],)","[25, 36, 4, 64, 81]",list(int) -> list(int) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) kth-smallest with k=2,"([7, 2, 5, 9, 11, 13, 2],)",2,list(int) -> int ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) fibonacci,"(9,)",34,int -> int Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) keep eq 0,"([6, 6, 1, 6, 5],)",[],list(int) -> list(int) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) mult-k with k=2,"([8, 5, 16],)","[16, 10, 32]",list(int) -> list(int) add-k with k=1,"([6, 2, 13],)","[7, 3, 14]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) is-primes,"([4, 13],)",False,list(int) -> bool slice-k-n with k=5 and n=2,"([2, 15, 5, 13, 14, 10, 2, 2, 15, 16, 1, 13, 15, 4],)","[14, 10]",list(int) -> list(int) drop-k with k=5,"([0, 8, 7, 16, 13, 3, 8, 0, 13],)","[3, 8, 0, 13]",list(int) -> list(int) keep gt 2,"([2, 4, 3, 4, 5],)","[4, 3, 4, 5]",list(int) -> list(int) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) slice-k-n with k=4 and n=1,"([10, 3, 6, 1, 10, 12, 5],)",[1],list(int) -> list(int) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) slice-k-n with k=4 and n=1,"([2, 8, 12, 12, 3, 7, 5, 12, 3, 13],)",[12],list(int) -> list(int) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) kth-smallest with k=3,"([4, 14, 15],)",15,list(int) -> int is-squares,"([3],)",False,list(int) -> bool Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) fibonacci,"(9,)",34,int -> int Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) bool-identify-k with k=1,"([1, 2, 9, 16],)","[True, False, False, False]",list(int) -> list(bool) remove gt 1,"([5, 0, 4, 5, 3],)",[0],list(int) -> list(int) product,"([1, 1, 2, 1],)",2,list(int) -> int Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) dup,"([7, 8, 16],)","[7, 7, 8, 8, 16, 16]",list(int) -> list(int) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) prepend-k with k=5,"([4, 16, 2],)","[5, 4, 16, 2]",list(int) -> list(int) slice-k-n with k=2 and n=1,"([9, 13, 15, 7, 10],)",[13],list(int) -> list(int) kth-largest with k=5,"([12, 9, 2, 7, 13, 11, 1, 8, 14, 3, 14, 3],)",11,list(int) -> int drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) is-mod-k with k=5,"([2, 6, 8],)",False,list(int) -> bool bool-identify-geq-k with k=2,"([-1, -1, 6, 15],)","[False, False, True, True]",list(int) -> list(bool) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) count-k with k=2,"([2, 12, 11, 5, 12, 1],)",1,list(int) -> int Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) remove-index-k with k=5,"([3, 8, 6, 6, 11, 3, 4, 1, 4],)","[3, 8, 6, 6, 3, 4, 1, 4]",list(int) -> list(int) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) remove-index-k with k=1,"([12, 14, 15, 4, 8, 1, 0, 10],)","[14, 15, 4, 8, 1, 0, 10]",list(int) -> list(int) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) is-mod-k with k=3,"([9, 9, 0, 21, 27, 30, 30],)",True,list(int) -> bool caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 0, 1, 0, 1, 0],)","[1, 1, 0, 1, 0, 1]",list(int) -> list(int) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) reverse,"([15, 7, 11],)","[11, 7, 15]",list(int) -> list(int) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) count-k with k=2,"([3, 8, 1],)",0,list(int) -> int "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) bool-identify-is-mod-k with k=3,"([3, 3],)","[True, True]",list(int) -> list(bool) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) pop,"([1, 2, 3],)","[1, 2]",list(int) -> list(int) max,"([3],)",3,list(int) -> int Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) remove-mod-k with k=2,"([15, 2, 6],)",[15],list(int) -> list(int) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) prepend-index-k with k=2,"([4, 9, 6, 7, 6, 12, 4, 8],)","[9, 4, 9, 6, 7, 6, 12, 4, 8]",list(int) -> list(int) add-k with k=5,"([4, 5, 4, 0, 8, 9],)","[9, 10, 9, 5, 13, 14]",list(int) -> list(int) sum,"([1, 1, 2, 1],)",5,list(int) -> int "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) take-k with k=3,"([7, 3, 11, 12, 6, 7, 13, 9, 9],)","[7, 3, 11]",list(int) -> list(int) append-index-k with k=1,"([13, 14, 9, 10, 15, 3, 9, 15],)","[13, 14, 9, 10, 15, 3, 9, 15, 13]",list(int) -> list(int) kth-smallest with k=1,"([16],)",16,list(int) -> int add-k with k=5,"([5],)",[10],list(int) -> list(int) append-index-k with k=3,"([11, 11, 2, 9],)","[11, 11, 2, 9, 2]",list(int) -> list(int) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([1],)",[4],list(int) -> list(int) bool-identify-k with k=4,"([4, 13, 10, 4, 4, 4],)","[True, False, False, True, True, True]",list(int) -> list(bool) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) remove eq 0,"([2, 3, 5, 0, 0],)","[2, 3, 5]",list(int) -> list(int) Drop last 3 characters,"('857',)",,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) slice-k-n with k=3 and n=3,"([3, 9, 3, 2, 14, 6, 2, 8, 14],)","[3, 2, 14]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 0, 1, 1, 1],)","[0, 2, 0, 0, 0]",list(int) -> list(int) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) bool-identify-is-mod-k with k=5,"([2, 9, 3, 5, 16, 5],)","[False, False, False, True, False, True]",list(int) -> list(bool) slice-k-n with k=5 and n=4,"([16, 3, 10, 5, 6, 16, 1, 11, 7, 13, 13, 13, 4],)","[6, 16, 1, 11]",list(int) -> list(int) Take first character and append ')',"('+169',)",+),list(char) -> list(char) kth-smallest with k=5,"([14, 1, 15, 6, 0, 12, 11, 3, 15, 14],)",11,list(int) -> int kth-smallest with k=3,"([1, 7, 3],)",7,list(int) -> int Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) range,"(7,)","[0, 1, 2, 3, 4, 5, 6]",int -> list(int) count-k with k=1,"([1, 1, 1, 4, 1, 1],)",5,list(int) -> int slice-k-n with k=5 and n=3,"([14, 7, 15, 6, 10, 9, 8, 11, 2, 11],)","[10, 9, 8]",list(int) -> list(int) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) modulo-k with k=1,"([0, 15, 15, 16, 9],)","[0, 0, 0, 0, 0]",list(int) -> list(int) keep gt 0,"([4, 6, 4, 1, 6],)","[4, 6, 4, 1, 6]",list(int) -> list(int) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) bool-identify-geq-k with k=5,"([12, 10, 6, 6, 12],)","[True, True, True, True, True]",list(int) -> list(bool) take-k with k=1,"([2, 10, 15, 3, 11],)",[2],list(int) -> list(int) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) kth-smallest with k=2,"([3, 11],)",11,list(int) -> int Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) bool-identify-is-prime,"([5, 14, 10, 15, 6],)","[True, False, False, False, False]",list(int) -> list(bool) slice-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) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) add-k with k=2,"([9, 4, 9, 6],)","[11, 6, 11, 8]",list(int) -> list(int) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) mult-k with k=5,"([8, 15, 9, 0, 1],)","[40, 75, 45, 0, 5]",list(int) -> list(int) remove gt 0,"([4, 3, 5, 1, 1],)",[],list(int) -> list(int) keep-mod-head,"([7, 3, 9],)",[],list(int) -> list(int) prepend-k with k=4,"([0, 7, 1, 14],)","[4, 0, 7, 1, 14]",list(int) -> list(int) bool-identify-k with k=2,"([2, 12, 11, 5, 12, 1],)","[True, False, False, False, False, False]",list(int) -> list(bool) is-mod-k with k=4,"([7, 7, 6],)",False,list(int) -> bool Append 'Beata',"('997',)",997Beata,list(char) -> list(char) has-k with k=0,"([],)",False,list(int) -> bool remove-mod-head,"([8, 6, 7, 15, 2],)","[6, 7, 15, 2]",list(int) -> list(int) keep-mod-k with k=2,"([9, 4, 1, 5, 8],)","[4, 8]",list(int) -> list(int) append-index-k with k=1,"([11, 7, 6, 4, 9, 4, 15, 16],)","[11, 7, 6, 4, 9, 4, 15, 16, 11]",list(int) -> list(int) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) modulo-k with k=5,"([],)",[],list(int) -> list(int) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([0],)",[3],list(int) -> list(int) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 0, 1, 1],)","[0, 2, 0, 0]",list(int) -> list(int) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) max,"([16, 8],)",16,list(int) -> int tail,"([6, 8, 2, 7, 6, 9, 8],)","[8, 2, 7, 6, 9, 8]",list(int) -> list(int) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) slice-k-n with k=1 and n=4,"([2, 13, 1, 16, 9, 5, 16, 16, 4, 1, 8],)","[2, 13, 1, 16]",list(int) -> list(int) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) keep eq 3,"([3, 0, 5, 0, 6],)",[3],list(int) -> list(int) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) append-index-k with k=3,"([9, 5, 2, 15, 8, 1],)","[9, 5, 2, 15, 8, 1, 2]",list(int) -> list(int) is-mod-k with k=5,"([16, 11, 14, 5],)",False,list(int) -> bool Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) modulo-k with k=4,"([3, 8, 1, 11, 6],)","[3, 0, 1, 3, 2]",list(int) -> list(int) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) prepend-index-k with k=3,"([6, 3, 0, 5, 4, 2],)","[0, 6, 3, 0, 5, 4, 2]",list(int) -> list(int) keep gt 1,"([0, 3, 0, 3, 3],)","[3, 3, 3]",list(int) -> list(int) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) mult-k with k=4,"([0, 11, 4, 11, 1, 6, 12],)","[0, 44, 16, 44, 4, 24, 48]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=5,"([4, 2, 2],)","[0, 3, 3]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) kth-largest with k=3,"([9, 0, 5, 8, 5, 8, 13],)",8,list(int) -> int parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) slice-k-n with k=5 and n=2,"([9, 7, 1, 9, 14, 0, 9, 4, 14, 16, 8, 0, 4],)","[14, 0]",list(int) -> list(int) mult-k with k=3,"([12, 14, 13, 5, 8, 8, 9],)","[36, 42, 39, 15, 24, 24, 27]",list(int) -> list(int) slice-k-n with k=3 and n=4,"([8, 7, 16, 2, 13, 8, 14, 14, 15, 9, 8, 9, 1],)","[16, 2, 13, 8]",list(int) -> list(int) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) drop-k with k=1,"([11, 2, 10, 10],)","[2, 10, 10]",list(int) -> list(int) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) bool-identify-k with k=5,"([8],)",[False],list(int) -> list(bool) caesar-cipher-k-modulo-n with k=1 and n=5,"([4, 3, 2, 3, 3, 1],)","[0, 4, 3, 4, 4, 2]",list(int) -> list(int) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) remove-mod-k with k=2,"([],)",[],list(int) -> list(int) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) prepend-k with k=3,"([11, 14, 7],)","[3, 11, 14, 7]",list(int) -> list(int) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) pow-k with k=4,"([9],)",[6561],list(int) -> list(int) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) bool-identify-is-mod-k with k=3,"([16],)",[False],list(int) -> list(bool) sort,"([2, 0, 4],)","[0, 2, 4]",list(int) -> list(int) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) slice-k-n with k=3 and n=2,"([2, 1, 1, 8, 0, 10],)","[1, 8]",list(int) -> list(int) fibonacci,"(2,)",1,int -> int add-k with k=3,"([3],)",[6],list(int) -> list(int) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) kth-largest with k=5,"([16, 7, 3, 14, 4, 9, 1, 13, 4, 8, 6],)",8,list(int) -> int keep gt 3,"([4, 3, 0, 3, 3],)",[4],list(int) -> list(int) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) has-k with k=1,"([1],)",True,list(int) -> bool Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) kth-largest with k=2,"([14, 1],)",1,list(int) -> int Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) rotate-k with k=1,"([16, 15, 10, 15, 5, 16, 9, 7, 9, 11, 2, 2],)","[2, 16, 15, 10, 15, 5, 16, 9, 7, 9, 11, 2]",list(int) -> list(int) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) remove eq 3,"([2, 3, 1, 4, 1],)","[2, 1, 4, 1]",list(int) -> list(int) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) slice-k-n with k=1 and n=3,"([5, 15, 11, 2, 8, 15, 4, 11, 1, 16, 10, 13],)","[5, 15, 11]",list(int) -> list(int) prepend-index-k with k=1,"([0, 0, 8, 12],)","[0, 0, 0, 8, 12]",list(int) -> list(int) drop-k with k=3,"([1, 5, 8, 16, 15, 10, 14, 11],)","[16, 15, 10, 14, 11]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([0],)",[1],list(int) -> list(int) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) append-index-k with k=5,"([11, 9, 16, 5, 5, 16, 11, 9],)","[11, 9, 16, 5, 5, 16, 11, 9, 5]",list(int) -> list(int) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) rotate-k with k=2,"([8, 9, 7, 10, 8, 8, 6, 12],)","[6, 12, 8, 9, 7, 10, 8, 8]",list(int) -> list(int) kth-largest with k=1,"([2, 15, 14, 6, 4, 5, 5],)",15,list(int) -> int index-k with k=5,"([15, 8, 9, 0, 11, 12, 9, 15],)",11,list(int) -> int odds,"([5],)",[5],list(int) -> list(int) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) append-index-k with k=2,"([4, 6, 10, 13],)","[4, 6, 10, 13, 6]",list(int) -> list(int) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) prepend-index-k with k=1,"([3, 8, 6, 6, 11],)","[3, 3, 8, 6, 6, 11]",list(int) -> list(int) append-k with k=4,"([10, 15, 13, 8, 14, 10],)","[10, 15, 13, 8, 14, 10, 4]",list(int) -> list(int) prepend-k with k=0,"([],)",[0],list(int) -> list(int) take-k with k=4,"([14, 15, 3, 1, 3, 1, 8, 2, 1, 8],)","[14, 15, 3, 1]",list(int) -> list(int) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) min,"([3, 6, 7, 6, 8],)",3,list(int) -> int "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) drop-k with k=3,"([13, 0, 5, 14, 1, 12, 1, 12, 5, 4],)","[14, 1, 12, 1, 12, 5, 4]",list(int) -> list(int) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) remove-index-k with k=4,"([2, 1, 12, 15],)","[2, 1, 12]",list(int) -> list(int) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) count-k with k=1,"([1, 16, 1],)",2,list(int) -> int keep eq 0,"([2, 6, 3, 4, 3],)",[],list(int) -> list(int) len,"([7, 14, 11],)",3,list(int) -> int Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) is-odds,"([4, 1, 12, 0, 9],)",False,list(int) -> bool replace-all-with-index-k with k=2,"([12, 15],)","[15, 15]",list(int) -> list(int) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) is-squares,"([2],)",False,list(int) -> bool Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) remove eq 1,"([2, 0, 1, 6, 6],)","[2, 0, 6, 6]",list(int) -> list(int) max,"([1, 2, 3],)",3,list(int) -> int odds,"([3, 0],)",[3],list(int) -> list(int) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) add-k with k=5,"([3, 14, 15, 0, 12, 0],)","[8, 19, 20, 5, 17, 5]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) has-k with k=4,"([4, 4, 13],)",True,list(int) -> bool parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) remove-mod-k with k=4,"([9, 5, 3, 3, 4, 5],)","[9, 5, 3, 3, 5]",list(int) -> list(int) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([2],)",[0],list(int) -> list(int) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) drop-k with k=5,"([9, 15, 0, 1, 8, 6, 2, 11, 4, 11],)","[6, 2, 11, 4, 11]",list(int) -> list(int) is-mod-k with k=4,"([7, 4, 11],)",False,list(int) -> bool Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) slice-k-n with k=4 and n=3,"([1, 9, 0, 13, 8, 10, 14, 8, 15, 10, 10, 6, 14],)","[13, 8, 10]",list(int) -> list(int) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) bool-identify-is-mod-k with k=1,"([],)",[],list(int) -> list(bool) slice-k-n with k=5 and n=1,"([7, 8, 9, 14, 16, 4, 5, 9, 9, 3, 9, 14, 10, 0],)",[16],list(int) -> list(int) Take first 3 characters,"('766',)",766,list(char) -> list(char) keep gt 2,"([5, 5, 2, 3, 5],)","[5, 5, 3, 5]",list(int) -> list(int) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) keep-mod-k with k=5,"([5, 2, 7, 11, 13],)",[5],list(int) -> list(int) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) slice-k-n with k=5 and n=5,"([13, 11, 2, 2, 14, 5, 13, 9, 10, 2, 11],)","[14, 5, 13, 9, 10]",list(int) -> list(int) remove gt 1,"([3, 1, 4, 2, 3],)",[1],list(int) -> list(int) slice-k-n with k=3 and n=5,"([16, 11, 0, 8, 5, 11, 15, 6, 12],)","[0, 8, 5, 11, 15]",list(int) -> list(int) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) take-k with k=1,"([8, 0],)",[8],list(int) -> list(int) keep gt 1,"([5, 6, 1, 6, 6],)","[5, 6, 6, 6]",list(int) -> list(int) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) keep eq 3,"([0, 3, 5, 3, 5],)","[3, 3]",list(int) -> list(int) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) keep primes,"([31, 7, 17, 3, 11, 8, 3],)","[31, 7, 17, 3, 11, 3]",list(int) -> list(int) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) remove-mod-k with k=5,"([5, 40, 16],)",[16],list(int) -> list(int) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) count-k with k=5,"([5, 5, 5, 5, 5],)",5,list(int) -> int Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) bool-identify-k with k=1,"([5, 8, 4, 13, 12],)","[False, False, False, False, False]",list(int) -> list(bool) count-k with k=2,"([2, 2, 2, 2, 2, 2],)",6,list(int) -> int Take first character and append '(',"('82',)",8(,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) keep eq 3,"([0, 6, 2, 2, 6],)",[],list(int) -> list(int) keep-mod-k with k=3,"([14, 13, 5, 8, 8, 9, 4],)",[9],list(int) -> list(int) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) is-mod-k with k=1,"([2, 16, 2, 5, 15, 6, 7],)",True,list(int) -> bool bool-identify-is-prime,"([6, 13, 0, 2],)","[False, True, False, True]",list(int) -> list(bool) append-k with k=0,"([3, 16, 10, 0, 8, 6, 4],)","[3, 16, 10, 0, 8, 6, 4, 0]",list(int) -> list(int) mult-k with k=2,"([8, 2, 8],)","[16, 4, 16]",list(int) -> list(int) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) prepend-k with k=3,"([6, 0],)","[3, 6, 0]",list(int) -> list(int) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) is-squares,"([],)",True,list(int) -> bool Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) keep eq 0,"([2, 6, 3, 4, 3],)",[],list(int) -> list(int) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) index-k with k=4,"([4, 16, 5, 11, 11, 14],)",11,list(int) -> int Append '+138',"('TX',)",TX+138,list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) has-k with k=0,"([6, 11, 0, 11],)",True,list(int) -> bool "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) kth-largest with k=2,"([3, 13, 12],)",12,list(int) -> int keep eq 1,"([6, 1, 0, 5, 6],)",[1],list(int) -> list(int) prepend-index-k with k=2,"([12, 11],)","[11, 12, 11]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) bool-identify-k with k=2,"([3],)",[False],list(int) -> list(bool) keep-mod-k with k=5,"([12, 13, 2, 15, 11],)",[15],list(int) -> list(int) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) has-k with k=5,"([2, 13],)",False,list(int) -> bool count-head-in-tail,"([2, 1, 2],)",1,list(int) -> int take-k with k=5,"([7, 12, 4, 9, 7, 10, 8, 15, 10, 15, 0, 15],)","[7, 12, 4, 9, 7]",list(int) -> list(int) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([1, 2, 1, 3, 1],)","[2, 3, 2, 0, 2]",list(int) -> list(int) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) is-squares,"([144, 169],)",True,list(int) -> bool Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) prepend-k with k=5,"([8, 11, 7],)","[5, 8, 11, 7]",list(int) -> list(int) modulo-k with k=2,"([1],)",[1],list(int) -> list(int) append-index-k with k=4,"([2, 3, 13, 14, 11, 14, 14, 0, 5],)","[2, 3, 13, 14, 11, 14, 14, 0, 5, 14]",list(int) -> list(int) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) has-head-in-tail,"([3, 1, 3, 4, 2],)",True,list(int) -> bool append-index-k with k=4,"([3, 5, 4, 4, 2, 0, 1, 8],)","[3, 5, 4, 4, 2, 0, 1, 8, 4]",list(int) -> list(int) Drop last 2 characters,"('MI',)",,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) keep squares,"([3, 16, 6, 25, 2, 2, 25],)","[16, 25, 25]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=2,"([1, 1, 0, 0, 1],)","[0, 0, 1, 1, 0]",list(int) -> list(int) modulo-k with k=1,"([7, 8, 1, 9],)","[0, 0, 0, 0]",list(int) -> list(int) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([2, 3, 1],)","[3, 0, 2]",list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) keep-mod-head,"([3, 1, 3, 4, 7, 6, 9, 2],)","[3, 6, 9]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([13, 2, 0, 1, 2],)","[False, True, True, False, True]",list(int) -> list(bool) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) keep-mod-k with k=2,"([13, 9, 11, 13],)",[],list(int) -> list(int) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) keep-mod-k with k=5,"([0, 25, 6],)","[0, 25]",list(int) -> list(int) pow-k with k=2,"([14, 14, 14, 0, 7, 3],)","[196, 196, 196, 0, 49, 9]",list(int) -> list(int) slice-k-n with k=3 and n=2,"([15, 0, 8, 12, 3, 0, 14, 1],)","[8, 12]",list(int) -> list(int) prepend-k with k=3,"([9, 14, 2, 5, 12, 10, 3],)","[3, 9, 14, 2, 5, 12, 10, 3]",list(int) -> list(int) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) slice-k-n with k=4 and n=4,"([6, 2, 5, 14, 9, 7, 6, 8, 5, 6, 9, 3, 10, 3, 0],)","[14, 9, 7, 6]",list(int) -> list(int) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) remove-index-k with k=5,"([6, 11, 10, 7, 11],)","[6, 11, 10, 7]",list(int) -> list(int) slice-k-n with k=2 and n=2,"([2, 13, 7, 10, 15],)","[13, 7]",list(int) -> list(int) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) keep-mod-k with k=5,"([40],)",[40],list(int) -> list(int) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) drop-k with k=3,"([7, 11, 12, 8, 15, 1, 9, 2],)","[8, 15, 1, 9, 2]",list(int) -> list(int) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) prepend-k with k=3,"([16, 4, 10, 12, 5, 11],)","[3, 16, 4, 10, 12, 5, 11]",list(int) -> list(int) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) append-index-k with k=5,"([4, 6, 1, 7, 1, 13],)","[4, 6, 1, 7, 1, 13, 1]",list(int) -> list(int) drop-k with k=3,"([9, 15, 11, 10, 4, 13],)","[10, 4, 13]",list(int) -> list(int) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) kth-smallest with k=2,"([12, 5, 0, 10],)",5,list(int) -> int slice-k-n with k=1 and n=3,"([13, 13, 2, 4, 6, 5, 3],)","[13, 13, 2]",list(int) -> list(int) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) is-squares,"([256, 64, 169, 64, 0, 196],)",True,list(int) -> bool add-k with k=5,"([16, 13, 9, 13, 0, 3, 10],)","[21, 18, 14, 18, 5, 8, 15]",list(int) -> list(int) bool-identify-is-mod-k with k=3,"([3],)",[True],list(int) -> list(bool) append-k with k=2,"([7, 1, 3, 1, 4, 15],)","[7, 1, 3, 1, 4, 15, 2]",list(int) -> list(int) pow-k with k=3,"([15, 0, 2, 7, 11, 13],)","[3375, 0, 8, 343, 1331, 2197]",list(int) -> list(int) remove-index-k with k=3,"([1, 9, 16, 8, 11, 16, 13],)","[1, 9, 8, 11, 16, 13]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([],)",[],list(int) -> list(int) has-k with k=4,"([3],)",False,list(int) -> bool caesar-cipher-k-modulo-n with k=3 and n=5,"([2, 1, 0, 3],)","[0, 4, 3, 1]",list(int) -> list(int) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) mult-k with k=5,"([12],)",[60],list(int) -> list(int) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) append-k with k=1,"([16, 13, 14, 9, 10, 15],)","[16, 13, 14, 9, 10, 15, 1]",list(int) -> list(int) sum,"([1, 6, 12, 1, 7],)",27,list(int) -> int is-mod-k with k=2,"([13],)",False,list(int) -> bool append-k with k=4,"([8, 9],)","[8, 9, 4]",list(int) -> list(int) index-k with k=2,"([9, 9, 1],)",9,list(int) -> int count-k with k=3,"([],)",0,list(int) -> int prepend-index-k with k=5,"([9, 14, 2, 7, 6, 8, 8],)","[6, 9, 14, 2, 7, 6, 8, 8]",list(int) -> list(int) is-evens,"([2, 5, 4, 2, 0, 5, 1, 1],)",False,list(int) -> bool slice-k-n with k=2 and n=2,"([14, 11, 16, 5, 0, 0, 5],)","[11, 16]",list(int) -> list(int) repeat,"([2, 3],)","[3, 3]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) remove-index-k with k=2,"([3, 11],)",[3],list(int) -> list(int) pow-k with k=3,"([0, 15, 15, 16, 9],)","[0, 3375, 3375, 4096, 729]",list(int) -> list(int) append-index-k with k=4,"([5, 11, 8, 5],)","[5, 11, 8, 5, 5]",list(int) -> list(int) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) is-odds,"([13, 3, 9, 25, 25],)",True,list(int) -> bool has-k with k=4,"([7, 11, 13, 15, 16],)",False,list(int) -> bool parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) slice-k-n with k=2 and n=4,"([15, 10, 7, 11, 7, 4, 6],)","[10, 7, 11, 7]",list(int) -> list(int) count-k with k=4,"([4, 13, 10, 4, 4, 4],)",4,list(int) -> int drop-k with k=2,"([15, 13, 0, 15, 8, 9, 16, 7, 6],)","[0, 15, 8, 9, 16, 7, 6]",list(int) -> list(int) evens,"([14, 7, 3, 1, 9, 9, 5],)",[14],list(int) -> list(int) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) reverse,"([15, 15, 11, 5, 3],)","[3, 5, 11, 15, 15]",list(int) -> list(int) has-k with k=0,"([0, 0, 0],)",True,list(int) -> bool kth-smallest with k=1,"([1],)",1,list(int) -> int Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) add-k with k=4,"([],)",[],list(int) -> list(int) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) modulo-k with k=3,"([13, 4, 11, 10],)","[1, 1, 2, 1]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=2,"([1, 0, 1, 1, 1],)","[0, 1, 0, 0, 0]",list(int) -> list(int) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) remove-mod-head,"([5, 2, 14, 10, 13],)","[2, 14, 13]",list(int) -> list(int) slice-k-n with k=1 and n=3,"([8, 1, 7, 13, 11, 2, 5, 16, 10, 9],)","[8, 1, 7]",list(int) -> list(int) prepend-index-k with k=5,"([6, 10, 0, 12, 3],)","[3, 6, 10, 0, 12, 3]",list(int) -> list(int) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) mult-k with k=2,"([14],)",[28],list(int) -> list(int) drop-k with k=1,"([9, 9, 15],)","[9, 15]",list(int) -> list(int) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) has-k with k=2,"([15, 16],)",False,list(int) -> bool Drop last 3 characters,"('857',)",,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) repeat-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) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) slice-k-n with k=1 and n=4,"([12, 3, 1, 10, 12, 2, 13, 5, 5],)","[12, 3, 1, 10]",list(int) -> list(int) replace-all-with-index-k with k=5,"([4, 10, 1, 16, 2, 11, 10, 12, 4, 10, 8, 6],)","[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=4,"([],)",[],list(int) -> list(int) append-k with k=1,"([8],)","[8, 1]",list(int) -> list(int) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) bool-identify-geq-k with k=3,"([7],)",[True],list(int) -> list(bool) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=1,"([15, 7, 0, 9, 9, 7, 10],)","[15, 15, 15, 15, 15, 15, 15]",list(int) -> list(int) take-k with k=2,"([14, 7, 1, 11],)","[14, 7]",list(int) -> list(int) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) fibonacci,"(8,)",21,int -> int caesar-cipher-k-modulo-n with k=2 and n=5,"([4, 3, 2, 4, 2],)","[1, 0, 4, 1, 4]",list(int) -> list(int) take-k with k=3,"([15, 7, 11, 10, 10, 9, 8],)","[15, 7, 11]",list(int) -> list(int) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) append-index-k with k=3,"([1, 2, 1, 7, 12, 15, 12, 13, 11, 4],)","[1, 2, 1, 7, 12, 15, 12, 13, 11, 4, 1]",list(int) -> list(int) bool-identify-k with k=3,"([],)",[],list(int) -> list(bool) remove gt 1,"([4, 1, 3, 3, 1],)","[1, 1]",list(int) -> list(int) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) add-k with k=4,"([9, 10, 10],)","[13, 14, 14]",list(int) -> list(int) slice-k-n with k=4 and n=5,"([7, 8, 2, 2, 13, 15, 0, 9, 8, 8, 13, 13, 10, 11, 7],)","[2, 13, 15, 0, 9]",list(int) -> list(int) is-mod-k with k=1,"([6, 0, 14, 0, 2, 12],)",True,list(int) -> bool Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) has-k with k=1,"([11, 1, 7, 8, 4, 5, 6],)",True,list(int) -> bool nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) count-k with k=0,"([0, 7],)",1,list(int) -> int parentheses around second word,"('California 86',)",(86),list(char) -> list(char) keep-mod-k with k=4,"([24, 16, 28, 4, 0],)","[24, 16, 28, 4, 0]",list(int) -> list(int) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) rotate-k with k=5,"([15, 16, 5, 13, 10, 5, 4, 3, 7, 1, 5, 10],)","[3, 7, 1, 5, 10, 15, 16, 5, 13, 10, 5, 4]",list(int) -> list(int) index-k with k=2,"([11, 13, 10, 6, 8],)",13,list(int) -> int First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 1, 0],)","[1, 0, 1]",list(int) -> list(int) Take first character and append ')',"('+169',)",+),list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) take-k with k=5,"([1, 0, 12, 11, 11, 0, 15, 1, 4, 6, 11],)","[1, 0, 12, 11, 11]",list(int) -> list(int) remove eq 2,"([0, 1, 6, 0, 1],)","[0, 1, 6, 0, 1]",list(int) -> list(int) is-primes,"([13, 14],)",False,list(int) -> bool "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) prepend-k with k=1,"([16, 3, 3, 9, 11, 6, 0],)","[1, 16, 3, 3, 9, 11, 6, 0]",list(int) -> list(int) kth-largest with k=4,"([12, 10, 12, 0, 2, 10, 9, 6],)",10,list(int) -> int ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) pow-k with k=4,"([12, 15],)","[20736, 50625]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) slice-k-n with k=1 and n=4,"([5, 8, 11, 0, 0, 13, 3, 11, 1, 2, 12, 15, 5],)","[5, 8, 11, 0]",list(int) -> list(int) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) slice-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) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) rotate-k with k=2,"([14, 12, 16, 4, 3, 7, 13, 13, 0, 6, 4, 12, 10, 10, 0, 5, 7],)","[5, 7, 14, 12, 16, 4, 3, 7, 13, 13, 0, 6, 4, 12, 10, 10, 0]",list(int) -> list(int) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) pow-k with k=3,"([5, 16, 10, 16, 8, 7],)","[125, 4096, 1000, 4096, 512, 343]",list(int) -> list(int) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) slice-k-n with k=1 and n=5,"([10, 0, 10, 4, 4, 5, 5, 2, 13, 14, 13, 6, 3],)","[10, 0, 10, 4, 4]",list(int) -> list(int) kth-largest with k=4,"([4, 8, 4, 5],)",4,list(int) -> int index-head,"([2, 3, 4],)",4,list(int) -> int nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) keep-mod-k with k=3,"([5, 16, 12],)",[12],list(int) -> list(int) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) tail,"([0, 1, 0, 2, 11, 0],)","[1, 0, 2, 11, 0]",list(int) -> list(int) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) take-k with k=2,"([14, 7, 1, 11],)","[14, 7]",list(int) -> list(int) is-squares,"([196, 49, 9, 1, 81, 81, 25],)",True,list(int) -> bool repeat-k with k=5,"([7, 6],)","[7, 6, 7, 6, 7, 6, 7, 6, 7, 6]",list(int) -> list(int) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) add-k with k=3,"([8, 6, 10],)","[11, 9, 13]",list(int) -> list(int) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) remove-mod-head,"([3, 21, 9, 15],)",[],list(int) -> list(int) slice-k-n with k=4 and n=1,"([7, 8, 3, 14, 10, 10],)",[14],list(int) -> list(int) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) slice-k-n with k=4 and n=4,"([4, 7, 13, 4, 7, 13, 5, 10, 8, 8, 11],)","[4, 7, 13, 5]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=4,"([2, 3, 2],)","[3, 0, 3]",list(int) -> list(int) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) replace-all-with-index-k with k=1,"([1, 11, 15, 14, 15],)","[1, 1, 1, 1, 1]",list(int) -> list(int) slice-k-n with k=2 and n=5,"([12, 12, 10, 16, 5, 6, 9, 4, 1, 0, 13, 4, 15, 7],)","[12, 10, 16, 5, 6]",list(int) -> list(int) kth-largest with k=1,"([11, 2, 10, 10],)",11,list(int) -> int Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) remove-mod-k with k=4,"([],)",[],list(int) -> list(int) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) keep gt 2,"([0, 4, 4, 6, 0],)","[4, 4, 6]",list(int) -> list(int) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) prepend-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) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) keep-mod-k with k=5,"([35, 25],)","[35, 25]",list(int) -> list(int) drop-k with k=2,"([0, 9, 1],)",[1],list(int) -> list(int) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) is-primes,"([5, 13, 7, 5],)",True,list(int) -> bool repeat,"([4, 6],)","[6, 6, 6, 6]",list(int) -> list(int) slice-k-n with k=5 and n=4,"([8, 1, 8, 16, 7, 10, 9, 3, 9, 9, 10, 3, 15, 16, 5, 5],)","[7, 10, 9, 3]",list(int) -> list(int) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) prepend-index-k with k=1,"([0, 9, 3, 1, 2, 3, 11, 8],)","[0, 0, 9, 3, 1, 2, 3, 11, 8]",list(int) -> list(int) remove-mod-k with k=3,"([0, 0, 7, 11, 27, 24, 7],)","[7, 11, 7]",list(int) -> list(int) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([2, 0, 0],)","[1, 2, 2]",list(int) -> list(int) kth-smallest with k=5,"([13, 4, 9, 6, 7, 6, 12, 4, 8, 16, 4],)",6,list(int) -> int remove eq 2,"([2, 4, 5, 2, 2],)","[4, 5]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) is-mod-k with k=5,"([3, 12, 12, 15, 2, 4],)",False,list(int) -> bool nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) fibonacci,"(6,)",8,int -> int Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) slice-k-n with k=3 and n=5,"([2, 11, 6, 1, 16, 9, 12, 12, 9, 5, 6, 4, 13, 16, 14, 6],)","[6, 1, 16, 9, 12]",list(int) -> list(int) slice-k-n with k=3 and n=2,"([10, 10, 15, 3, 3, 9, 6, 15],)","[15, 3]",list(int) -> list(int) is-mod-k with k=1,"([14, 1],)",True,list(int) -> bool parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) add-k with k=2,"([14, 13, 12, 6],)","[16, 15, 14, 8]",list(int) -> list(int) slice-k-n with k=1 and n=5,"([8, 10, 7, 16, 3, 14, 0],)","[8, 10, 7, 16, 3]",list(int) -> list(int) remove empty lists,"([[], [], [], []],)",[],list(list(bool)) -> list(list(bool)) bool-identify-is-mod-k with k=1,"([12, 3, 14],)","[True, True, True]",list(int) -> list(bool) slice-k-n with k=2 and n=5,"([11, 15, 3, 9, 0, 16, 1, 0, 8, 15, 8],)","[15, 3, 9, 0, 16]",list(int) -> list(int) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) has-k with k=5,"([3, 8, 1],)",False,list(int) -> bool "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) fibonacci,"(6,)",8,int -> int keep primes,"([1, 29, 17, 31, 17, 6, 31],)","[29, 17, 31, 17, 31]",list(int) -> list(int) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) replace-all-with-index-k with k=2,"([11, 7, 16, 14, 13, 12],)","[7, 7, 7, 7, 7, 7]",list(int) -> list(int) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) slice-k-n with k=4 and n=1,"([0, 6, 2, 7, 9, 8, 11, 4, 9, 11, 2],)",[7],list(int) -> list(int) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) is-mod-k with k=2,"([],)",True,list(int) -> bool take-k with k=3,"([2, 13, 8, 1, 9],)","[2, 13, 8]",list(int) -> list(int) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) slice-k-n with k=1 and n=5,"([15, 6, 12, 11, 12, 12, 2],)","[15, 6, 12, 11, 12]",list(int) -> list(int) slice-k-n with k=4 and n=1,"([8, 13, 9, 1, 16, 0, 7, 5, 7, 11, 3, 2, 8],)",[1],list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([2, 2, 2, 1],)","[1, 1, 1, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=3,"([2, 1, 1, 0, 0, 2, 2],)","[1, 0, 0, 2, 2, 1, 1]",list(int) -> list(int) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) keep-mod-k with k=3,"([0, 6, 9, 4, 16],)","[0, 6, 9]",list(int) -> list(int) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) rotate-k with k=1,"([0, 12],)","[12, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=2,"([0, 0, 0, 0, 1, 0, 1],)","[1, 1, 1, 1, 0, 1, 0]",list(int) -> list(int) count-head-in-tail,"([9, 14, 15, 7, 2, 6, 2],)",0,list(int) -> int drop-k with k=3,"([9, 0, 5, 8, 5, 8, 13],)","[8, 5, 8, 13]",list(int) -> list(int) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) slice-k-n with k=5 and n=1,"([16, 12, 11, 0, 0, 5, 10, 14],)",[0],list(int) -> list(int) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) rotate-k with k=1,"([1, 14, 6, 2, 2, 13, 5, 7, 3, 4, 9, 6, 4, 11],)","[11, 1, 14, 6, 2, 2, 13, 5, 7, 3, 4, 9, 6, 4]",list(int) -> list(int) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) kth-smallest with k=2,"([2, 16, 6, 4, 4, 1, 5],)",2,list(int) -> int nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) count-k with k=5,"([5],)",1,list(int) -> int sort-and-deduplicate,"([0, 10, 3, 4],)","[0, 3, 4, 10]",list(int) -> list(int) slice-k-n with k=5 and n=1,"([7, 12, 1, 4, 5, 14, 3],)",[5],list(int) -> list(int) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([0, 3, 2, 2, 2],)","[1, 0, 3, 3, 3]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) take-k with k=2,"([11, 2, 1, 14, 8, 6, 9],)","[11, 2]",list(int) -> list(int) product,"([10, 6, 8, 4, 6, 6, 7],)",483840,list(int) -> int append-k with k=4,"([14, 1, 8, 0, 5, 7],)","[14, 1, 8, 0, 5, 7, 4]",list(int) -> list(int) drop-k with k=1,"([3, 13],)",[13],list(int) -> list(int) bool-identify-geq-k with k=5,"([8, 6, 12, 16, 3, 6, 16],)","[True, True, True, True, False, True, True]",list(int) -> list(bool) repeat-k with k=2,"([6, 6, 11, 5, 9],)","[6, 6, 11, 5, 9, 6, 6, 11, 5, 9]",list(int) -> list(int) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) kth-largest with k=5,"([1, 12, 11, 6, 11, 15, 11, 2, 7, 8, 13],)",11,list(int) -> int dup,"([8, 16, 5],)","[8, 8, 16, 16, 5, 5]",list(int) -> list(int) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) kth-largest with k=2,"([16, 15, 13, 0, 15],)",15,list(int) -> int caesar-cipher-k-modulo-n with k=2 and n=4,"([0, 1, 1, 2, 3],)","[2, 3, 3, 0, 1]",list(int) -> list(int) odds,"([16],)",[],list(int) -> list(int) rotate-k with k=5,"([4, 12, 6, 13, 11, 6, 1, 3, 4],)","[11, 6, 1, 3, 4, 4, 12, 6, 13]",list(int) -> list(int) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) is-mod-k with k=3,"([0, 16, 0, 3],)",False,list(int) -> bool ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) is-squares,"([9, 1],)",True,list(int) -> bool caesar-cipher-k-modulo-n with k=3 and n=2,"([],)",[],list(int) -> list(int) repeat,"([3, 7],)","[7, 7, 7]",list(int) -> list(int) slice-k-n with k=4 and n=4,"([4, 0, 15, 15, 10, 0, 11, 14, 4, 15, 10, 5, 7, 10],)","[15, 10, 0, 11]",list(int) -> list(int) modulo-k with k=2,"([1],)",[1],list(int) -> list(int) remove-index-k with k=4,"([13, 12, 15, 1, 7, 3, 16, 10, 12, 14],)","[13, 12, 15, 7, 3, 16, 10, 12, 14]",list(int) -> list(int) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) repeat-many,"([2, 12],)","[12, 12]",list(int) -> list(int) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) index-k with k=4,"([4, 6, 12, 8],)",8,list(int) -> int rotate-k with k=5,"([8, 1, 14, 9, 7, 11, 16, 0, 15, 1, 4, 12, 10],)","[15, 1, 4, 12, 10, 8, 1, 14, 9, 7, 11, 16, 0]",list(int) -> list(int) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) modulo-k with k=1,"([11, 1, 16, 14, 2, 12, 11],)","[0, 0, 0, 0, 0, 0, 0]",list(int) -> list(int) rotate-k with k=1,"([10, 5, 9, 13, 4, 8, 10, 3, 2, 12, 9, 0],)","[0, 10, 5, 9, 13, 4, 8, 10, 3, 2, 12, 9]",list(int) -> list(int) keep gt 3,"([0, 0, 6, 6, 4],)","[6, 6, 4]",list(int) -> list(int) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) last,"([1, 12, 4, 0, 0, 14, 14],)",14,list(int) -> int add-k with k=2,"([9, 11, 0, 0, 5, 3, 2],)","[11, 13, 2, 2, 7, 5, 4]",list(int) -> list(int) has-k with k=3,"([3, 16, 3],)",True,list(int) -> bool Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) drop-k with k=3,"([11, 12, 13, 4, 0, 13, 6, 9, 1, 9],)","[4, 0, 13, 6, 9, 1, 9]",list(int) -> list(int) has-k with k=5,"([5, 5, 5, 5, 5, 6, 5],)",True,list(int) -> bool sum,"([0, 11, 4, 11, 1, 6, 12],)",45,list(int) -> int slice-k-n with k=2 and n=1,"([16, 7, 12, 11, 14, 6, 9, 14, 0, 5],)",[7],list(int) -> list(int) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) keep eq 3,"([1, 6, 3, 0, 1],)",[3],list(int) -> list(int) index-k with k=5,"([9, 10, 2, 3, 5, 1, 8, 4, 3, 3, 16],)",5,list(int) -> int nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) slice-k-n with k=1 and n=1,"([0, 11, 13, 1, 16, 11, 3, 4, 11, 4],)",[0],list(int) -> list(int) pow-k with k=5,"([6, 8, 2, 2],)","[7776, 32768, 32, 32]",list(int) -> list(int) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) kth-largest with k=2,"([16, 10, 8, 15, 9, 15, 14, 2, 12],)",15,list(int) -> int First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) bool-identify-k with k=5,"([4, 12, 3, 15, 5, 5],)","[False, False, False, False, True, True]",list(int) -> list(bool) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) drop-k with k=1,"([6, 4, 15, 0],)","[4, 15, 0]",list(int) -> list(int) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([],)",[],list(int) -> list(int) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) bool-identify-geq-k with k=1,"([4, 4, 4, 0, 7, 4],)","[True, True, True, False, True, True]",list(int) -> list(bool) prepend-index-k with k=5,"([2, 5, 12, 15, 10, 13],)","[10, 2, 5, 12, 15, 10, 13]",list(int) -> list(int) empty,"([10, 10, 6, 13, 4],)",False,list(int) -> bool kth-smallest with k=5,"([7, 11, 5, 11, 16, 6, 0, 0, 8],)",7,list(int) -> int Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) evens,"([2, 2, 8, 7],)","[2, 2, 8]",list(int) -> list(int) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) keep gt 1,"([1, 3, 5, 4, 3],)","[3, 5, 4, 3]",list(int) -> list(int) slice-k-n with k=3 and n=4,"([2, 10, 13, 10, 15, 1, 0, 11, 0, 15, 3, 7, 4, 11],)","[13, 10, 15, 1]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) fibonacci,"(2,)",1,int -> int Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) remove eq 2,"([6, 6, 5, 5, 2],)","[6, 6, 5, 5]",list(int) -> list(int) slice-k-n with k=2 and n=2,"([8, 1, 15, 13, 12, 15, 14, 11, 13, 2, 5],)","[1, 15]",list(int) -> list(int) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) add-k with k=2,"([],)",[],list(int) -> list(int) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) modulo-k with k=3,"([9, 0, 3],)","[0, 0, 0]",list(int) -> list(int) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=2,"([1, 1, 0, 0],)","[0, 0, 1, 1]",list(int) -> list(int) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) drop-k with k=1,"([5, 16, 16, 9],)","[16, 16, 9]",list(int) -> list(int) append-k with k=3,"([8, 1, 9, 3, 13, 5, 7],)","[8, 1, 9, 3, 13, 5, 7, 3]",list(int) -> list(int) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) slice-k-n with k=3 and n=4,"([4, 11, 16, 9, 3, 9, 3, 5, 8, 8, 12, 11, 0, 6],)","[16, 9, 3, 9]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) take-k with k=5,"([7, 12, 15, 13, 10, 16, 8, 4, 6, 7],)","[7, 12, 15, 13, 10]",list(int) -> list(int) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) remove-mod-k with k=3,"([6],)",[],list(int) -> list(int) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=5,"([0, 5, 7, 11, 11, 0, 12, 3, 1],)","[11, 11, 11, 11, 11, 11, 11, 11, 11]",list(int) -> list(int) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) slice-k-n with k=2 and n=1,"([11, 12, 4, 5, 2],)",[12],list(int) -> list(int) repeat-k with k=4,"([8, 16],)","[8, 16, 8, 16, 8, 16, 8, 16]",list(int) -> list(int) repeat-many,"([3, 3, 2, 5],)","[3, 2, 5, 3, 2, 5, 3, 2, 5]",list(int) -> list(int) is-mod-k with k=4,"([24],)",True,list(int) -> bool is-primes,"([4],)",False,list(int) -> bool slice-k-n with k=4 and n=3,"([3, 14, 1, 4, 1, 16, 6, 3, 1, 7, 9],)","[4, 1, 16]",list(int) -> list(int) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) keep-mod-k with k=5,"([13, 2],)",[],list(int) -> list(int) keep eq 3,"([5, 3, 0, 0, 4],)",[3],list(int) -> list(int) count-k with k=1,"([1, 15],)",1,list(int) -> int Take first character and append '.',"('+189',)",+.,list(char) -> list(char) add-k with k=5,"([10, 8, 4, 7],)","[15, 13, 9, 12]",list(int) -> list(int) count-k with k=4,"([2, 7, 3, 3],)",0,list(int) -> int Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) evens,"([],)",[],list(int) -> list(int) fibonacci,"(9,)",34,int -> int "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=2,"([3, 4, 5],)","[4, 4, 4]",list(int) -> list(int) kth-smallest with k=5,"([6, 7, 16, 16, 6, 6, 11, 5, 9],)",7,list(int) -> int take-k with k=4,"([12, 2, 6, 8, 3, 14, 12, 7, 16, 16, 5],)","[12, 2, 6, 8]",list(int) -> list(int) bool-identify-geq-k with k=2,"([14, -1, -1, -1, 1, -1],)","[True, False, False, False, False, False]",list(int) -> list(bool) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) count-k with k=1,"([8, 7],)",0,list(int) -> int keep gt 3,"([4, 1, 3, 5, 5],)","[4, 5, 5]",list(int) -> list(int) slice-k-n with k=3 and n=5,"([5, 11, 10, 6, 5, 14, 1, 2, 4, 1, 2, 5, 6, 15],)","[10, 6, 5, 14, 1]",list(int) -> list(int) keep gt 3,"([3, 1, 1, 0, 2],)",[],list(int) -> list(int) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) product,"([11, 9, 9],)",891,list(int) -> int repeat,"([1, 1],)",[1],list(int) -> list(int) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) pow-k with k=2,"([7, 14, 11],)","[49, 196, 121]",list(int) -> list(int) slice-k-n with k=3 and n=5,"([13, 0, 15, 4, 12, 16, 4, 3, 2, 7, 5, 6, 0, 0, 14],)","[15, 4, 12, 16, 4]",list(int) -> list(int) add-k with k=5,"([7, 6, 11],)","[12, 11, 16]",list(int) -> list(int) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) take-k with k=5,"([15, 13, 4, 5, 10, 15, 4, 4, 2, 2],)","[15, 13, 4, 5, 10]",list(int) -> list(int) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) remove-index-k with k=1,"([1],)",[],list(int) -> list(int) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) kth-smallest with k=3,"([6, 4, 16, 5, 11, 11, 14],)",6,list(int) -> int nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) keep-mod-k with k=3,"([13, 3],)",[3],list(int) -> list(int) rotate-k with k=3,"([4, 3, 12, 6, 2, 11, 16, 10, 9, 10, 13, 6, 3],)","[13, 6, 3, 4, 3, 12, 6, 2, 11, 16, 10, 9, 10]",list(int) -> list(int) keep-mod-k with k=4,"([],)",[],list(int) -> list(int) keep eq 0,"([6, 6, 5, 0, 5],)",[0],list(int) -> list(int) drop-k with k=4,"([0, 5, 2, 14, 9, 3],)","[9, 3]",list(int) -> list(int) bool-identify-is-mod-k with k=1,"([],)",[],list(int) -> list(bool) slice-k-n with k=2 and n=4,"([0, 9, 8, 11, 6, 7, 6, 4, 4, 7],)","[9, 8, 11, 6]",list(int) -> list(int) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) sort,"([9, 3, 8],)","[3, 8, 9]",list(int) -> list(int) has-head-in-tail,"([2, 15, 2, 2, 2, 2],)",True,list(int) -> bool Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) drop-k with k=5,"([5, 10, 1, 5, 6, 16, 12, 9, 2, 7, 13],)","[16, 12, 9, 2, 7, 13]",list(int) -> list(int) remove gt 3,"([6, 0, 0, 5, 6],)","[0, 0]",list(int) -> list(int) slice-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) odds,"([6, 10, 15, 8, 14, 3],)","[15, 3]",list(int) -> list(int) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) slice-k-n with k=5 and n=3,"([11, 10, 6, 3, 9, 6, 16, 14, 12, 2, 2],)","[9, 6, 16]",list(int) -> list(int) remove-index-k with k=3,"([4, 8, 10, 3, 2, 12, 9, 0, 0],)","[4, 8, 3, 2, 12, 9, 0, 0]",list(int) -> list(int) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) remove-index-k with k=5,"([2, 3, 11, 8, 10],)","[2, 3, 11, 8]",list(int) -> list(int) bool-identify-is-mod-k with k=4,"([13, 2],)","[False, False]",list(int) -> list(bool) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) slice-k-n with k=1 and n=1,"([9, 9, 14, 10],)",[9],list(int) -> list(int) max,"([4, 13, 4, 2],)",13,list(int) -> int replace-all-with-index-k with k=3,"([2, 14, 16, 10, 9, 6],)","[16, 16, 16, 16, 16, 16]",list(int) -> list(int) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) remove-index-k with k=5,"([3, 12, 15, 12, 1, 5, 15, 15, 2, 10],)","[3, 12, 15, 12, 5, 15, 15, 2, 10]",list(int) -> list(int) mult-k with k=5,"([16, 15, 1, 15],)","[80, 75, 5, 75]",list(int) -> list(int) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) kth-largest with k=5,"([0, 8, 7, 16, 13, 3, 8, 0, 13],)",8,list(int) -> int Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) evens,"([12, 13],)",[12],list(int) -> list(int) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) prepend-index-k with k=1,"([5, 0, 0, 13, 1],)","[5, 5, 0, 0, 13, 1]",list(int) -> list(int) keep-mod-k with k=2,"([6, 8, 6, 14, 11, 4, 15],)","[6, 8, 6, 14, 4]",list(int) -> list(int) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 1, 0, 0],)","[2, 2, 1, 1]",list(int) -> list(int) bool-identify-k with k=1,"([5, 8, 4, 13, 12],)","[False, False, False, False, False]",list(int) -> list(bool) remove-index-k with k=5,"([8, 10, 8, 4, 16, 7, 10, 5, 13],)","[8, 10, 8, 4, 7, 10, 5, 13]",list(int) -> list(int) range +1 maximum list,"([4, 7],)","[0, 1, 2, 3, 4, 5, 6, 7]",list(int) -> list(int) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([1, 2, 2, 4],)","[4, 0, 0, 2]",list(int) -> list(int) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) keep-mod-k with k=2,"([2, 1, 10, 8, 4, 6, 2],)","[2, 10, 8, 4, 6, 2]",list(int) -> list(int) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) slice-k-n with k=4 and n=2,"([6, 7, 9, 2, 4, 16, 11],)","[2, 4]",list(int) -> list(int) Take first 2 characters,"('334',)",33,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([1, 3, 2, 3, 2],)","[0, 2, 1, 2, 1]",list(int) -> list(int) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) bool-identify-geq-k with k=3,"([5, 5, 16],)","[True, True, True]",list(int) -> list(bool) slice-k-n with k=3 and n=4,"([13, 11, 15, 0, 16, 16, 1, 2, 16, 11, 2, 13, 14],)","[15, 0, 16, 16]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 0, 1, 1, 1],)","[0, 1, 0, 0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 0],)","[0, 1]",list(int) -> list(int) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) bool-identify-k with k=3,"([3, 3, 3],)","[True, True, True]",list(int) -> list(bool) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) range +1 maximum list,"([0, 5],)","[0, 1, 2, 3, 4, 5]",list(int) -> list(int) range +1 maximum list,"([7, 6],)","[0, 1, 2, 3, 4, 5, 6, 7]",list(int) -> list(int) mult-k with k=2,"([0, 2, 0],)","[0, 4, 0]",list(int) -> list(int) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) len,"([13, 11, 10, 12, 13],)",5,list(int) -> int range +1 maximum list,"([5, 0],)","[0, 1, 2, 3, 4, 5]",list(int) -> list(int) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) remove gt 1,"([6, 1, 4, 4, 1],)","[1, 1]",list(int) -> list(int) is-evens,"([5, 7, 14, 0, 13, 5, 9],)",False,list(int) -> bool Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) index-k with k=4,"([10, 5, 2, 16, 10, 1, 9, 16, 8, 11, 16],)",16,list(int) -> int caesar-cipher-k-modulo-n with k=5 and n=4,"([3, 1, 3],)","[0, 2, 0]",list(int) -> list(int) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) append-k with k=2,"([12, 7, 12],)","[12, 7, 12, 2]",list(int) -> list(int) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) repeat,"([6, 13],)","[13, 13, 13, 13, 13, 13]",list(int) -> list(int) keep-mod-k with k=3,"([3, 9, 3, 15, 10],)","[3, 9, 3, 15]",list(int) -> list(int) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) keep eq 0,"([3, 6, 2, 6, 2],)",[],list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=5,"([2, 3, 3],)","[3, 4, 4]",list(int) -> list(int) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) append-k with k=0,"([0, 14],)","[0, 14, 0]",list(int) -> list(int) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) bool-identify-geq-k with k=1,"([4, 15, 1, 15, 13, 10],)","[True, True, True, True, True, True]",list(int) -> list(bool) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) keep gt 2,"([2, 0, 5, 5, 3],)","[5, 5, 3]",list(int) -> list(int) remove-mod-k with k=4,"([12, 9, 4, 16, 6],)","[9, 6]",list(int) -> list(int) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([2, 2, 0, 1, 2, 1, 1],)","[3, 3, 1, 2, 3, 2, 2]",list(int) -> list(int) bool-identify-k with k=5,"([5, 5, 5, 5, 5],)","[True, True, True, True, True]",list(int) -> list(bool) drop-k with k=5,"([4, 14, 0, 12, 7],)",[],list(int) -> list(int) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 1, 1],)","[1, 0, 0]",list(int) -> list(int) remove eq 2,"([4, 2, 4, 5, 1],)","[4, 4, 5, 1]",list(int) -> list(int) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) bool-identify-geq-k with k=1,"([],)",[],list(int) -> list(bool) +1 maximum list,"([6, 0],)",7,list(int) -> int odds,"([4, 2],)",[],list(int) -> list(int) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) bool-identify-geq-k with k=5,"([15, 7, 10, 3, 8],)","[True, True, True, False, True]",list(int) -> list(bool) Append '+138',"('TX',)",TX+138,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) keep primes,"([8, 13, 17, 4, 1, 2, 1],)","[13, 17, 2]",list(int) -> list(int) slice-k-n with k=4 and n=3,"([14, 8, 11, 16, 15, 11, 5, 5, 10, 0, 12, 8, 3, 9],)","[16, 15, 11]",list(int) -> list(int) slice-k-n with k=1 and n=3,"([7, 7, 11, 5, 16],)","[7, 7, 11]",list(int) -> list(int) append-index-k with k=3,"([8, 6, 13, 11, 15, 2],)","[8, 6, 13, 11, 15, 2, 13]",list(int) -> list(int) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) remove-index-k with k=5,"([12, 6, 11, 9, 3],)","[12, 6, 11, 9]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) repeat,"([3, 3],)","[3, 3, 3]",list(int) -> list(int) has-k with k=4,"([16],)",False,list(int) -> bool Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) append-k with k=3,"([6, 14, 12, 4, 4, 15],)","[6, 14, 12, 4, 4, 15, 3]",list(int) -> list(int) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([2, 2, 0, 1, 2, 1, 1],)","[0, 0, 2, 3, 0, 3, 3]",list(int) -> list(int) mult-k with k=2,"([4, 16, 1, 8, 4, 7],)","[8, 32, 2, 16, 8, 14]",list(int) -> list(int) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) kth-smallest with k=2,"([10, 1, 9, 16, 8, 11, 16, 13, 1],)",1,list(int) -> int take-k with k=3,"([1, 7, 9, 2, 2, 6, 6, 15, 1],)","[1, 7, 9]",list(int) -> list(int) append-k with k=1,"([],)",[1],list(int) -> list(int) remove-mod-k with k=5,"([8, 5, 9, 25, 6],)","[8, 9, 6]",list(int) -> list(int) Drop last 2 characters,"('562',)",5,list(char) -> list(char) index-k with k=2,"([8, 9, 0, 3, 2, 16, 12, 4, 8],)",9,list(int) -> int parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) replace-all-with-index-k with k=4,"([0, 9, 16, 3, 3, 11, 16, 0],)","[3, 3, 3, 3, 3, 3, 3, 3]",list(int) -> list(int) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) prepend-k with k=2,"([13],)","[2, 13]",list(int) -> list(int) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=2,"([1, 0, 0, 0, 1, 0, 0],)","[0, 1, 1, 1, 0, 1, 1]",list(int) -> list(int) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) keep gt 2,"([4, 2, 2, 5, 5],)","[4, 5, 5]",list(int) -> list(int) bool-identify-is-mod-k with k=1,"([10, 0, 15, 9, 13],)","[True, True, True, True, True]",list(int) -> list(bool) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) slice-k-n with k=1 and n=2,"([13, 8, 5, 4],)","[13, 8]",list(int) -> list(int) repeat-k with k=3,"([8],)","[8, 8, 8]",list(int) -> list(int) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) kth-largest with k=5,"([15, 16, 16, 16, 6, 0, 4, 7],)",7,list(int) -> int nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) bool-identify-is-mod-k with k=2,"([2, 2, 2],)","[True, True, True]",list(int) -> list(bool) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) prepend-index-k with k=3,"([11, 3, 6],)","[6, 11, 3, 6]",list(int) -> list(int) remove gt 3,"([6, 5, 1, 1, 4],)","[1, 1]",list(int) -> list(int) prepend-index-k with k=5,"([3, 3, 7, 11, 3, 7, 2, 10, 7, 15],)","[3, 3, 3, 7, 11, 3, 7, 2, 10, 7, 15]",list(int) -> list(int) slice-k-n with k=1 and n=5,"([2, 12, 15, 7, 10, 4, 14, 11, 7],)","[2, 12, 15, 7, 10]",list(int) -> list(int) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) pow-k with k=4,"([],)",[],list(int) -> list(int) slice-k-n with k=4 and n=2,"([4, 15, 8, 1, 13, 7, 5],)","[1, 13]",list(int) -> list(int) bool-identify-is-mod-k with k=4,"([],)",[],list(int) -> list(bool) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) slice-k-n with k=1 and n=2,"([13, 3, 9, 14, 15],)","[13, 3]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=4,"([1, 3, 0],)","[2, 0, 1]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 0, 1],)","[1, 1, 0]",list(int) -> list(int) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) reverse,"([],)",[],list(int) -> list(int) prepend-k with k=1,"([6],)","[1, 6]",list(int) -> list(int) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) slice-k-n with k=5 and n=1,"([15, 11, 4, 16, 12, 5, 4, 3, 7, 10, 16, 16, 11, 7],)",[12],list(int) -> list(int) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) drop-k with k=1,"([16, 2, 1, 12, 1, 11, 15],)","[2, 1, 12, 1, 11, 15]",list(int) -> list(int) count-k with k=3,"([3, 6, 1, 15, 12, 13],)",1,list(int) -> int Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) bool-identify-k with k=4,"([4, 4, 4, 4, 4, 4],)","[True, True, True, True, True, True]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=1 and n=4,"([2, 0, 2, 1, 3, 2],)","[3, 1, 3, 2, 0, 3]",list(int) -> list(int) count-k with k=5,"([8, 14],)",0,list(int) -> int append-index-k with k=2,"([11, 5, 15, 11],)","[11, 5, 15, 11, 5]",list(int) -> list(int) has-k with k=3,"([],)",False,list(int) -> bool remove eq 1,"([6, 3, 2, 2, 6],)","[6, 3, 2, 2, 6]",list(int) -> list(int) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) keep-mod-k with k=2,"([12, 6, 16],)","[12, 6, 16]",list(int) -> list(int) bool-identify-k with k=0,"([11, 9, 0],)","[False, False, True]",list(int) -> list(bool) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) remove-index-k with k=3,"([14, 10, 5, 2, 16],)","[14, 10, 2, 16]",list(int) -> list(int) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) remove-index-k with k=5,"([12, 5, 13, 11, 4, 16, 0, 8, 10, 6],)","[12, 5, 13, 11, 16, 0, 8, 10, 6]",list(int) -> list(int) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) remove gt 2,"([5, 2, 5, 6, 1],)","[2, 1]",list(int) -> list(int) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) remove-mod-k with k=3,"([7, 15, 6],)",[7],list(int) -> list(int) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) append-k with k=1,"([13, 11, 5, 1],)","[13, 11, 5, 1, 1]",list(int) -> list(int) Take first character and append ')',"('414',)",4),list(char) -> list(char) count-k with k=0,"([9, 7, 2, 6],)",0,list(int) -> int Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) keep primes,"([17, 29, 2, 4, 2, 1, 8],)","[17, 29, 2, 2]",list(int) -> list(int) min,"([14, 1, 3],)",1,list(int) -> int append-k with k=2,"([0],)","[0, 2]",list(int) -> list(int) slice-k-n with k=1 and n=1,"([8, 5, 0],)",[8],list(int) -> list(int) bool-identify-is-prime,"([2],)",[True],list(int) -> list(bool) replace-all-with-index-k with k=5,"([9, 8, 15, 3, 4, 13, 9, 3, 3],)","[4, 4, 4, 4, 4, 4, 4, 4, 4]",list(int) -> list(int) empty,"([4],)",False,list(int) -> bool bool-identify-k with k=3,"([11, 0, 3, 3, 3, 3, 3],)","[False, False, True, True, True, True, True]",list(int) -> list(bool) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) bool-identify-geq-k with k=4,"([12, 6, 15, 6, 14, 8, 6],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) slice-k-n with k=5 and n=1,"([7, 8, 9, 14, 16, 4, 5, 9, 9, 3, 9, 14, 10, 0],)",[16],list(int) -> list(int) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) bool-identify-geq-k with k=3,"([5, 5, 7],)","[True, True, True]",list(int) -> list(bool) remove gt 1,"([0, 4, 3, 3, 3],)",[0],list(int) -> list(int) Take first character and append '.',"('290',)",2.,list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) replace-all-with-index-k with k=1,"([16],)",[16],list(int) -> list(int) has-k with k=3,"([3, 15],)",True,list(int) -> bool repeat-k with k=2,"([4, 11, 11, 12],)","[4, 11, 11, 12, 4, 11, 11, 12]",list(int) -> list(int) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) slice-k-n with k=5 and n=5,"([4, 4, 13, 12, 10, 10, 3, 2, 10, 4, 10, 1, 0, 4, 4],)","[10, 10, 3, 2, 10]",list(int) -> list(int) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) remove gt 1,"([5, 5, 5, 5, 1],)",[1],list(int) -> list(int) is-evens,"([2, 0, 4],)",True,list(int) -> bool slice-k-n with k=2 and n=3,"([13, 5, 3, 16, 8, 12],)","[5, 3, 16]",list(int) -> list(int) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) drop-k with k=3,"([2, 5, 14, 8, 8],)","[8, 8]",list(int) -> list(int) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) prepend-index-k with k=1,"([7, 10, 5, 13, 1, 6, 11, 10],)","[7, 7, 10, 5, 13, 1, 6, 11, 10]",list(int) -> list(int) modulo-k with k=3,"([1, 7, 11, 13],)","[1, 1, 2, 1]",list(int) -> list(int) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) prepend-index-k with k=5,"([2, 5, 12, 15, 10, 13],)","[10, 2, 5, 12, 15, 10, 13]",list(int) -> list(int) add-k with k=1,"([8, 13, 6],)","[9, 14, 7]",list(int) -> list(int) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) bool-identify-geq-k with k=1,"([2, 5, 11],)","[True, True, True]",list(int) -> list(bool) slice-k-n with k=2 and n=2,"([9, 5, 16, 1, 15, 12, 6, 7],)","[5, 16]",list(int) -> list(int) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) kth-largest with k=1,"([15, 8, 10, 1, 14, 1, 3],)",15,list(int) -> int nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([],)",[],list(int) -> list(int) keep-mod-head,"([4, 2, 6, 10, 8, 12],)","[8, 12]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 0, 0, 2, 0, 1],)","[0, 2, 2, 1, 2, 0]",list(int) -> list(int) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) bool-identify-geq-k with k=5,"([2, 5, 4, 2, 12, 2],)","[False, True, False, False, True, False]",list(int) -> list(bool) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) rotate-k with k=3,"([15, 9, 4, 8, 5, 5, 11, 4, 5, 11, 4, 11, 13, 15, 14, 8],)","[15, 14, 8, 15, 9, 4, 8, 5, 5, 11, 4, 5, 11, 4, 11, 13]",list(int) -> list(int) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([5, 8, 8, 9, 4, 4],)","[False, False, False, True, False, False]",list(int) -> list(bool) slice-k-n with k=2 and n=3,"([14, 12, 8, 6, 15, 15, 11, 13, 16, 16, 11, 2, 7],)","[12, 8, 6]",list(int) -> list(int) slice-k-n with k=3 and n=4,"([9, 1, 10, 0, 14, 12, 5, 1, 12],)","[10, 0, 14, 12]",list(int) -> list(int) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 1, 0, 0, 1, 0, 0],)","[2, 2, 1, 1, 2, 1, 1]",list(int) -> list(int) kth-smallest with k=1,"([3, 14],)",3,list(int) -> int bool-identify-k with k=5,"([9, 1, 16],)","[False, False, False]",list(int) -> list(bool) range,"(3,)","[0, 1, 2]",int -> list(int) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) bool-identify-k with k=1,"([8, 7],)","[False, False]",list(int) -> list(bool) modulo-k with k=2,"([5, 11, 4, 14, 13],)","[1, 1, 0, 0, 1]",list(int) -> list(int) remove-index-k with k=2,"([2, 2, 13, 0, 13, 5, 2, 6, 2],)","[2, 13, 0, 13, 5, 2, 6, 2]",list(int) -> list(int) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) add-k with k=2,"([11, 5, 7, 6, 8],)","[13, 7, 9, 8, 10]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([2, 2, 1, 1, 2, 1, 0],)","[0, 0, 2, 2, 0, 2, 1]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=4,"([0, 1, 1, 1, 1, 2],)","[3, 0, 0, 0, 0, 1]",list(int) -> list(int) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) bool-identify-geq-k with k=1,"([],)",[],list(int) -> list(bool) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) is-mod-k with k=1,"([9, 10, 4],)",True,list(int) -> bool repeat-k with k=4,"([3, 5],)","[3, 5, 3, 5, 3, 5, 3, 5]",list(int) -> list(int) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) add-k with k=2,"([7, 1, 0, 11, 0, 10],)","[9, 3, 2, 13, 2, 12]",list(int) -> list(int) keep eq 1,"([5, 5, 0, 1, 4],)",[1],list(int) -> list(int) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) index-k with k=4,"([5, 11, 2, 10, 13, 9, 13, 16],)",10,list(int) -> int remove-mod-k with k=3,"([5, 3, 11],)","[5, 11]",list(int) -> list(int) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) keep primes,"([9, 19, 5, 3, 17, 2, 11],)","[19, 5, 3, 17, 2, 11]",list(int) -> list(int) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) pow-k with k=5,"([],)",[],list(int) -> list(int) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) keep gt 3,"([3, 1, 1, 0, 2],)",[],list(int) -> list(int) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) bool-identify-is-mod-k with k=1,"([],)",[],list(int) -> list(bool) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) mult-k with k=2,"([13, 14, 2, 8, 0, 14, 3],)","[26, 28, 4, 16, 0, 28, 6]",list(int) -> list(int) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) slice-k-n with k=2 and n=1,"([16, 15, 9, 11, 12],)",[15],list(int) -> list(int) index-k with k=4,"([4, 5, 2, 14, 6, 9],)",14,list(int) -> int has-head-in-tail,"([14, 3, 14, 11],)",True,list(int) -> bool Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) remove-mod-head,"([1, 6, 12, 8, 1, 14, 9],)",[],list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=5,"([2, 1, 2, 4],)","[4, 3, 4, 1]",list(int) -> list(int) append-k with k=3,"([1],)","[1, 3]",list(int) -> list(int) index-k with k=2,"([10, 10, 6, 8, 1, 3, 0],)",10,list(int) -> int ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) append-k with k=0,"([7, 7, 13, 12],)","[7, 7, 13, 12, 0]",list(int) -> list(int) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) take-k with k=2,"([7, 16, 11, 2, 2, 5, 12, 2],)","[7, 16]",list(int) -> list(int) slice-k-n with k=5 and n=5,"([12, 15, 3, 13, 4, 13, 4, 11, 8, 1, 3, 9, 13, 13],)","[4, 13, 4, 11, 8]",list(int) -> list(int) slice-k-n with k=2 and n=1,"([5, 15, 15, 13, 6],)",[15],list(int) -> list(int) append-k with k=0,"([3, 5],)","[3, 5, 0]",list(int) -> list(int) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([2, 3, 1],)","[0, 1, 3]",list(int) -> list(int) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) remove gt 2,"([0, 6, 2, 2, 2],)","[0, 2, 2, 2]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) slice-k-n with k=5 and n=2,"([6, 13, 14, 5, 13, 15, 16, 5, 8, 3, 15, 2, 0, 12, 6],)","[13, 15]",list(int) -> list(int) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) is-mod-k with k=2,"([6, 10, 9, 1],)",False,list(int) -> bool kth-smallest with k=1,"([3, 3, 12],)",3,list(int) -> int bool-identify-k with k=5,"([5, 16, 11, 5],)","[True, False, False, True]",list(int) -> list(bool) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) repeat-k with k=2,"([],)",[],list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) max,"([4, 12],)",12,list(int) -> int Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) prepend-k with k=1,"([15, 15, 15, 12, 8, 12],)","[1, 15, 15, 15, 12, 8, 12]",list(int) -> list(int) has-head-in-tail,"([7, 7, 7],)",True,list(int) -> bool Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) bool-identify-geq-k with k=0,"([12],)",[True],list(int) -> list(bool) bool-identify-is-mod-k with k=5,"([5, 5, 5],)","[True, True, True]",list(int) -> list(bool) modulo-k with k=2,"([5, 16, 10, 16, 8, 7],)","[1, 0, 0, 0, 0, 1]",list(int) -> list(int) kth-smallest with k=1,"([0, 10, 4, 11, 14],)",0,list(int) -> int nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) range +1 maximum list,"([5, 2, 3, 1],)","[0, 1, 2, 3, 4, 5]",list(int) -> list(int) sort,"([15],)",[15],list(int) -> list(int) index-k with k=4,"([9, 13, 4, 8, 10, 3],)",8,list(int) -> int Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) remove-index-k with k=3,"([4, 6, 12],)","[4, 6]",list(int) -> list(int) rotate-k with k=3,"([4, 3, 12, 6, 2, 11, 16, 10, 9, 10, 13, 6, 3],)","[13, 6, 3, 4, 3, 12, 6, 2, 11, 16, 10, 9, 10]",list(int) -> list(int) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 2, 2, 1],)","[0, 1, 1, 0]",list(int) -> list(int) empty,"([7, 7, 3, 2],)",False,list(int) -> bool slice-k-n with k=4 and n=3,"([0, 8, 0, 13, 14, 11, 6, 7, 13, 11, 1, 3],)","[13, 14, 11]",list(int) -> list(int) has-k with k=1,"([8, 8, 7, 1, 1, 2, 3],)",True,list(int) -> bool Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) take-k with k=3,"([11, 2, 16, 13, 6, 16, 8, 2, 11, 8],)","[11, 2, 16]",list(int) -> list(int) bool-identify-k with k=2,"([9, 16, 3, 2, 7, 2],)","[False, False, False, True, False, True]",list(int) -> list(bool) rotate-k with k=5,"([14, 6, 10, 2, 7, 12, 1, 12, 8, 11, 2, 7, 3],)","[8, 11, 2, 7, 3, 14, 6, 10, 2, 7, 12, 1, 12]",list(int) -> list(int) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) count-k with k=0,"([3, 14, 15, 0],)",1,list(int) -> int Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([],)",[],list(int) -> list(bool) slice-k-n with k=1 and n=4,"([12, 12, 2, 1, 10, 15, 3, 13, 9, 9, 16, 1, 5],)","[12, 12, 2, 1]",list(int) -> list(int) bool-identify-geq-k with k=5,"([4, 8, 10, 0, 15, 8, 4],)","[False, True, True, False, True, True, False]",list(int) -> list(bool) mult-k with k=0,"([3, 16],)","[0, 0]",list(int) -> list(int) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) append-index-k with k=1,"([7, 5, 16, 3],)","[7, 5, 16, 3, 7]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=3,"([2, 2, 1, 0, 0],)","[1, 1, 0, 2, 2]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) repeat-many,"([4, 1, 2],)","[1, 2, 1, 2, 1, 2, 1, 2]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) append-index-k with k=1,"([0, 1, 7],)","[0, 1, 7, 0]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) index-k with k=3,"([3, 11, 3],)",3,list(int) -> int ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) bool-identify-k with k=5,"([5, 5, 5, 5, 5],)","[True, True, True, True, True]",list(int) -> list(bool) rotate-k with k=3,"([13, 6, 15, 16, 4],)","[15, 16, 4, 13, 6]",list(int) -> list(int) remove eq 2,"([3, 1, 3, 1, 1],)","[3, 1, 3, 1, 1]",list(int) -> list(int) kth-largest with k=5,"([11, 11, 14, 8, 14, 2, 8, 4, 1, 9, 9, 4],)",9,list(int) -> int prepend-index-k with k=3,"([15, 6, 14, 4, 12, 0, 15],)","[14, 15, 6, 14, 4, 12, 0, 15]",list(int) -> list(int) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) slice-k-n with k=2 and n=1,"([7, 13, 3, 4, 8, 16, 5, 1],)",[13],list(int) -> list(int) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) replace-all-with-index-k with k=3,"([4, 7, 15, 9, 4, 15, 3],)","[15, 15, 15, 15, 15, 15, 15]",list(int) -> list(int) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) append-index-k with k=4,"([9, 14, 6, 9, 8, 2, 5, 13, 3, 7],)","[9, 14, 6, 9, 8, 2, 5, 13, 3, 7, 9]",list(int) -> list(int) mult-k with k=4,"([3],)",[12],list(int) -> list(int) prepend-k with k=0,"([16],)","[0, 16]",list(int) -> list(int) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) slice-k-n with k=2 and n=2,"([12, 6, 14, 6, 7, 8, 6, 6, 13, 7, 6, 10],)","[6, 14]",list(int) -> list(int) keep eq 3,"([2, 6, 2, 4, 1],)",[],list(int) -> list(int) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) remove eq 3,"([5, 5, 5, 4, 3],)","[5, 5, 5, 4]",list(int) -> list(int) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) slice-k-n with k=2 and n=1,"([0, 0, 4, 12, 0, 3, 9],)",[0],list(int) -> list(int) remove gt 3,"([4, 2, 3, 0, 2],)","[2, 3, 0, 2]",list(int) -> list(int) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) remove-mod-k with k=5,"([14, 16, 10, 9, 6],)","[14, 16, 9, 6]",list(int) -> list(int) prepend-k with k=0,"([16, 11],)","[0, 16, 11]",list(int) -> list(int) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) bool-identify-is-mod-k with k=5,"([15, 0, 1, 3, 16, 9],)","[True, True, False, False, False, False]",list(int) -> list(bool) remove-mod-k with k=5,"([9, 13, 0, 8],)","[9, 13, 8]",list(int) -> list(int) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) remove-mod-k with k=2,"([7, 0, 4, 12],)",[7],list(int) -> list(int) slice-k-n with k=5 and n=3,"([14, 7, 15, 6, 10, 9, 8, 11, 2, 11],)","[10, 9, 8]",list(int) -> list(int) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) bool-identify-k with k=4,"([2, 7, 12],)","[False, False, False]",list(int) -> list(bool) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) take-k with k=5,"([7, 12, 9, 13, 16, 6, 1, 9, 10, 14, 9],)","[7, 12, 9, 13, 16]",list(int) -> list(int) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) mult-k with k=3,"([4],)",[12],list(int) -> list(int) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) pow-k with k=5,"([9, 0, 3],)","[59049, 0, 243]",list(int) -> list(int) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=2,"([0, 1, 0, 1, 0, 1],)","[1, 0, 1, 0, 1, 0]",list(int) -> list(int) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=1,"([4, 2, 6],)","[4, 4, 4]",list(int) -> list(int) has-k with k=2,"([5, 8, 4, 13, 12],)",False,list(int) -> bool Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) min,"([0],)",0,list(int) -> int Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) slice-k-n with k=2 and n=3,"([14, 11, 0, 1, 0, 12, 14, 10, 7],)","[11, 0, 1]",list(int) -> list(int) keep gt 0,"([0, 2, 6, 0, 4],)","[2, 6, 4]",list(int) -> list(int) append-index-k with k=5,"([7, 7, 5, 15, 2],)","[7, 7, 5, 15, 2, 2]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([0, 0, 0, 2, 2],)","[1, 1, 1, 0, 0]",list(int) -> list(int) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) keep-mod-k with k=5,"([],)",[],list(int) -> list(int) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([],)",[],list(int) -> list(int) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) max,"([4, 9],)",9,list(int) -> int pop,"([9, 14],)",[9],list(int) -> list(int) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) slice-k-n with k=4 and n=1,"([0, 0, 3, 2, 15, 14, 2],)",[2],list(int) -> list(int) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) keep eq 1,"([6, 6, 4, 2, 3],)",[],list(int) -> list(int) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) slice-k-n with k=1 and n=4,"([15, 10, 11, 14, 12, 12, 14],)","[15, 10, 11, 14]",list(int) -> list(int) slice-k-n with k=3 and n=3,"([8, 13, 13, 11, 6, 15, 7, 8, 5, 10, 1],)","[13, 11, 6]",list(int) -> list(int) append-k with k=2,"([4, 5, 15, 0],)","[4, 5, 15, 0, 2]",list(int) -> list(int) append-k with k=1,"([15, 5, 12, 2, 8],)","[15, 5, 12, 2, 8, 1]",list(int) -> list(int) append-k with k=0,"([14, 1, 4, 15, 11],)","[14, 1, 4, 15, 11, 0]",list(int) -> list(int) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) remove-index-k with k=4,"([6, 7, 13, 8, 13, 16, 7, 10],)","[6, 7, 13, 13, 16, 7, 10]",list(int) -> list(int) slice-k-n with k=1 and n=4,"([9, 6, 11, 4, 14, 7, 16, 7, 3],)","[9, 6, 11, 4]",list(int) -> list(int) reverse,"([2, 5, 4, 2, 0, 5, 1, 1],)","[1, 1, 5, 0, 2, 4, 5, 2]",list(int) -> list(int) replace-all-with-index-k with k=2,"([9, 10, 9, 13, 0],)","[10, 10, 10, 10, 10]",list(int) -> list(int) Prepend '+174',"('52',)",+17452,list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) bool-identify-geq-k with k=4,"([2, 15],)","[False, True]",list(int) -> list(bool) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) mult-k with k=4,"([1, 12, 8, 11, 2, 7],)","[4, 48, 32, 44, 8, 28]",list(int) -> list(int) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) slice-k-n with k=1 and n=1,"([16, 4, 9, 6, 6, 1],)",[16],list(int) -> list(int) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) add-k with k=3,"([],)",[],list(int) -> list(int) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) has-k with k=2,"([1, 7, 3, 2, 3],)",True,list(int) -> bool Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) pow-k with k=2,"([15],)",[225],list(int) -> list(int) replace-all-with-index-k with k=2,"([4, 16, 6, 0, 5, 10],)","[16, 16, 16, 16, 16, 16]",list(int) -> list(int) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) slice-k-n with k=2 and n=3,"([2, 15, 1, 6, 7, 10, 1, 8, 8, 7, 8],)","[15, 1, 6]",list(int) -> list(int) has-k with k=5,"([3, 6, 1, 15, 12, 13],)",False,list(int) -> bool nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) slice-k-n with k=1 and n=5,"([7, 8, 2, 14, 6, 14, 5, 5],)","[7, 8, 2, 14, 6]",list(int) -> list(int) take-k with k=2,"([14, 2, 11, 4, 1, 6, 11, 4, 1],)","[14, 2]",list(int) -> list(int) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) count-k with k=3,"([11, 0, 3, 3, 3, 3, 3],)",5,list(int) -> int count-k with k=5,"([0, 1, 2, 14, 3, 9, 12],)",0,list(int) -> int has-k with k=1,"([16, 10, 7, 12, 13, 3],)",False,list(int) -> bool Take first 2 characters,"('+2',)",+2,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([],)",[],list(int) -> list(int) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) index-k with k=4,"([1, 1, 7, 3, 11, 16, 4, 10, 7, 5, 7],)",3,list(int) -> int Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) take-k with k=1,"([4, 9, 4],)",[4],list(int) -> list(int) kth-smallest with k=4,"([4, 9, 11, 5, 11, 1],)",9,list(int) -> int product,"([3, 10, 8, 13, 11],)",34320,list(int) -> int "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) sum,"([14, 6],)",20,list(int) -> int pow-k with k=5,"([14, 13, 8, 15, 8, 10, 0],)","[537824, 371293, 32768, 759375, 32768, 100000, 0]",list(int) -> list(int) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) append-index-k with k=4,"([8, 1, 16, 6, 16],)","[8, 1, 16, 6, 16, 6]",list(int) -> list(int) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) mult-k with k=2,"([11, 2, 7, 10, 4],)","[22, 4, 14, 20, 8]",list(int) -> list(int) remove-mod-k with k=2,"([7, 10],)",[7],list(int) -> list(int) bool-identify-geq-k with k=5,"([],)",[],list(int) -> list(bool) kth-smallest with k=4,"([6, 14, 4, 7, 12, 4, 3],)",6,list(int) -> int Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) remove gt 2,"([0, 6, 0, 5, 6],)","[0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=4,"([0, 3, 3],)","[1, 0, 0]",list(int) -> list(int) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) is-mod-k with k=1,"([0, 6, 4, 12, 15],)",True,list(int) -> bool count-head-in-tail,"([10, 12, 1, 6, 9, 3, 11],)",0,list(int) -> int Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) prepend-k with k=5,"([7, 15, 1, 15, 16, 7, 10],)","[5, 7, 15, 1, 15, 16, 7, 10]",list(int) -> list(int) remove-mod-k with k=2,"([10, 10, 16, 7, 2],)",[7],list(int) -> list(int) is-squares,"([],)",True,list(int) -> bool First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) kth-smallest with k=1,"([1],)",1,list(int) -> int Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([2, 3, 2],)","[0, 1, 0]",list(int) -> list(int) remove eq 0,"([2, 2, 5, 6, 6],)","[2, 2, 5, 6, 6]",list(int) -> list(int) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) remove-index-k with k=1,"([13],)",[],list(int) -> list(int) slice-k-n with k=2 and n=1,"([13, 15, 13, 6, 16, 2],)",[15],list(int) -> list(int) append-k with k=0,"([15, 16],)","[15, 16, 0]",list(int) -> list(int) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=5,"([4, 3, 2, 3, 3, 1],)","[3, 2, 1, 2, 2, 0]",list(int) -> list(int) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) pop,"([1, 7, 11, 13, 10],)","[1, 7, 11, 13]",list(int) -> list(int) slice-k-n with k=4 and n=4,"([16, 1, 15, 3, 4, 4, 7, 8, 16, 3, 3, 9, 14, 6, 5, 7],)","[3, 4, 4, 7]",list(int) -> list(int) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) bool-identify-k with k=3,"([3, 6, 1, 15, 12, 13],)","[True, False, False, False, False, False]",list(int) -> list(bool) take-k with k=1,"([2, 10, 15, 3, 11],)",[2],list(int) -> list(int) drop-k with k=1,"([4, 7, 11, 4, 2, 5, 13, 5],)","[7, 11, 4, 2, 5, 13, 5]",list(int) -> list(int) remove eq 1,"([5, 5, 4, 4, 3],)","[5, 5, 4, 4, 3]",list(int) -> list(int) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) is-primes,"([0, 2, 6, 16],)",False,list(int) -> bool Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) add-k with k=4,"([4, 7, 15, 3, 2],)","[8, 11, 19, 7, 6]",list(int) -> list(int) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) add-k with k=4,"([0, 3, 8, 15, 3, 3, 0],)","[4, 7, 12, 19, 7, 7, 4]",list(int) -> list(int) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) keep eq 0,"([3, 3, 3, 2, 1],)",[],list(int) -> list(int) modulo-k with k=1,"([7, 10, 9, 7, 8, 8],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) modulo-k with k=1,"([4, 3, 7, 10, 4],)","[0, 0, 0, 0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=5,"([3, 3, 0, 2, 1, 0],)","[4, 4, 1, 3, 2, 1]",list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) sort-and-deduplicate,"([10, 2],)","[2, 10]",list(int) -> list(int) Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) count-k with k=4,"([4, 16, 10],)",1,list(int) -> int Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) kth-largest with k=3,"([4, 1, 11, 2, 3, 15, 2, 0, 12],)",11,list(int) -> int Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) slice-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) pow-k with k=4,"([10],)",[10000],list(int) -> list(int) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) remove eq 0,"([4, 3, 5, 2, 1],)","[4, 3, 5, 2, 1]",list(int) -> list(int) keep eq 3,"([5, 6, 1, 4, 2],)",[],list(int) -> list(int) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) take-k with k=1,"([15, 8, 10, 14, 15, 5, 11],)",[15],list(int) -> list(int) kth-largest with k=4,"([7, 16, 6, 13, 16, 4, 7],)",7,list(int) -> int append-k with k=5,"([0],)","[0, 5]",list(int) -> list(int) empty,"([4],)",False,list(int) -> bool slice-k-n with k=3 and n=2,"([2, 4, 10, 9, 16, 0, 6],)","[10, 9]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) slice-k-n with k=5 and n=1,"([9, 1, 14, 12, 11, 7, 8],)",[11],list(int) -> list(int) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) range +1 maximum list,"([4, 7],)","[0, 1, 2, 3, 4, 5, 6, 7]",list(int) -> list(int) add-k with k=3,"([9, 2, 11, 4, 13, 11],)","[12, 5, 14, 7, 16, 14]",list(int) -> list(int) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) modulo-k with k=1,"([7, 8, 1, 9],)","[0, 0, 0, 0]",list(int) -> list(int) count-head-in-tail,"([0, 5, 4, 0, 2],)",1,list(int) -> int drop-k with k=4,"([5, 12, 2, 4, 15, 16],)","[15, 16]",list(int) -> list(int) remove eq 2,"([0, 6, 4, 5, 4],)","[0, 6, 4, 5, 4]",list(int) -> list(int) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) mult-k with k=0,"([],)",[],list(int) -> list(int) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) slice-k-n with k=1 and n=1,"([15, 0, 1, 9, 3, 14, 6, 10, 12, 5],)",[15],list(int) -> list(int) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) index-k with k=4,"([2, 14, 10, 13],)",13,list(int) -> int bool-identify-is-mod-k with k=5,"([5, 6, 2, 8, 9, 0, 2],)","[True, False, False, False, False, True, False]",list(int) -> list(bool) head,"([11, 10, 12, 13, 2, 15],)",11,list(int) -> int Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([0, 0, 2, 4, 0, 1, 0],)","[1, 1, 3, 0, 1, 2, 1]",list(int) -> list(int) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) bool-identify-is-mod-k with k=2,"([2, 2, 2, 4],)","[True, True, True, True]",list(int) -> list(bool) has-head-in-tail,"([2, 2, 13, 2, 2, 2, 4],)",True,list(int) -> bool Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) drop-k with k=4,"([14, 4, 4, 13, 12],)",[12],list(int) -> list(int) append-k with k=4,"([3],)","[3, 4]",list(int) -> list(int) modulo-k with k=3,"([14, 15],)","[2, 0]",list(int) -> list(int) nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) modulo-k with k=5,"([10],)",[0],list(int) -> list(int) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) index-k with k=5,"([1, 7, 3, 16, 10, 12, 14, 12, 16, 13, 8, 3],)",10,list(int) -> int remove gt 0,"([5, 0, 4, 0, 1],)","[0, 0]",list(int) -> list(int) slice-k-n with k=5 and n=4,"([11, 4, 5, 14, 3, 13, 3, 0, 8, 6, 11, 0, 0],)","[3, 13, 3, 0]",list(int) -> list(int) mult-k with k=5,"([],)",[],list(int) -> list(int) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) slice-k-n with k=4 and n=1,"([4, 14, 2, 9, 2, 14, 16],)",[9],list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([0],)",[4],list(int) -> list(int) append-k with k=4,"([7, 16, 14, 12, 2],)","[7, 16, 14, 12, 2, 4]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) repeat-k with k=2,"([],)",[],list(int) -> list(int) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) index-k with k=4,"([1, 11, 7, 2, 5, 9, 11, 13, 2, 9],)",2,list(int) -> int Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) drop-k with k=2,"([0, 9, 1],)",[1],list(int) -> list(int) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) min,"([1, 1, 2, 1],)",1,list(int) -> int Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) kth-smallest with k=2,"([9, 0, 0, 5, 14, 10, 5, 2],)",0,list(int) -> int sum,"([11],)",11,list(int) -> int "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) dup,"([5],)","[5, 5]",list(int) -> list(int) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) pop,"([2],)",[],list(int) -> list(int) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) is-evens,"([28],)",True,list(int) -> bool Drop last 1 characters,"('769',)",76,list(char) -> list(char) slice-k-n with k=2 and n=4,"([11, 0, 1, 12, 11, 4, 8, 0],)","[0, 1, 12, 11]",list(int) -> list(int) prepend-k with k=0,"([12, 4],)","[0, 12, 4]",list(int) -> list(int) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) count-k with k=5,"([1, 6],)",0,list(int) -> int nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) remove eq 3,"([4, 2, 6, 4, 6],)","[4, 2, 6, 4, 6]",list(int) -> list(int) Take first character and append '(',"('020',)",0(,list(char) -> list(char) bool-identify-k with k=2,"([2, 15],)","[True, False]",list(int) -> list(bool) Drop last 1 characters,"('290',)",29,list(char) -> list(char) kth-largest with k=3,"([2, 5, 14, 8, 8],)",8,list(int) -> int Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) keep eq 2,"([6, 1, 4, 1, 5],)",[],list(int) -> list(int) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) bool-identify-is-mod-k with k=1,"([11, 0, 1, 1, 1, 1, 1],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) is-mod-k with k=5,"([],)",True,list(int) -> bool slice-k-n with k=3 and n=1,"([1, 13, 4, 0, 8, 4],)",[4],list(int) -> list(int) modulo-k with k=4,"([0, 1, 13, 12, 15, 10],)","[0, 1, 1, 0, 3, 2]",list(int) -> list(int) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([0, 2, 1, 2],)","[1, 3, 2, 3]",list(int) -> list(int) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) add-k with k=5,"([6, 13, 0, 2],)","[11, 18, 5, 7]",list(int) -> list(int) Replace '(' w/ ')',"('+194(+185(+147(Rice',)",+194)+185)+147)Rice,list(char) -> list(char) slice-k-n with k=2 and n=5,"([9, 15, 11, 12, 12, 14, 9, 2, 0, 9, 15, 13, 7, 16],)","[15, 11, 12, 12, 14]",list(int) -> list(int) repeat-k with k=4,"([15, 10],)","[15, 10, 15, 10, 15, 10, 15, 10]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) mult-k with k=5,"([3, 6, 6, 16],)","[15, 30, 30, 80]",list(int) -> list(int) slice-k-n with k=3 and n=1,"([10, 16, 10, 8, 15, 1, 14],)",[10],list(int) -> list(int) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) prepend-k with k=3,"([7],)","[3, 7]",list(int) -> list(int) bool-identify-geq-k with k=2,"([],)",[],list(int) -> list(bool) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) modulo-k with k=4,"([1, 14, 11, 13, 0, 3, 2],)","[1, 2, 3, 1, 0, 3, 2]",list(int) -> list(int) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) add-k with k=3,"([],)",[],list(int) -> list(int) prepend-k with k=2,"([],)",[2],list(int) -> list(int) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) take-k with k=4,"([10, 15, 5, 3, 4, 9, 6, 14, 6],)","[10, 15, 5, 3]",list(int) -> list(int) is-evens,"([11, 16, 10, 2, 1, 8],)",False,list(int) -> bool pow-k with k=5,"([10, 8],)","[100000, 32768]",list(int) -> list(int) min,"([1, 7, 12, 6, 15, 12, 9],)",1,list(int) -> int index-head,"([1, 11],)",11,list(int) -> int Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) is-squares,"([25],)",True,list(int) -> bool remove-mod-k with k=4,"([0, 24, 16, 24],)",[],list(int) -> list(int) append-k with k=1,"([7],)","[7, 1]",list(int) -> list(int) slice-k-n with k=1 and n=3,"([1, 14, 4, 2, 7, 14],)","[1, 14, 4]",list(int) -> list(int) has-k with k=5,"([5, 5, 5],)",True,list(int) -> bool caesar-cipher-k-modulo-n with k=1 and n=5,"([4, 3, 2, 3, 3, 1],)","[0, 4, 3, 4, 4, 2]",list(int) -> list(int) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) append-k with k=5,"([6, 16, 1, 5, 11, 8, 5],)","[6, 16, 1, 5, 11, 8, 5, 5]",list(int) -> list(int) kth-smallest with k=5,"([12, 6, 11, 9, 3],)",12,list(int) -> int index-k with k=1,"([0, 3, 1, 6],)",0,list(int) -> int caesar-cipher-k-modulo-n with k=1 and n=5,"([],)",[],list(int) -> list(int) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) remove-index-k with k=1,"([2, 8, 12],)","[8, 12]",list(int) -> list(int) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) Drop last 2 characters,"('Nancy',)",Nan,list(char) -> list(char) has-k with k=4,"([4],)",True,list(int) -> bool First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) bool-identify-k with k=3,"([2, 8, 0, 14, 3, 10],)","[False, False, False, False, True, False]",list(int) -> list(bool) take-k with k=5,"([12, 5, 3, 12, 4, 16, 8, 6, 2, 2],)","[12, 5, 3, 12, 4]",list(int) -> list(int) slice-k-n with k=5 and n=3,"([10, 16, 5, 12, 15, 15, 10, 9, 1, 4, 7, 12, 2, 15, 12, 14],)","[15, 15, 10]",list(int) -> list(int) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([2, 1, 2],)","[3, 2, 3]",list(int) -> list(int) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) kth-largest with k=5,"([6, 2, 1, 7, 7, 2, 11, 14, 6, 7, 11, 13],)",7,list(int) -> int Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) keep-mod-k with k=4,"([2, 7, 3, 3],)",[],list(int) -> list(int) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) prepend-k with k=5,"([3],)","[5, 3]",list(int) -> list(int) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) remove-mod-k with k=3,"([0, 0, 7, 11, 27, 24, 7],)","[7, 11, 7]",list(int) -> list(int) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([4, 2, 2],)","[1, 4, 4]",list(int) -> list(int) add-k with k=4,"([],)",[],list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([0],)",[2],list(int) -> list(int) Take first character and append '(',"('82',)",8(,list(char) -> list(char) bool-identify-k with k=3,"([11, 0, 3, 3, 3, 3, 3],)","[False, False, True, True, True, True, True]",list(int) -> list(bool) remove eq 3,"([6, 5, 5, 5, 3],)","[6, 5, 5, 5]",list(int) -> list(int) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) drop-k with k=4,"([7, 14, 14, 11, 8, 14, 3, 8, 6, 1],)","[8, 14, 3, 8, 6, 1]",list(int) -> list(int) "Take first character and append ','","('56',)","5,",list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) index-k with k=1,"([4, 3, 13, 1],)",4,list(int) -> int pop,"([1, 1, 2, 1],)","[1, 1, 2]",list(int) -> list(int) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) prepend-k with k=3,"([13, 8, 9, 4, 0],)","[3, 13, 8, 9, 4, 0]",list(int) -> list(int) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) append-index-k with k=3,"([11, 0, 12, 10, 15, 13],)","[11, 0, 12, 10, 15, 13, 12]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=4,"([3, 0, 0],)","[0, 1, 1]",list(int) -> list(int) prepend-k with k=4,"([12, 7],)","[4, 12, 7]",list(int) -> list(int) bool-identify-is-mod-k with k=3,"([12],)",[True],list(int) -> list(bool) remove eq 0,"([2, 1, 3, 6, 4],)","[2, 1, 3, 6, 4]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=5,"([],)",[],list(int) -> list(int) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) append-k with k=4,"([3],)","[3, 4]",list(int) -> list(int) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) remove gt 2,"([0, 5, 1, 0, 2],)","[0, 1, 0, 2]",list(int) -> list(int) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) bool-identify-geq-k with k=3,"([4, 0],)","[True, False]",list(int) -> list(bool) is-mod-k with k=3,"([8, 8],)",False,list(int) -> bool Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) append-index-k with k=2,"([0, 6, 13, 5],)","[0, 6, 13, 5, 6]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) index-k with k=1,"([15, 16, 9, 12, 15, 0, 2, 7],)",15,list(int) -> int Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) slice-k-n with k=3 and n=3,"([3, 10, 15, 15, 6, 3, 4, 10, 12, 11, 7, 15],)","[15, 15, 6]",list(int) -> list(int) Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) append-index-k with k=4,"([11, 12, 1, 15, 3, 12, 4, 5, 5, 4],)","[11, 12, 1, 15, 3, 12, 4, 5, 5, 4, 15]",list(int) -> list(int) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) prepend-index-k with k=5,"([7, 5, 5, 10, 11, 7, 2, 2, 2, 10, 2, 0],)","[11, 7, 5, 5, 10, 11, 7, 2, 2, 2, 10, 2, 0]",list(int) -> list(int) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([3, 0, 3, 3, 3],)","[2, 3, 2, 2, 2]",list(int) -> list(int) append-index-k with k=5,"([13, 2, 13, 16, 1, 3],)","[13, 2, 13, 16, 1, 3, 1]",list(int) -> list(int) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) remove gt 1,"([1, 0, 2, 2, 5],)","[1, 0]",list(int) -> list(int) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) sort-and-deduplicate,"([3, 1],)","[1, 3]",list(int) -> list(int) remove gt 3,"([4, 4, 3, 5, 3],)","[3, 3]",list(int) -> list(int) slice-k-n with k=1 and n=2,"([12, 14, 1, 6, 5, 13, 3, 13, 11, 15],)","[12, 14]",list(int) -> list(int) add-k with k=2,"([9, 4, 9, 6],)","[11, 6, 11, 8]",list(int) -> list(int) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Append '636',"('C',)",C636,list(char) -> list(char) bool-identify-geq-k with k=5,"([1, 1, 7, 1],)","[False, False, True, False]",list(int) -> list(bool) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) bool-identify-is-mod-k with k=5,"([],)",[],list(int) -> list(bool) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) odds,"([1, 8, 13, 9, 6, 8],)","[1, 13, 9]",list(int) -> list(int) kth-smallest with k=4,"([0, 11, 12, 9, 15, 16, 0, 8],)",9,list(int) -> int remove gt 3,"([1, 6, 0, 2, 2],)","[1, 0, 2, 2]",list(int) -> list(int) remove eq 1,"([2, 5, 1, 5, 4],)","[2, 5, 5, 4]",list(int) -> list(int) remove gt 2,"([4, 3, 3, 0, 0],)","[0, 0]",list(int) -> list(int) is-odds,"([1, 7, 3],)",True,list(int) -> bool Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) add-k with k=2,"([16, 13, 6, 8, 14, 8, 2],)","[18, 15, 8, 10, 16, 10, 4]",list(int) -> list(int) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) has-k with k=3,"([3, 3, 3, 3],)",True,list(int) -> bool nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) remove-mod-k with k=3,"([10, 5, 6],)","[10, 5]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) +1 maximum list,"([2, 7, 2],)",8,list(int) -> int repeat-k with k=5,"([6, 10, 14, 2],)","[6, 10, 14, 2, 6, 10, 14, 2, 6, 10, 14, 2, 6, 10, 14, 2, 6, 10, 14, 2]",list(int) -> list(int) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) slice-k-n with k=3 and n=3,"([16, 16, 12, 7, 5, 4, 15, 1, 11, 1],)","[12, 7, 5]",list(int) -> list(int) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) is-primes,"([5, 11],)",True,list(int) -> bool Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) index-k with k=1,"([6, 4, 6, 12, 0, 8, 1, 16],)",6,list(int) -> int keep gt 0,"([0, 0, 5, 1, 1],)","[5, 1, 1]",list(int) -> list(int) has-k with k=2,"([],)",False,list(int) -> bool Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) add-k with k=1,"([0, 2, 12, 2, 11, 0],)","[1, 3, 13, 3, 12, 1]",list(int) -> list(int) modulo-k with k=2,"([],)",[],list(int) -> list(int) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) head,"([9, 3],)",9,list(int) -> int "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) is-mod-k with k=3,"([8, 8],)",False,list(int) -> bool First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) index-k with k=4,"([1, 11, 0, 11],)",11,list(int) -> int ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) bool-identify-k with k=2,"([2, 2, 2, 2, 2, 2, 2],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) append-k with k=2,"([5],)","[5, 2]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=4,"([1, 0, 1, 2, 1, 2],)","[2, 1, 2, 3, 2, 3]",list(int) -> list(int) sum,"([1, 1, 2, 1],)",5,list(int) -> int drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) append-k with k=2,"([],)",[2],list(int) -> list(int) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) reverse,"([8, 6, 9],)","[9, 6, 8]",list(int) -> list(int) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) pow-k with k=4,"([6, 8, 1, 3],)","[1296, 4096, 1, 81]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) keep-mod-k with k=4,"([4, 2],)",[4],list(int) -> list(int) +1 maximum list,"([8, 7, 5, 9, 7],)",10,list(int) -> int count-k with k=2,"([8],)",0,list(int) -> int kth-smallest with k=4,"([1, 5, 15, 15, 2, 10, 13, 15, 3],)",5,list(int) -> int sum,"([3, 5, 7, 4, 4, 6],)",29,list(int) -> int Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) count-k with k=2,"([2, 2, 2, 2, 2, 2, 2],)",7,list(int) -> int Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) prepend-index-k with k=5,"([3, 3, 7, 11, 3, 7, 2, 10, 7, 15],)","[3, 3, 3, 7, 11, 3, 7, 2, 10, 7, 15]",list(int) -> list(int) add-k with k=3,"([7, 14, 1],)","[10, 17, 4]",list(int) -> list(int) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) remove eq 1,"([3, 0, 2, 3, 0],)","[3, 0, 2, 3, 0]",list(int) -> list(int) slice-k-n with k=1 and n=4,"([8, 10, 14, 0, 14, 0, 16],)","[8, 10, 14, 0]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) tail,"([2, 3, 6, 7],)","[3, 6, 7]",list(int) -> list(int) rotate-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) bool-identify-geq-k with k=4,"([],)",[],list(int) -> list(bool) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) rotate-k with k=4,"([16, 0, 11, 7, 9, 2, 5, 11],)","[9, 2, 5, 11, 16, 0, 11, 7]",list(int) -> list(int) pop,"([9],)",[],list(int) -> list(int) tail,"([2, 3, 6, 7],)","[3, 6, 7]",list(int) -> list(int) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) append-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) range +1 maximum list,"([3, 6],)","[0, 1, 2, 3, 4, 5, 6]",list(int) -> list(int) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) sort-and-deduplicate,"([4, 9, 2],)","[2, 4, 9]",list(int) -> list(int) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([3, 2, 1, 3, 3],)","[0, 3, 2, 0, 0]",list(int) -> list(int) bool-identify-k with k=1,"([1],)",[True],list(int) -> list(bool) kth-smallest with k=2,"([7, 4, 0, 1, 11, 0, 11],)",0,list(int) -> int Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) modulo-k with k=4,"([],)",[],list(int) -> list(int) slice-k-n with k=1 and n=1,"([5, 14, 5, 2, 13, 1, 7, 13, 1, 1],)",[5],list(int) -> list(int) drop-k with k=3,"([16, 3, 9, 1, 7, 12, 5, 12, 4, 14],)","[1, 7, 12, 5, 12, 4, 14]",list(int) -> list(int) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) prepend-k with k=5,"([12],)","[5, 12]",list(int) -> list(int) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) remove empty lists,"([[False, True, False], [], [True], [True]],)","[[False, True, False], [True], [True]]",list(list(bool)) -> list(list(bool)) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=2,"([1, 1, 0, 0],)","[0, 0, 1, 1]",list(int) -> list(int) product,"([3, 10, 8, 13, 11],)",34320,list(int) -> int bool-identify-is-mod-k with k=2,"([2, 0, 7],)","[True, True, False]",list(int) -> list(bool) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) keep eq 0,"([6, 6, 2, 4, 3],)",[],list(int) -> list(int) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) bool-identify-geq-k with k=0,"([1, 14, 0, 12, 14],)","[True, True, True, True, True]",list(int) -> list(bool) slice-k-n with k=2 and n=1,"([15, 2, 4, 4, 4, 9],)",[2],list(int) -> list(int) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) remove-index-k with k=4,"([8, 7, 4, 2, 3, 12, 8, 13],)","[8, 7, 4, 3, 12, 8, 13]",list(int) -> list(int) is-mod-k with k=4,"([52, 0, 8],)",True,list(int) -> bool keep-mod-k with k=3,"([12, 15, 0],)","[12, 15, 0]",list(int) -> list(int) prepend-k with k=2,"([14],)","[2, 14]",list(int) -> list(int) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) mult-k with k=2,"([],)",[],list(int) -> list(int) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) append-k with k=3,"([6, 15, 6],)","[6, 15, 6, 3]",list(int) -> list(int) slice-k-n with k=5 and n=5,"([4, 5, 3, 2, 6, 16, 16, 15, 11, 11, 16, 3, 16],)","[6, 16, 16, 15, 11]",list(int) -> list(int) is-mod-k with k=2,"([14],)",True,list(int) -> bool Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) has-k with k=2,"([9, 15, 4, 7],)",False,list(int) -> bool bool-identify-k with k=3,"([12],)",[False],list(int) -> list(bool) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) keep eq 1,"([4, 1, 5, 0, 0],)",[1],list(int) -> list(int) Append '636',"('844',)",844636,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) prepend-index-k with k=3,"([6, 10, 15, 8, 14, 3, 4, 16, 1],)","[15, 6, 10, 15, 8, 14, 3, 4, 16, 1]",list(int) -> list(int) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) pow-k with k=3,"([4, 3, 7, 10, 4],)","[64, 27, 343, 1000, 64]",list(int) -> list(int) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) product,"([16, 1, 14, 0, 12],)",0,list(int) -> int pow-k with k=4,"([2, 0, 1, 11, 11, 10],)","[16, 0, 1, 14641, 14641, 10000]",list(int) -> list(int) Drop last 2 characters,"('562',)",5,list(char) -> list(char) take-k with k=5,"([13, 13, 2, 2, 3, 9, 16, 10, 15],)","[13, 13, 2, 2, 3]",list(int) -> list(int) replace-all-with-index-k with k=2,"([10, 3, 5, 8, 3, 7, 14, 1],)","[3, 3, 3, 3, 3, 3, 3, 3]",list(int) -> list(int) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) slice-k-n with k=3 and n=1,"([5, 6, 10, 0, 13],)",[10],list(int) -> list(int) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) has-k with k=3,"([3, 3, 3, 4, 3, 3],)",True,list(int) -> bool Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) bool-identify-geq-k with k=4,"([2, 0, 1, 15, 2, 4, 0],)","[False, False, False, True, False, True, False]",list(int) -> list(bool) bool-identify-k with k=0,"([],)",[],list(int) -> list(bool) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) take-k with k=4,"([0, 6, 11, 0, 7, 6, 0, 10, 9, 6, 6],)","[0, 6, 11, 0]",list(int) -> list(int) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) pop,"([0, 3, 2, 16],)","[0, 3, 2]",list(int) -> list(int) is-mod-k with k=3,"([9, 3, 7, 14],)",False,list(int) -> bool ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) drop-k with k=4,"([7, 0, 3, 6, 10, 4],)","[10, 4]",list(int) -> list(int) remove eq 1,"([4, 6, 2, 1, 5],)","[4, 6, 2, 5]",list(int) -> list(int) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) append-k with k=0,"([4, 0],)","[4, 0, 0]",list(int) -> list(int) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) mult-k with k=0,"([15, 10],)","[0, 0]",list(int) -> list(int) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) max,"([9],)",9,list(int) -> int slice-k-n with k=5 and n=3,"([14, 0, 6, 15, 5, 11, 9, 3, 7, 10],)","[5, 11, 9]",list(int) -> list(int) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) take-k with k=3,"([8, 15, 6, 6, 1, 5],)","[8, 15, 6]",list(int) -> list(int) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) slice-k-n with k=4 and n=3,"([1, 8, 7, 8, 4, 3, 6, 1, 10, 8, 5, 0, 4, 12, 15],)","[8, 4, 3]",list(int) -> list(int) "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([3, 3, 3, 3, 3],)","[True, True, True, True, True]",list(int) -> list(bool) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) append-index-k with k=4,"([1, 1, 10, 6, 6, 12, 0, 7, 13, 15, 16],)","[1, 1, 10, 6, 6, 12, 0, 7, 13, 15, 16, 6]",list(int) -> list(int) tail,"([9, 5, 7, 5, 4, 1],)","[5, 7, 5, 4, 1]",list(int) -> list(int) slice-k-n with k=2 and n=3,"([16, 8, 13, 3, 9, 1, 16, 9, 3, 4],)","[8, 13, 3]",list(int) -> list(int) modulo-k with k=5,"([2, 2, 13, 0, 13, 5, 2],)","[2, 2, 3, 0, 3, 0, 2]",list(int) -> list(int) remove-mod-k with k=3,"([6, 3, 11, 12],)",[11],list(int) -> list(int) is-mod-k with k=1,"([1, 13, 10, 13],)",True,list(int) -> bool keep gt 2,"([6, 2, 2, 6, 3],)","[6, 6, 3]",list(int) -> list(int) slice-k-n with k=4 and n=4,"([15, 5, 1, 4, 11, 7, 8, 15, 3, 1, 7, 1, 3, 8, 4, 14],)","[4, 11, 7, 8]",list(int) -> list(int) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 1, 0, 0],)","[2, 2, 1, 1]",list(int) -> list(int) kth-smallest with k=5,"([7, 11, 5, 11, 16, 6, 0, 0, 8],)",7,list(int) -> int caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 1, 0],)","[1, 0, 1]",list(int) -> list(int) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) count-k with k=2,"([9, 16, 3, 2, 7, 2],)",2,list(int) -> int Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) keep-mod-head,"([3, 24, 3, 9, 12],)","[24, 3, 9, 12]",list(int) -> list(int) slice-k-n with k=4 and n=2,"([6, 11, 12, 6, 11, 5, 0],)","[6, 11]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=5,"([1, 2, 4, 1, 0],)","[3, 4, 1, 3, 2]",list(int) -> list(int) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) index-k with k=3,"([8, 14, 2, 12, 3, 6, 0],)",2,list(int) -> int add-k with k=2,"([8, 6, 14, 7, 14, 16, 13],)","[10, 8, 16, 9, 16, 18, 15]",list(int) -> list(int) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) count-head-in-tail,"([4],)",0,list(int) -> int parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) slice-k-n with k=3 and n=5,"([8, 5, 10, 10, 13, 4, 5, 1, 4, 5],)","[10, 10, 13, 4, 5]",list(int) -> list(int) tail,"([11, 12, 14, 1, 2, 15, 9],)","[12, 14, 1, 2, 15, 9]",list(int) -> list(int) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) slice-k-n with k=4 and n=1,"([10, 5, 5, 12, 14, 10, 3, 6, 7, 15, 0],)",[12],list(int) -> list(int) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) keep eq 3,"([3, 0, 5, 0, 6],)",[3],list(int) -> list(int) prepend-k with k=2,"([1, 12],)","[2, 1, 12]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) slice-k-n with k=4 and n=3,"([9, 7, 14, 3, 6, 10, 6, 8, 1],)","[3, 6, 10]",list(int) -> list(int) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) drop-k with k=5,"([13, 11, 10, 7, 13, 11, 9],)","[11, 9]",list(int) -> list(int) remove-mod-k with k=2,"([10, 11, 7],)","[11, 7]",list(int) -> list(int) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) prepend-k with k=4,"([11, 11, 5, 7],)","[4, 11, 11, 5, 7]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=4,"([0],)",[1],list(int) -> list(int) slice-k-n with k=3 and n=1,"([5, 9, 2, 16, 15, 0, 5, 10, 3],)",[2],list(int) -> list(int) Prepend '+174',"('52',)",+17452,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) slice-k-n with k=3 and n=5,"([0, 1, 4, 1, 7, 8, 12, 15, 14, 12, 9, 2, 15, 5],)","[4, 1, 7, 8, 12]",list(int) -> list(int) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) has-k with k=3,"([3],)",True,list(int) -> bool Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) keep eq 3,"([0, 6, 2, 2, 6],)",[],list(int) -> list(int) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([0, 0, 0, 0, 2, 2],)","[1, 1, 1, 1, 3, 3]",list(int) -> list(int) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) take-k with k=1,"([11, 16],)",[11],list(int) -> list(int) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) mult-k with k=2,"([0, 2, 0],)","[0, 4, 0]",list(int) -> list(int) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) replace-all-with-index-k with k=1,"([8, 1, 0, 8, 16, 11, 7],)","[8, 8, 8, 8, 8, 8, 8]",list(int) -> list(int) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) kth-smallest with k=1,"([12, 15, 10, 10, 3, 8, 1],)",1,list(int) -> int has-k with k=0,"([9, 0, 0, 0],)",True,list(int) -> bool slice-k-n with k=4 and n=3,"([8, 15, 12, 16, 13, 5, 6, 2],)","[16, 13, 5]",list(int) -> list(int) Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) bool-identify-geq-k with k=5,"([7, 10],)","[True, True]",list(int) -> list(bool) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([2, 0, 2, 1, 3, 2],)","[0, 2, 0, 3, 1, 0]",list(int) -> list(int) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) bool-identify-geq-k with k=5,"([2, 13],)","[False, True]",list(int) -> list(bool) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) prepend-index-k with k=4,"([0, 2, 8, 7, 6, 14, 0, 0, 12],)","[7, 0, 2, 8, 7, 6, 14, 0, 0, 12]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) slice-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) mult-k with k=5,"([8, 15, 9, 0, 1],)","[40, 75, 45, 0, 5]",list(int) -> list(int) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) keep eq 0,"([4, 0, 6, 3, 3],)",[0],list(int) -> list(int) keep primes,"([1, 29, 7, 17, 1, 8, 23],)","[29, 7, 17, 23]",list(int) -> list(int) evens,"([5, 5, 8, 7, 4, 16],)","[8, 4, 16]",list(int) -> list(int) rotate-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) slice-k-n with k=5 and n=2,"([9, 12, 12, 15, 15, 7, 5, 0, 1, 13, 11, 0],)","[15, 7]",list(int) -> list(int) drop-k with k=2,"([2, 14, 6, 12],)","[6, 12]",list(int) -> list(int) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) remove eq 3,"([6, 0, 5, 2, 3],)","[6, 0, 5, 2]",list(int) -> list(int) repeat-k with k=3,"([],)",[],list(int) -> list(int) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) prepend-k with k=1,"([8, 12, 11, 7, 12],)","[1, 8, 12, 11, 7, 12]",list(int) -> list(int) is-mod-k with k=3,"([24, 0, 21],)",True,list(int) -> bool Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) has-head-in-tail,"([6, 6, 16, 6, 2],)",True,list(int) -> bool drop-k with k=4,"([7, 0, 3, 6, 10, 4],)","[10, 4]",list(int) -> list(int) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) prepend-index-k with k=3,"([4, 3, 8, 13, 2, 12, 6, 9, 1],)","[8, 4, 3, 8, 13, 2, 12, 6, 9, 1]",list(int) -> list(int) modulo-k with k=5,"([15],)",[0],list(int) -> list(int) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) repeat-many,"([5, 1],)","[1, 1, 1, 1, 1]",list(int) -> list(int) prepend-k with k=1,"([9, 3, 5, 6, 11, 12],)","[1, 9, 3, 5, 6, 11, 12]",list(int) -> list(int) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) mult-k with k=3,"([15, 3],)","[45, 9]",list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) slice-k-n with k=4 and n=1,"([0, 0, 3, 2, 15, 14, 2],)",[2],list(int) -> list(int) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) count-k with k=3,"([11, 0, 3, 3, 3, 3, 3],)",5,list(int) -> int Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([2, 1, 2, 4],)","[3, 2, 3, 0]",list(int) -> list(int) pop,"([5, 11, 4, 14, 13, 8],)","[5, 11, 4, 14, 13]",list(int) -> list(int) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) prepend-index-k with k=2,"([9, 14, 6],)","[14, 9, 14, 6]",list(int) -> list(int) remove-index-k with k=2,"([14, 11],)",[14],list(int) -> list(int) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) drop-k with k=2,"([13, 0],)",[],list(int) -> list(int) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) range,"(6,)","[0, 1, 2, 3, 4, 5]",int -> list(int) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) kth-smallest with k=3,"([1, 14, 9, 7, 11, 16],)",9,list(int) -> int nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) remove-index-k with k=5,"([3, 3, 16, 6, 16, 4, 1],)","[3, 3, 16, 6, 4, 1]",list(int) -> list(int) slice-k-n with k=2 and n=4,"([9, 13, 11, 2, 6, 14, 11, 6, 8, 2, 7],)","[13, 11, 2, 6]",list(int) -> list(int) slice-k-n with k=2 and n=2,"([2, 14, 5, 16, 3, 7, 15, 3],)","[14, 5]",list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) take-k with k=4,"([9, 1, 6, 11],)","[9, 1, 6, 11]",list(int) -> list(int) slice-k-n with k=4 and n=1,"([10, 10, 14, 13, 9, 8, 7, 13, 10, 12, 11, 4, 16],)",[13],list(int) -> list(int) slice-k-n with k=1 and n=3,"([14, 13, 13, 2, 12, 5, 15, 3],)","[14, 13, 13]",list(int) -> list(int) remove-mod-k with k=5,"([10, 15, 40],)",[],list(int) -> list(int) bool-identify-geq-k with k=0,"([11, 11],)","[True, True]",list(int) -> list(bool) slice-k-n with k=5 and n=5,"([8, 0, 5, 2, 1, 6, 13, 16, 14, 6, 13, 16, 6],)","[1, 6, 13, 16, 14]",list(int) -> list(int) remove-mod-k with k=5,"([0, 5],)",[],list(int) -> list(int) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) remove-index-k with k=1,"([6, 10, 8, 14, 2, 12],)","[10, 8, 14, 2, 12]",list(int) -> list(int) is-mod-k with k=5,"([60, 25, 45, 25, 25],)",True,list(int) -> bool Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) keep gt 1,"([5, 6, 6, 6, 3],)","[5, 6, 6, 6, 3]",list(int) -> list(int) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) is-evens,"([4, 13, 12, 8, 14, 1, 7],)",False,list(int) -> bool Append 2 strings (IIII),"('426', '369')",426369,list(char) -> list(char) -> list(char) kth-largest with k=4,"([5, 12, 2, 4, 15, 16],)",5,list(int) -> int Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) is-mod-k with k=5,"([12, 10, 16, 6, 8, 13],)",False,list(int) -> bool Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) add-k with k=1,"([7, 9, 8, 1, 12, 3],)","[8, 10, 9, 2, 13, 4]",list(int) -> list(int) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) take-k with k=1,"([10, 9, 0, 12],)",[10],list(int) -> list(int) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) rotate-k with k=4,"([15, 8, 14, 3, 4, 16, 1, 2, 5, 10, 5, 16, 4, 8],)","[5, 16, 4, 8, 15, 8, 14, 3, 4, 16, 1, 2, 5, 10]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) rotate-k with k=1,"([14, 1],)","[1, 14]",list(int) -> list(int) empty,"([],)",True,list(int) -> bool caesar-cipher-k-modulo-n with k=3 and n=5,"([2, 1, 0, 3],)","[0, 4, 3, 1]",list(int) -> list(int) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([1],)",[3],list(int) -> list(int) keep-mod-k with k=3,"([12, 15, 0],)","[12, 15, 0]",list(int) -> list(int) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) bool-identify-k with k=3,"([3, 3, 3, 3, 3, 6, 3],)","[True, True, True, True, True, False, True]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=4 and n=5,"([0, 0, 2, 4, 0, 1, 0],)","[4, 4, 1, 3, 4, 0, 4]",list(int) -> list(int) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) caesar-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) slice-k-n with k=4 and n=4,"([12, 1, 5, 12, 7, 10, 5, 16, 10, 9, 3, 8, 15],)","[12, 7, 10, 5]",list(int) -> list(int) kth-smallest with k=5,"([6, 2, 6, 9, 12, 3, 13, 5],)",6,list(int) -> int keep-mod-k with k=5,"([2, 20],)",[20],list(int) -> list(int) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) slice-k-n with k=4 and n=2,"([0, 14, 0, 16, 0, 12, 0, 2, 7, 8, 5, 9, 10, 2],)","[16, 0]",list(int) -> list(int) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) has-k with k=4,"([11, 11, 4, 14, 6, 14, 0],)",True,list(int) -> bool is-mod-k with k=4,"([0, 7, 13, 8, 10],)",False,list(int) -> bool drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) kth-largest with k=1,"([9, 9, 15],)",15,list(int) -> int is-mod-k with k=4,"([28, 0, 44],)",True,list(int) -> bool index-k with k=5,"([13, 15, 6, 5, 2, 13, 14, 5, 12],)",2,list(int) -> int slice-k-n with k=1 and n=5,"([1, 15, 4, 2, 11, 12, 11, 9, 16, 11, 16, 12, 2, 1],)","[1, 15, 4, 2, 11]",list(int) -> list(int) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) pow-k with k=2,"([10, 14, 8, 2, 12, 10, 3],)","[100, 196, 64, 4, 144, 100, 9]",list(int) -> list(int) slice-k-n with k=2 and n=4,"([6, 10, 16, 7, 14, 1, 5, 11, 15, 11, 13, 6, 14, 14],)","[10, 16, 7, 14]",list(int) -> list(int) Take first 2 characters,"('334',)",33,list(char) -> list(char) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) drop-k with k=5,"([5, 10, 1, 5, 6, 16, 12, 9, 2, 7, 13],)","[16, 12, 9, 2, 7, 13]",list(int) -> list(int) remove-mod-head,"([3, 4, 8, 5, 8],)","[4, 8, 5, 8]",list(int) -> list(int) append-index-k with k=1,"([10, 0, 8, 6, 4, 9, 7, 7],)","[10, 0, 8, 6, 4, 9, 7, 7, 10]",list(int) -> list(int) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) keep eq 2,"([0, 3, 3, 5, 2],)",[2],list(int) -> list(int) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) Drop last 3 characters,"('012',)",,list(char) -> list(char) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) is-mod-k with k=1,"([14, 13, 12, 6],)",True,list(int) -> bool Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) sort-and-deduplicate,"([10, 6],)","[6, 10]",list(int) -> list(int) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) keep squares,"([9, 0, 16, 1, 16, 0, 3],)","[9, 0, 16, 1, 16, 0]",list(int) -> list(int) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) len,"([],)",0,list(int) -> int take-k with k=5,"([5, 10, 13, 14, 6, 5, 13],)","[5, 10, 13, 14, 6]",list(int) -> list(int) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) has-k with k=2,"([12, 4, 7, 15],)",False,list(int) -> bool remove gt 1,"([3, 5, 2, 6, 3],)",[],list(int) -> list(int) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) mult-k with k=4,"([5, 14, 6, 5, 8],)","[20, 56, 24, 20, 32]",list(int) -> list(int) slice-k-n with k=3 and n=3,"([3, 10, 15, 15, 6, 3, 4, 10, 12, 11, 7, 15],)","[15, 15, 6]",list(int) -> list(int) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) is-mod-k with k=5,"([2, 6, 8],)",False,list(int) -> bool Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) modulo-k with k=1,"([0, 15, 15, 16, 9],)","[0, 0, 0, 0, 0]",list(int) -> list(int) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Replace '(' w/ ')',"('Babiarz(Annalisa(+151(Samuel',)",Babiarz)Annalisa)+151)Samuel,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) replace-all-with-index-k with k=2,"([11, 14, 12],)","[14, 14, 14]",list(int) -> list(int) prepend-k with k=5,"([5, 9],)","[5, 5, 9]",list(int) -> list(int) dup,"([14, 3, 7, 3, 12, 8],)","[14, 14, 3, 3, 7, 7, 3, 3, 12, 12, 8, 8]",list(int) -> list(int) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) Take first character and append ')',"('+169',)",+),list(char) -> list(char) take-k with k=2,"([15, 0, 14, 12, 16, 15, 1, 14],)","[15, 0]",list(int) -> list(int) append-index-k with k=2,"([4, 11, 8, 4, 10, 11, 4],)","[4, 11, 8, 4, 10, 11, 4, 11]",list(int) -> list(int) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) prepend-index-k with k=5,"([11, 2, 5, 11, 1, 1, 9, 13, 4, 15],)","[1, 11, 2, 5, 11, 1, 1, 9, 13, 4, 15]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=2,"([1],)",[0],list(int) -> list(int) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) kth-largest with k=1,"([8],)",8,list(int) -> int Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=2,"([],)",[],list(int) -> list(int) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) repeat,"([3, 7],)","[7, 7, 7]",list(int) -> list(int) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) modulo-k with k=4,"([15, 4, 8, 1, 0, 10],)","[3, 0, 0, 1, 0, 2]",list(int) -> list(int) is-mod-k with k=1,"([4],)",True,list(int) -> bool Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) slice-k-n with k=1 and n=5,"([7, 8, 2, 14, 6, 14, 5, 5],)","[7, 8, 2, 14, 6]",list(int) -> list(int) head,"([0, 5],)",0,list(int) -> int sum,"([0],)",0,list(int) -> int Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) +1 maximum list,"([5, 0, 7],)",8,list(int) -> int keep-mod-k with k=4,"([7, 3, 10, 14, 4],)",[4],list(int) -> list(int) Take first 3 characters,"('598',)",598,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) kth-largest with k=3,"([4, 1, 11, 2, 3, 15, 2, 0, 12],)",11,list(int) -> int Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) remove-mod-k with k=3,"([],)",[],list(int) -> list(int) bool-identify-geq-k with k=2,"([9, 13, 10, 11, 11],)","[True, True, True, True, True]",list(int) -> list(bool) append-k with k=5,"([8],)","[8, 5]",list(int) -> list(int) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) append-index-k with k=4,"([5, 2, 13, 3, 0, 8],)","[5, 2, 13, 3, 0, 8, 3]",list(int) -> list(int) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) prepend-k with k=0,"([1, 2, 5, 13, 1, 3],)","[0, 1, 2, 5, 13, 1, 3]",list(int) -> list(int) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) remove-mod-k with k=5,"([20, 10, 5, 7],)",[7],list(int) -> list(int) drop-k with k=4,"([4, 3, 8, 1, 14, 9, 6],)","[14, 9, 6]",list(int) -> list(int) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) add-k with k=4,"([0],)",[4],list(int) -> list(int) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) slice-k-n with k=5 and n=4,"([1, 4, 15, 3, 15, 8, 14, 5, 9, 4, 4, 2, 15, 7, 8],)","[15, 8, 14, 5]",list(int) -> list(int) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) keep-mod-k with k=3,"([8, 12, 6, 12],)","[12, 6, 12]",list(int) -> list(int) kth-smallest with k=3,"([4, 6, 12],)",12,list(int) -> int drop-k with k=5,"([5, 10, 1, 4, 3, 5, 6, 0, 6, 3, 16],)","[5, 6, 0, 6, 3, 16]",list(int) -> list(int) slice-k-n with k=2 and n=4,"([15, 16, 14, 9, 16, 13, 10, 3, 13, 9, 11],)","[16, 14, 9, 16]",list(int) -> list(int) keep-mod-k with k=5,"([8, 13, 8, 0, 14, 0],)","[0, 0]",list(int) -> list(int) rotate-k with k=1,"([8, 5, 16, 12, 11],)","[11, 8, 5, 16, 12]",list(int) -> list(int) kth-largest with k=3,"([14, 0, 7, 11, 10, 0, 5, 2],)",10,list(int) -> int nth (n=0) word delimited by '.',"('B.25.Jeanice',)",B,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) empty,"([12, 15],)",False,list(int) -> bool Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) prepend-index-k with k=3,"([9, 11, 15, 2],)","[15, 9, 11, 15, 2]",list(int) -> list(int) rotate-k with k=3,"([8, 13, 9, 6, 8, 6],)","[6, 8, 6, 8, 13, 9]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=2,"([0, 0, 1, 1, 0],)","[1, 1, 0, 0, 1]",list(int) -> list(int) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) keep gt 2,"([3, 5, 3, 3, 2],)","[3, 5, 3, 3]",list(int) -> list(int) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) bool-identify-k with k=0,"([0, 0, 0, 14, 9],)","[True, True, True, False, False]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 1, 2, 1, 2, 2, 2],)","[2, 2, 0, 2, 0, 0, 0]",list(int) -> list(int) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) kth-smallest with k=4,"([11, 12, 5, 13, 11, 4, 16, 0, 8],)",8,list(int) -> int evens,"([4],)",[4],list(int) -> list(int) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) pow-k with k=2,"([3],)",[9],list(int) -> list(int) has-head-in-tail,"([11, 11, 11],)",True,list(int) -> bool append-k with k=5,"([],)",[5],list(int) -> list(int) drop first word delimited by ' ',"('S 2 86 178',)",2 86 178,list(char) -> list(char) prepend-index-k with k=3,"([8, 14, 3, 5, 11],)","[3, 8, 14, 3, 5, 11]",list(int) -> list(int) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) keep gt 2,"([3, 5, 3, 3, 2],)","[3, 5, 3, 3]",list(int) -> list(int) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) kth-largest with k=4,"([5, 11, 5, 6, 7, 1, 3, 9, 14, 8],)",8,list(int) -> int evens,"([2, 0, 4],)","[2, 0, 4]",list(int) -> list(int) modulo-k with k=1,"([15, 0, 2, 7, 11, 13],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) slice-k-n with k=5 and n=5,"([0, 13, 5, 7, 16, 11, 12, 2, 0, 3, 9, 14, 6, 2],)","[16, 11, 12, 2, 0]",list(int) -> list(int) range,"(3,)","[0, 1, 2]",int -> list(int) keep gt 0,"([5, 2, 5, 6, 6],)","[5, 2, 5, 6, 6]",list(int) -> list(int) bool-identify-k with k=0,"([9, 7, 2, 6],)","[False, False, False, False]",list(int) -> list(bool) mult-k with k=4,"([3],)",[12],list(int) -> list(int) append-k with k=5,"([4, 2],)","[4, 2, 5]",list(int) -> list(int) remove-index-k with k=2,"([2, 16, 6, 4, 4, 1, 5],)","[2, 6, 4, 4, 1, 5]",list(int) -> list(int) prepend-index-k with k=1,"([9, 8, 10, 8, 4],)","[9, 9, 8, 10, 8, 4]",list(int) -> list(int) prepend-k with k=3,"([],)",[3],list(int) -> list(int) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) slice-k-n with k=5 and n=5,"([10, 9, 6, 15, 6, 12, 6, 7, 5, 9, 6, 5, 13],)","[6, 12, 6, 7, 5]",list(int) -> list(int) bool-identify-is-mod-k with k=1,"([],)",[],list(int) -> list(bool) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) sort,"([16, 0],)","[0, 16]",list(int) -> list(int) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) append-index-k with k=2,"([14, 12, 12, 15, 5, 12, 2, 8, 2],)","[14, 12, 12, 15, 5, 12, 2, 8, 2, 12]",list(int) -> list(int) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) remove eq 3,"([3, 4, 6, 4, 1],)","[4, 6, 4, 1]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=4,"([0, 2, 1, 2],)","[2, 0, 3, 0]",list(int) -> list(int) len,"([3],)",1,list(int) -> int remove eq 0,"([4, 0, 5, 1, 0],)","[4, 5, 1]",list(int) -> list(int) bool-identify-geq-k with k=0,"([10, 16],)","[True, True]",list(int) -> list(bool) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([1, 1, 0, 2],)","[0, 0, 2, 1]",list(int) -> list(int) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) range +1 maximum list,"([5, 0],)","[0, 1, 2, 3, 4, 5]",list(int) -> list(int) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) append-index-k with k=5,"([6, 4, 15, 14, 7, 12, 3, 0, 4, 16],)","[6, 4, 15, 14, 7, 12, 3, 0, 4, 16, 7]",list(int) -> list(int) index-head,"([1, 10, 1, 4],)",10,list(int) -> int kth-largest with k=3,"([11, 12, 13, 4, 0, 13, 6, 9, 1, 9],)",12,list(int) -> int count-k with k=4,"([4, 4, 4, 4, 4, 4],)",6,list(int) -> int Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) has-k with k=0,"([5, 7, 6, 8, 3],)",False,list(int) -> bool caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 0, 1, 1],)","[2, 1, 2, 2]",list(int) -> list(int) keep-mod-k with k=4,"([36, 36, 16],)","[36, 36, 16]",list(int) -> list(int) is-mod-k with k=4,"([],)",True,list(int) -> bool keep-mod-k with k=2,"([12],)",[12],list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([],)",[],list(int) -> list(int) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) slice-k-n with k=5 and n=5,"([12, 0, 10, 14, 10, 8, 12, 8, 7, 16, 0, 8, 5, 3, 10],)","[10, 8, 12, 8, 7]",list(int) -> list(int) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) is-squares,"([4, 15, 1],)",False,list(int) -> bool slice-k-n with k=3 and n=4,"([16, 4, 13, 12, 3, 14, 12, 16],)","[13, 12, 3, 14]",list(int) -> list(int) rotate-k with k=4,"([3, 5, 11, 7, 11, 10, 3, 14, 0],)","[10, 3, 14, 0, 3, 5, 11, 7, 11]",list(int) -> list(int) modulo-k with k=2,"([14, 14, 16],)","[0, 0, 0]",list(int) -> list(int) append-k with k=4,"([11, 2, 9, 8, 8],)","[11, 2, 9, 8, 8, 4]",list(int) -> list(int) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([2, 3, 0, 1, 2],)","[1, 2, 3, 0, 1]",list(int) -> list(int) slice-k-n with k=1 and n=5,"([3, 0, 13, 7, 3, 5, 13, 11, 12, 5, 11],)","[3, 0, 13, 7, 3]",list(int) -> list(int) remove-index-k with k=4,"([4, 14, 15, 6],)","[4, 14, 15]",list(int) -> list(int) remove empty lists,"([[False, True], [], [], []],)","[[False, True]]",list(list(bool)) -> list(list(bool)) slice-k-n with k=2 and n=3,"([16, 11, 10, 0, 7, 14],)","[11, 10, 0]",list(int) -> list(int) bool-identify-geq-k with k=3,"([4],)",[True],list(int) -> list(bool) range,"(1,)",[0],int -> list(int) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) remove-mod-k with k=2,"([3, 7, 1, 14],)","[3, 7, 1]",list(int) -> list(int) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) empty,"([],)",True,list(int) -> bool Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) is-mod-k with k=1,"([6, 1, 13, 7],)",True,list(int) -> bool slice-k-n with k=5 and n=5,"([10, 3, 11, 16, 10, 4, 8, 12, 0, 15, 9, 4, 4, 8, 11, 11, 9, 1],)","[10, 4, 8, 12, 0]",list(int) -> list(int) Drop last 4 characters,"('+167',)",,list(char) -> list(char) "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 1, 0, 0],)","[2, 2, 1, 1]",list(int) -> list(int) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) prepend-k with k=3,"([2, 5, 9, 14, 14],)","[3, 2, 5, 9, 14, 14]",list(int) -> list(int) remove-mod-k with k=4,"([11, 7, 16, 14, 13, 12, 3],)","[11, 7, 14, 13, 3]",list(int) -> list(int) slice-k-n with k=3 and n=2,"([1, 13, 12, 5, 9, 8, 6, 4, 1, 16, 12, 15, 5],)","[12, 5]",list(int) -> list(int) append-k with k=1,"([8, 14, 16, 4, 12],)","[8, 14, 16, 4, 12, 1]",list(int) -> list(int) remove-index-k with k=1,"([10],)",[],list(int) -> list(int) slice-k-n with k=1 and n=2,"([13, 13, 8, 0, 5, 14, 0, 2],)","[13, 13]",list(int) -> list(int) remove eq 3,"([4, 5, 3, 3, 5],)","[4, 5, 5]",list(int) -> list(int) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=3,"([2, 2, 1, 1, 2, 1, 0],)","[0, 0, 2, 2, 0, 2, 1]",list(int) -> list(int) remove-index-k with k=2,"([12, 5, 0, 10],)","[12, 0, 10]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=4,"([],)",[],list(int) -> list(int) Append '636',"('C',)",C636,list(char) -> list(char) has-k with k=0,"([13],)",False,list(int) -> bool "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) append-k with k=4,"([13, 11],)","[13, 11, 4]",list(int) -> list(int) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) bool-identify-k with k=0,"([0, 7],)","[True, False]",list(int) -> list(bool) range +1 maximum list,"([5, 1],)","[0, 1, 2, 3, 4, 5]",list(int) -> list(int) slice-k-n with k=1 and n=1,"([15, 13, 8],)",[15],list(int) -> list(int) kth-largest with k=4,"([16, 4, 13, 11, 6, 13, 16, 1, 5, 6],)",13,list(int) -> int nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) kth-smallest with k=4,"([4, 0, 6, 0],)",6,list(int) -> int caesar-cipher-k-modulo-n with k=4 and n=3,"([0, 0],)","[1, 1]",list(int) -> list(int) rotate-k with k=4,"([5, 2, 5, 8, 2, 2, 2, 10, 12, 5, 13],)","[10, 12, 5, 13, 5, 2, 5, 8, 2, 2, 2]",list(int) -> list(int) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) kth-smallest with k=2,"([9, 5],)",9,list(int) -> int remove gt 3,"([3, 2, 1, 4, 5],)","[3, 2, 1]",list(int) -> list(int) Prepend '+174',"('52',)",+17452,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([4, 2, 2, 0, 2],)","[2, 0, 0, 3, 0]",list(int) -> list(int) keep eq 1,"([4, 1, 5, 0, 0],)",[1],list(int) -> list(int) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) has-k with k=0,"([9, 12],)",False,list(int) -> bool slice-k-n with k=2 and n=5,"([14, 4, 13, 11, 12, 10, 12, 3, 1, 10, 15, 7],)","[4, 13, 11, 12, 10]",list(int) -> list(int) slice-k-n with k=4 and n=2,"([6, 6, 14, 11, 16, 9, 5, 16],)","[11, 16]",list(int) -> list(int) prepend-k with k=3,"([14, 11],)","[3, 14, 11]",list(int) -> list(int) keep eq 1,"([6, 1, 4, 1, 1],)","[1, 1, 1]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) slice-k-n with k=1 and n=5,"([7, 4, 1, 16, 9, 16, 14, 6, 15, 2, 9, 1],)","[7, 4, 1, 16, 9]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) slice-k-n with k=2 and n=3,"([1, 5, 3, 6, 16, 9],)","[5, 3, 6]",list(int) -> list(int) remove gt 2,"([5, 2, 4, 5, 1],)","[2, 1]",list(int) -> list(int) is-mod-k with k=2,"([24, 22, 2, 14, 16, 8, 10],)",True,list(int) -> bool append-k with k=5,"([15, 0, 13],)","[15, 0, 13, 5]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) sort-and-deduplicate,"([8, 2, 10, 5],)","[2, 5, 8, 10]",list(int) -> list(int) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) keep-mod-head,"([1, 15],)",[15],list(int) -> list(int) append-k with k=0,"([],)",[0],list(int) -> list(int) keep eq 1,"([5, 0, 5, 3, 2],)",[],list(int) -> list(int) replace-all-with-index-k with k=3,"([7, 15, 15, 7],)","[15, 15, 15, 15]",list(int) -> list(int) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) kth-largest with k=4,"([0, 6, 13, 5, 0, 5, 2, 14, 9, 3],)",6,list(int) -> int parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) count-k with k=3,"([13, 7, 9, 10],)",0,list(int) -> int repeat-many,"([0, 10, 11],)",[],list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=5,"([2, 0, 1, 2, 4, 3],)","[0, 3, 4, 0, 2, 1]",list(int) -> list(int) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) is-primes,"([],)",True,list(int) -> bool remove gt 3,"([3, 2, 2, 1, 2],)","[3, 2, 2, 1, 2]",list(int) -> list(int) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) slice-k-n with k=2 and n=4,"([10, 15, 5, 5, 0, 16, 12, 12, 8, 5, 4, 16],)","[15, 5, 5, 0]",list(int) -> list(int) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) range +1 maximum list,"([1, 6, 5, 2, 5],)","[0, 1, 2, 3, 4, 5, 6]",list(int) -> list(int) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) mult-k with k=2,"([11, 2, 7, 10, 4],)","[22, 4, 14, 20, 8]",list(int) -> list(int) repeat-k with k=2,"([0, 9, 3, 1, 2],)","[0, 9, 3, 1, 2, 0, 9, 3, 1, 2]",list(int) -> list(int) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) keep gt 3,"([1, 6, 0, 0, 5],)","[6, 5]",list(int) -> list(int) remove-index-k with k=2,"([15, 3, 10],)","[15, 10]",list(int) -> list(int) rotate-k with k=3,"([6, 0, 10, 14, 5, 13, 11, 2, 7, 7, 12],)","[7, 7, 12, 6, 0, 10, 14, 5, 13, 11, 2]",list(int) -> list(int) keep gt 1,"([0, 2, 6, 4, 5],)","[2, 6, 4, 5]",list(int) -> list(int) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) is-primes,"([2],)",True,list(int) -> bool remove-mod-k with k=2,"([0],)",[],list(int) -> list(int) index-k with k=2,"([3, 10],)",10,list(int) -> int has-k with k=5,"([],)",False,list(int) -> bool prepend-k with k=5,"([4, 10, 11, 11, 16, 7, 14],)","[5, 4, 10, 11, 11, 16, 7, 14]",list(int) -> list(int) "Take first character and append ','","('546',)","5,",list(char) -> list(char) bool-identify-k with k=0,"([9, 15, 4, 7],)","[False, False, False, False]",list(int) -> list(bool) count-k with k=0,"([0, 8],)",1,list(int) -> int repeat-k with k=5,"([],)",[],list(int) -> list(int) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) range,"(2,)","[0, 1]",int -> list(int) kth-smallest with k=2,"([13, 3, 7],)",7,list(int) -> int First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) slice-k-n with k=2 and n=1,"([15, 15, 0, 9, 9, 15, 15, 3, 4],)",[15],list(int) -> list(int) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) pow-k with k=3,"([7, 0, 3, 12, 12],)","[343, 0, 27, 1728, 1728]",list(int) -> list(int) is-mod-k with k=3,"([8, 12, 4, 7],)",False,list(int) -> bool keep eq 2,"([3, 4, 2, 6, 5],)",[2],list(int) -> list(int) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) keep gt 3,"([1, 6, 0, 0, 5],)","[6, 5]",list(int) -> list(int) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) range,"(3,)","[0, 1, 2]",int -> list(int) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) bool-identify-k with k=3,"([],)",[],list(int) -> list(bool) Replace '(' w/ ')',"('14(Micha',)",14)Micha,list(char) -> list(char) keep-mod-k with k=2,"([10, 0, 16],)","[10, 0, 16]",list(int) -> list(int) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) has-k with k=0,"([],)",False,list(int) -> bool parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) slice-k-n with k=1 and n=5,"([15, 2, 10, 8, 8, 14, 6, 4, 8, 8, 16],)","[15, 2, 10, 8, 8]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 0, 1, 1, 1],)","[2, 1, 2, 2, 2]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) has-k with k=1,"([1, 1, 1, 1],)",True,list(int) -> bool keep squares,"([9, 4, 1, 9, 4, 8, 6],)","[9, 4, 1, 9, 4]",list(int) -> list(int) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) remove-mod-k with k=5,"([35, 1, 4, 13, 10, 6, 35],)","[1, 4, 13, 6]",list(int) -> list(int) add-k with k=4,"([16, 10, 7, 12, 13, 3],)","[20, 14, 11, 16, 17, 7]",list(int) -> list(int) prepend-k with k=2,"([14],)","[2, 14]",list(int) -> list(int) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) slice-k-n with k=2 and n=4,"([12, 0, 15, 7, 3, 16, 15, 16, 12, 13],)","[0, 15, 7, 3]",list(int) -> list(int) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) prepend-index-k with k=4,"([2, 8, 16, 0, 1, 16, 0, 10, 13, 7],)","[0, 2, 8, 16, 0, 1, 16, 0, 10, 13, 7]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) drop-k with k=5,"([7, 15, 3, 15, 7, 7, 11],)","[7, 11]",list(int) -> list(int) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) slice-k-n with k=2 and n=2,"([9, 5, 16, 1, 15, 12, 6, 7],)","[5, 16]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=2,"([],)",[],list(int) -> list(int) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) append-index-k with k=2,"([15, 0, 11, 14],)","[15, 0, 11, 14, 0]",list(int) -> list(int) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) kth-largest with k=4,"([4, 3, 8, 1, 14, 9, 6],)",6,list(int) -> int Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) is-mod-k with k=5,"([65, 35, 5, 35, 5, 80],)",True,list(int) -> bool nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) add-k with k=2,"([5],)",[7],list(int) -> list(int) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) remove-mod-k with k=3,"([4, 15, 1, 6],)","[4, 1]",list(int) -> list(int) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) slice-k-n with k=2 and n=5,"([11, 3, 7, 16, 4, 8, 6, 7, 9, 3, 0, 5, 6],)","[3, 7, 16, 4, 8]",list(int) -> list(int) dup,"([4, 9, 2],)","[4, 4, 9, 9, 2, 2]",list(int) -> list(int) modulo-k with k=3,"([4, 4, 12, 7, 13, 9],)","[1, 1, 0, 1, 1, 0]",list(int) -> list(int) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) append-index-k with k=5,"([8, 16, 5, 13, 14, 12, 6, 0],)","[8, 16, 5, 13, 14, 12, 6, 0, 14]",list(int) -> list(int) remove-index-k with k=2,"([12, 14, 13, 2],)","[12, 13, 2]",list(int) -> list(int) count-k with k=3,"([2, 13],)",0,list(int) -> int Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) kth-largest with k=1,"([12, 0],)",12,list(int) -> int min,"([9, 9, 2, 11],)",2,list(int) -> int prepend-k with k=5,"([2, 5, 5, 0],)","[5, 2, 5, 5, 0]",list(int) -> list(int) remove empty lists,"([[], [False], [], [False]],)","[[False], [False]]",list(list(bool)) -> list(list(bool)) add-k with k=3,"([11, 14, 7],)","[14, 17, 10]",list(int) -> list(int) slice-k-n with k=3 and n=1,"([1, 1, 11, 16, 7, 2],)",[11],list(int) -> list(int) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) slice-k-n with k=5 and n=3,"([13, 12, 5, 15, 16, 16, 1, 7, 1, 15],)","[16, 16, 1]",list(int) -> list(int) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) slice-k-n with k=2 and n=4,"([7, 7, 8, 3, 4, 0, 14, 4, 10, 7, 15, 6],)","[7, 8, 3, 4]",list(int) -> list(int) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) keep squares,"([16, 25, 8, 4, 8, 2, 7],)","[16, 25, 4]",list(int) -> list(int) append-index-k with k=1,"([12],)","[12, 12]",list(int) -> list(int) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) dup,"([0, 5, 8, 16],)","[0, 0, 5, 5, 8, 8, 16, 16]",list(int) -> list(int) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) append-k with k=4,"([11, 14, 14, 0, 5, 10],)","[11, 14, 14, 0, 5, 10, 4]",list(int) -> list(int) remove-mod-k with k=5,"([5, 2, 1],)","[2, 1]",list(int) -> list(int) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) prepend-k with k=4,"([12, 10, 7, 4, 0, 15, 8],)","[4, 12, 10, 7, 4, 0, 15, 8]",list(int) -> list(int) bool-identify-k with k=0,"([],)",[],list(int) -> list(bool) remove-mod-k with k=3,"([1, 1],)","[1, 1]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 0, 1, 0, 0, 1, 0],)","[0, 1, 0, 1, 1, 0, 1]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) slice-k-n with k=3 and n=4,"([9, 8, 16, 9, 14, 9, 12, 1, 1, 0, 13, 0],)","[16, 9, 14, 9]",list(int) -> list(int) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) is-mod-k with k=5,"([],)",True,list(int) -> bool nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) prepend-k with k=4,"([7, 16, 9, 16, 9],)","[4, 7, 16, 9, 16, 9]",list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) modulo-k with k=5,"([7, 4, 0, 1, 11],)","[2, 4, 0, 1, 1]",list(int) -> list(int) kth-smallest with k=5,"([8, 4, 16, 7, 10, 5, 13, 1, 6, 11],)",7,list(int) -> int last,"([8, 4, 3, 13],)",13,list(int) -> int has-k with k=5,"([12],)",False,list(int) -> bool bool-identify-k with k=4,"([4, 4, 4, 12],)","[True, True, True, False]",list(int) -> list(bool) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) slice-k-n with k=4 and n=3,"([8, 4, 3, 7, 1, 10, 14, 7],)","[7, 1, 10]",list(int) -> list(int) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) append-k with k=3,"([6, 7, 9, 14],)","[6, 7, 9, 14, 3]",list(int) -> list(int) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) remove-mod-k with k=5,"([10, 15, 40],)",[],list(int) -> list(int) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) keep gt 0,"([1, 1, 6, 6, 2],)","[1, 1, 6, 6, 2]",list(int) -> list(int) kth-largest with k=5,"([13, 11, 10, 7, 13, 11, 9],)",10,list(int) -> int "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) remove gt 1,"([0, 6, 0, 4, 2],)","[0, 0]",list(int) -> list(int) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([],)",[],list(int) -> list(int) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) rotate-k with k=4,"([15, 3, 16, 12, 14, 13, 5, 8, 8, 9],)","[5, 8, 8, 9, 15, 3, 16, 12, 14, 13]",list(int) -> list(int) repeat-k with k=3,"([11, 10],)","[11, 10, 11, 10, 11, 10]",list(int) -> list(int) rotate-k with k=1,"([16, 15, 10, 15, 5, 16, 9, 7, 9, 11, 2, 2],)","[2, 16, 15, 10, 15, 5, 16, 9, 7, 9, 11, 2]",list(int) -> list(int) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) remove-index-k with k=1,"([4, 8, 11, 0, 8, 11],)","[8, 11, 0, 8, 11]",list(int) -> list(int) replace-all-with-index-k with k=1,"([7, 6],)","[7, 7]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([],)",[],list(int) -> list(int) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) slice-k-n with k=4 and n=3,"([3, 14, 1, 4, 1, 16, 6, 3, 1, 7, 9],)","[4, 1, 16]",list(int) -> list(int) Drop last 2 characters,"('562',)",5,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) keep-mod-k with k=4,"([8, 14],)",[8],list(int) -> list(int) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) kth-smallest with k=5,"([6, 2, 6, 9, 12, 3, 13, 5],)",6,list(int) -> int remove eq 3,"([3, 5, 6, 5, 2],)","[5, 6, 5, 2]",list(int) -> list(int) add-k with k=3,"([2, 14, 15],)","[5, 17, 18]",list(int) -> list(int) take-k with k=5,"([7, 12, 9, 13, 16, 6, 1, 9, 10, 14, 9],)","[7, 12, 9, 13, 16]",list(int) -> list(int) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) has-k with k=3,"([3],)",True,list(int) -> bool parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) slice-k-n with k=4 and n=2,"([9, 10, 10, 3, 9, 11, 10, 2, 9, 0, 5],)","[3, 9]",list(int) -> list(int) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) index-k with k=1,"([5, 15, 8, 10, 13, 12, 7, 0],)",5,list(int) -> int remove empty lists,"([[True, True, True], [False], [False, False], [False, True]],)","[[True, True, True], [False], [False, False], [False, True]]",list(list(bool)) -> list(list(bool)) kth-largest with k=5,"([4, 14, 0, 12, 7],)",0,list(int) -> int Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) slice-k-n with k=1 and n=4,"([6, 7, 15, 2, 2, 16, 15, 12, 6, 3, 3, 14, 5],)","[6, 7, 15, 2]",list(int) -> list(int) take-k with k=3,"([7, 7, 15, 15],)","[7, 7, 15]",list(int) -> list(int) nth (n=0) word delimited by '-',"('Jeff-Lara-Karrie',)",Jeff,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) bool-identify-is-mod-k with k=5,"([2, 12, 11, 14, 15, 9, 8],)","[False, False, False, False, True, False, False]",list(int) -> list(bool) Take first character and append ')',"('+169',)",+),list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) remove-mod-k with k=2,"([10],)",[],list(int) -> list(int) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) remove eq 1,"([1, 4, 5, 4, 3],)","[4, 5, 4, 3]",list(int) -> list(int) modulo-k with k=3,"([],)",[],list(int) -> list(int) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) kth-smallest with k=4,"([7, 14, 8, 15, 8],)",14,list(int) -> int "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) append-k with k=2,"([12, 12, 9, 6, 8, 2],)","[12, 12, 9, 6, 8, 2, 2]",list(int) -> list(int) remove-mod-k with k=4,"([3, 32, 32, 36],)",[3],list(int) -> list(int) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) len,"([1, 2, 3],)",3,list(int) -> int Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) +1 maximum list,"([7, 9],)",10,list(int) -> int kth-smallest with k=4,"([16, 13, 8, 3, 15, 0, 4, 2, 11],)",4,list(int) -> int sum,"([1, 2, 3],)",6,list(int) -> int index-k with k=5,"([16, 4, 1, 12, 3, 12, 15],)",3,list(int) -> int Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) prepend-index-k with k=4,"([4, 8, 5, 3, 1, 7, 5, 6, 13],)","[3, 4, 8, 5, 3, 1, 7, 5, 6, 13]",list(int) -> list(int) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) max,"([13, 10, 9, 16, 4, 15, 13],)",16,list(int) -> int parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) is-mod-k with k=4,"([24],)",True,list(int) -> bool prepend-index-k with k=3,"([11, 3, 6],)","[6, 11, 3, 6]",list(int) -> list(int) slice-k-n with k=5 and n=3,"([15, 9, 13, 4, 4, 0, 16, 6, 4, 3, 0, 14, 16, 10, 13, 5],)","[4, 0, 16]",list(int) -> list(int) odds,"([5, 16, 4, 8],)",[5],list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) is-evens,"([2, 5, 4, 2, 0, 5, 1, 1],)",False,list(int) -> bool Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) prepend-k with k=5,"([3],)","[5, 3]",list(int) -> list(int) keep gt 3,"([1, 0, 2, 4, 3],)",[4],list(int) -> list(int) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) remove-mod-k with k=2,"([15, 7, 15, 10, 13, 3, 12],)","[15, 7, 15, 13, 3]",list(int) -> list(int) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) bool-identify-is-prime,"([12],)",[False],list(int) -> list(bool) slice-k-n with k=1 and n=5,"([3, 11, 9, 11, 9, 7, 3, 3, 13, 10, 3],)","[3, 11, 9, 11, 9]",list(int) -> list(int) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) kth-largest with k=2,"([2, 12, 7, 12],)",12,list(int) -> int bool-identify-k with k=1,"([16, 6, 8, 13, 14],)","[False, False, False, False, False]",list(int) -> list(bool) slice-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) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([2, 0],)","[1, 2]",list(int) -> list(int) append-index-k with k=2,"([4, 11, 8, 4, 10, 11, 4],)","[4, 11, 8, 4, 10, 11, 4, 11]",list(int) -> list(int) drop-k with k=1,"([8],)",[],list(int) -> list(int) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) Prepend '+174',"('S',)",+174S,list(char) -> list(char) empty,"([],)",True,list(int) -> bool Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) kth-smallest with k=1,"([6, 0],)",0,list(int) -> int remove-mod-k with k=2,"([15, 7, 15, 10, 13, 3, 12],)","[15, 7, 15, 13, 3]",list(int) -> list(int) take-k with k=3,"([1, 2, 0, 13, 7, 10, 12, 4],)","[1, 2, 0]",list(int) -> list(int) last,"([16],)",16,list(int) -> int "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) repeat-k with k=4,"([1, 3, 13],)","[1, 3, 13, 1, 3, 13, 1, 3, 13, 1, 3, 13]",list(int) -> list(int) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) kth-largest with k=2,"([14, 1],)",1,list(int) -> int Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) remove-index-k with k=3,"([5, 4, 5, 2, 14, 6, 9, 15, 1, 1],)","[5, 4, 2, 14, 6, 9, 15, 1, 1]",list(int) -> list(int) repeat-k with k=2,"([9, 5, 0, 0, 13],)","[9, 5, 0, 0, 13, 9, 5, 0, 0, 13]",list(int) -> list(int) bool-identify-geq-k with k=0,"([3, 10, 8, 13, 11, 15],)","[True, True, True, True, True, True]",list(int) -> list(bool) replace-all-with-index-k with k=5,"([4, 16, 8, 9, 13, 8, 12, 11, 4, 5, 2],)","[13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13]",list(int) -> list(int) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) append-k with k=2,"([8, 13, 11],)","[8, 13, 11, 2]",list(int) -> list(int) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) kth-smallest with k=5,"([11, 14, 2, 1, 3, 2, 13],)",11,list(int) -> int count-k with k=5,"([5, 5, 2, 5, 5, 5],)",5,list(int) -> int range,"(3,)","[0, 1, 2]",int -> list(int) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) bool-identify-k with k=0,"([12],)",[False],list(int) -> list(bool) reverse,"([7, 13, 5, 7, 6],)","[6, 7, 5, 13, 7]",list(int) -> list(int) take-k with k=4,"([3, 10, 3, 15],)","[3, 10, 3, 15]",list(int) -> list(int) kth-smallest with k=1,"([2, 8, 12],)",2,list(int) -> int Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) append-index-k with k=5,"([11, 9, 15, 7, 2, 3, 11, 7, 1, 2],)","[11, 9, 15, 7, 2, 3, 11, 7, 1, 2, 2]",list(int) -> list(int) drop-k with k=1,"([12, 0],)",[0],list(int) -> list(int) rotate-k with k=2,"([7, 1, 6, 5, 14, 14, 0, 5, 6],)","[5, 6, 7, 1, 6, 5, 14, 14, 0]",list(int) -> list(int) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) drop-k with k=4,"([4, 8, 4, 5],)",[],list(int) -> list(int) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) index-k with k=5,"([1, 5, 15, 15, 2, 10, 13, 15, 3, 7],)",2,list(int) -> int parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) keep-mod-k with k=5,"([10, 7, 0],)","[10, 0]",list(int) -> list(int) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) slice-k-n with k=2 and n=5,"([4, 14, 6, 13, 10, 6, 12, 8, 11, 14],)","[14, 6, 13, 10, 6]",list(int) -> list(int) prepend-k with k=1,"([13, 13, 16, 13, 0, 14, 13],)","[1, 13, 13, 16, 13, 0, 14, 13]",list(int) -> list(int) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) index-k with k=2,"([8, 13, 4, 4, 12, 7],)",13,list(int) -> int Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) slice-k-n with k=3 and n=2,"([6, 6, 7, 8, 14, 7, 11, 14, 8, 16, 1, 8],)","[7, 8]",list(int) -> list(int) keep-mod-k with k=5,"([5, 9],)",[5],list(int) -> list(int) repeat-k with k=2,"([3, 12, 15, 12],)","[3, 12, 15, 12, 3, 12, 15, 12]",list(int) -> list(int) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) slice-k-n with k=3 and n=2,"([8, 8, 8, 15, 15, 16],)","[8, 15]",list(int) -> list(int) Drop last 1 characters,"('769',)",76,list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) prepend-k with k=3,"([0, 6],)","[3, 0, 6]",list(int) -> list(int) index-k with k=3,"([12, 15, 10, 10, 3, 8, 1, 11, 6],)",10,list(int) -> int keep gt 3,"([3, 4, 3, 0, 0],)",[4],list(int) -> list(int) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) drop-k with k=1,"([3, 13],)",[13],list(int) -> list(int) prepend-index-k with k=1,"([4, 1],)","[4, 4, 1]",list(int) -> list(int) Drop last 4 characters,"('+167',)",,list(char) -> list(char) Take first character and append ')',"('414',)",4),list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Replace '-' w/ ' ',"('+183-13',)",+183 13,list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) prepend-index-k with k=5,"([4, 11, 12, 7, 2, 1, 15, 16],)","[2, 4, 11, 12, 7, 2, 1, 15, 16]",list(int) -> list(int) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) has-k with k=4,"([4, 4, 9, 16, 4, 4, 4],)",True,list(int) -> bool bool-identify-geq-k with k=1,"([3, 3, 3, 3],)","[True, True, True, True]",list(int) -> list(bool) +1 maximum list,"([9, 10, 4],)",11,list(int) -> int Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) slice-k-n with k=2 and n=2,"([6, 1, 7, 11, 9, 4],)","[1, 7]",list(int) -> list(int) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([3, 3, 3, 5, 14],)","[True, True, True, False, False]",list(int) -> list(bool) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Drop last 1 characters,"('290',)",29,list(char) -> list(char) slice-k-n with k=2 and n=3,"([5, 11, 9, 0, 10, 16, 9, 5, 11],)","[11, 9, 0]",list(int) -> list(int) bool-identify-is-mod-k with k=5,"([8, 7, 5, 10],)","[False, False, True, True]",list(int) -> list(bool) repeat-k with k=4,"([12, 3, 13],)","[12, 3, 13, 12, 3, 13, 12, 3, 13, 12, 3, 13]",list(int) -> list(int) bool-identify-geq-k with k=3,"([0, 9, 0],)","[False, True, False]",list(int) -> list(bool) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) append-index-k with k=2,"([5, 1, 1, 13, 5, 0, 1],)","[5, 1, 1, 13, 5, 0, 1, 1]",list(int) -> list(int) pop,"([8, 2, 2],)","[8, 2]",list(int) -> list(int) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) append-k with k=3,"([7, 14, 9],)","[7, 14, 9, 3]",list(int) -> list(int) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) prepend-k with k=4,"([12, 0, 9, 14, 11],)","[4, 12, 0, 9, 14, 11]",list(int) -> list(int) slice-k-n with k=3 and n=1,"([3, 1, 10, 10, 16, 4, 9, 14, 15],)",[10],list(int) -> list(int) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) modulo-k with k=4,"([3, 8, 1, 11, 6],)","[3, 0, 1, 3, 2]",list(int) -> list(int) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([],)",[],list(int) -> list(int) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) pow-k with k=3,"([1],)",[1],list(int) -> list(int) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) bool-identify-k with k=2,"([3, 8, 1],)","[False, False, False]",list(int) -> list(bool) mult-k with k=5,"([0, 15, 5, 10, 8, 14, 12],)","[0, 75, 25, 50, 40, 70, 60]",list(int) -> list(int) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) kth-largest with k=4,"([16, 9, 15, 4, 16],)",9,list(int) -> int Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) count-k with k=3,"([],)",0,list(int) -> int keep eq 1,"([4, 1, 1, 3, 2],)","[1, 1]",list(int) -> list(int) has-k with k=5,"([5, 5, 5, 5, 5, 6, 5],)",True,list(int) -> bool Take first character and append '.',"('290',)",2.,list(char) -> list(char) sum,"([3],)",3,list(int) -> int append-k with k=4,"([],)",[4],list(int) -> list(int) append-k with k=2,"([],)",[2],list(int) -> list(int) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) add-k with k=3,"([7, 11, 6, 14, 4],)","[10, 14, 9, 17, 7]",list(int) -> list(int) slice-k-n with k=5 and n=5,"([13, 5, 3, 2, 12, 3, 9, 10, 9, 16, 15, 6, 9, 0, 7, 16],)","[12, 3, 9, 10, 9]",list(int) -> list(int) bool-identify-geq-k with k=4,"([12, 13],)","[True, True]",list(int) -> list(bool) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) repeat-many,"([0, 11, 11, 2],)",[],list(int) -> list(int) add-k with k=1,"([6, 2, 13],)","[7, 3, 14]",list(int) -> list(int) repeat-k with k=5,"([7, 9, 9, 2],)","[7, 9, 9, 2, 7, 9, 9, 2, 7, 9, 9, 2, 7, 9, 9, 2, 7, 9, 9, 2]",list(int) -> list(int) keep squares,"([0, 4, 25, 1, 0, 25, 7],)","[0, 4, 25, 1, 0, 25]",list(int) -> list(int) "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=2,"([1, 1, 0, 1, 1, 0, 0],)","[0, 0, 1, 0, 0, 1, 1]",list(int) -> list(int) slice-k-n with k=4 and n=1,"([13, 16, 7, 9, 12, 14, 2, 9],)",[9],list(int) -> list(int) sort,"([0, 14],)","[0, 14]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) drop-k with k=5,"([16, 7, 3, 14, 4, 9, 1, 13, 4, 8, 6],)","[9, 1, 13, 4, 8, 6]",list(int) -> list(int) slice-k-n with k=5 and n=5,"([11, 6, 2, 10, 12, 4, 9, 5, 7, 10, 5],)","[12, 4, 9, 5, 7]",list(int) -> list(int) take-k with k=4,"([5, 2, 4, 3],)","[5, 2, 4, 3]",list(int) -> list(int) Prepend '+174',"('S',)",+174S,list(char) -> list(char) dup,"([7, 2, 4],)","[7, 7, 2, 2, 4, 4]",list(int) -> list(int) nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) is-mod-k with k=5,"([12, 8],)",False,list(int) -> bool bool-identify-is-mod-k with k=1,"([0, 7, 0, 8, 1, 15, 10],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) Append '+138',"('512',)",512+138,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) has-k with k=3,"([13, 3, 5, 5, 13],)",True,list(int) -> bool bool-identify-k with k=2,"([0, 8, 7, 2, 5, 2],)","[False, False, False, True, False, True]",list(int) -> list(bool) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) bool-identify-k with k=4,"([4, 13, 10, 4, 4, 4],)","[True, False, False, True, True, True]",list(int) -> list(bool) is-odds,"([31, 33, 19, 25, 31, 1, 5],)",True,list(int) -> bool "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) Drop last 2 characters,"('562',)",5,list(char) -> list(char) slice-k-n with k=2 and n=2,"([13, 12, 8, 12, 8],)","[12, 8]",list(int) -> list(int) slice-k-n with k=4 and n=2,"([10, 4, 13, 5, 6, 10, 8, 2, 4, 2],)","[5, 6]",list(int) -> list(int) Take first character and append ')',"('+169',)",+),list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) keep gt 2,"([1, 1, 2, 2, 0],)",[],list(int) -> list(int) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) range +1 maximum list,"([0, 4, 6],)","[0, 1, 2, 3, 4, 5, 6]",list(int) -> list(int) replace-all-with-index-k with k=2,"([12, 15],)","[15, 15]",list(int) -> list(int) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) remove-mod-k with k=5,"([6],)",[6],list(int) -> list(int) index-head,"([1, 2, 3],)",2,list(int) -> int Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) last,"([4, 6, 12],)",12,list(int) -> int "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) remove gt 0,"([6, 2, 5, 3, 3],)",[],list(int) -> list(int) bool-identify-is-prime,"([5, 11, 12],)","[True, True, False]",list(int) -> list(bool) slice-k-n with k=2 and n=4,"([13, 13, 4, 12, 3, 6, 5, 7, 13],)","[13, 4, 12, 3]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) bool-identify-k with k=1,"([],)",[],list(int) -> list(bool) count-head-in-tail,"([12],)",0,list(int) -> int repeat-many,"([5, 7, 0],)","[7, 0, 7, 0, 7, 0, 7, 0, 7, 0]",list(int) -> list(int) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) kth-largest with k=1,"([16],)",16,list(int) -> int Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) slice-k-n with k=2 and n=4,"([0, 16, 7, 11, 3, 14, 9, 16, 8, 12],)","[16, 7, 11, 3]",list(int) -> list(int) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) append-k with k=3,"([10, 16],)","[10, 16, 3]",list(int) -> list(int) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) keep eq 3,"([2, 3, 0, 2, 4],)",[3],list(int) -> list(int) slice-k-n with k=4 and n=5,"([1, 6, 1, 5, 16, 14, 0, 9, 9, 13, 4, 9, 14],)","[5, 16, 14, 0, 9]",list(int) -> list(int) remove-index-k with k=1,"([13, 4, 11, 10, 5],)","[4, 11, 10, 5]",list(int) -> list(int) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) remove-mod-k with k=2,"([15, 2, 6],)",[15],list(int) -> list(int) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) slice-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) replace-all-with-index-k with k=3,"([7, 10, 4, 1, 12],)","[4, 4, 4, 4, 4]",list(int) -> list(int) take-k with k=2,"([13, 14, 1],)","[13, 14]",list(int) -> list(int) Abbreviate separate words (II),"('395', '082')",3.0.,list(char) -> list(char) -> list(char) count-k with k=2,"([0, 8, 7, 2, 5, 2],)",2,list(int) -> int First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) bool-identify-geq-k with k=0,"([-1, -1, 13],)","[False, False, True]",list(int) -> list(bool) slice-k-n with k=5 and n=2,"([15, 10, 14, 9, 4, 7, 1, 7, 1, 1, 5, 8],)","[4, 7]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([8, 15, 16, 15],)","[True, False, True, False]",list(int) -> list(bool) remove-mod-k with k=3,"([3],)",[],list(int) -> list(int) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) has-k with k=5,"([13, 7, 9, 10],)",False,list(int) -> bool nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) modulo-k with k=3,"([14, 15],)","[2, 0]",list(int) -> list(int) index-k with k=3,"([13, 0, 3, 2, 9, 14, 4, 12],)",3,list(int) -> int modulo-k with k=4,"([],)",[],list(int) -> list(int) repeat-k with k=4,"([14, 8, 6, 2, 6],)","[14, 8, 6, 2, 6, 14, 8, 6, 2, 6, 14, 8, 6, 2, 6, 14, 8, 6, 2, 6]",list(int) -> list(int) remove-mod-k with k=5,"([12, 30],)",[12],list(int) -> list(int) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) bool-identify-geq-k with k=5,"([13],)",[True],list(int) -> list(bool) Drop last 1 characters,"('+130',)",+13,list(char) -> list(char) replace-all-with-index-k with k=1,"([10, 8, 1, 12],)","[10, 10, 10, 10]",list(int) -> list(int) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) dup,"([0],)","[0, 0]",list(int) -> list(int) append-index-k with k=1,"([12, 7, 2, 2, 9, 11, 14],)","[12, 7, 2, 2, 9, 11, 14, 12]",list(int) -> list(int) keep-mod-k with k=3,"([6, 10, 2, 7, 12],)","[6, 12]",list(int) -> list(int) drop-k with k=4,"([7, 16, 6, 13, 16, 4, 7],)","[16, 4, 7]",list(int) -> list(int) slice-k-n with k=5 and n=1,"([9, 8, 9, 8, 14, 11, 12, 14, 12, 14, 8],)",[14],list(int) -> list(int) keep gt 2,"([3, 6, 2, 2, 3],)","[3, 6, 3]",list(int) -> list(int) take-k with k=3,"([14, 6, 0, 9, 4, 13],)","[14, 6, 0]",list(int) -> list(int) remove empty lists,"([[True, False, False], [True, True], [False, True, True], [True, True]],)","[[True, False, False], [True, True], [False, True, True], [True, True]]",list(list(bool)) -> list(list(bool)) rotate-k with k=1,"([5, 14, 10, 5, 2, 16, 10, 1, 9, 16],)","[16, 5, 14, 10, 5, 2, 16, 10, 1, 9]",list(int) -> list(int) has-k with k=4,"([4],)",True,list(int) -> bool pow-k with k=5,"([13, 4, 11, 10],)","[371293, 1024, 161051, 100000]",list(int) -> list(int) keep gt 3,"([6, 5, 2, 2, 6],)","[6, 5, 6]",list(int) -> list(int) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) Append 2 strings (III),"('35', '981')",35981,list(char) -> list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) prepend-index-k with k=1,"([7, 13, 15, 10, 10, 8],)","[7, 7, 13, 15, 10, 10, 8]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=5,"([4, 0],)","[2, 3]",list(int) -> list(int) "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) drop-k with k=3,"([14, 0, 7, 11, 10, 0, 5, 2],)","[11, 10, 0, 5, 2]",list(int) -> list(int) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) modulo-k with k=4,"([],)",[],list(int) -> list(int) remove-index-k with k=4,"([12, 9, 10, 2, 3, 5, 1, 8],)","[12, 9, 10, 3, 5, 1, 8]",list(int) -> list(int) append-k with k=3,"([5, 13, 8, 15, 13, 7, 2],)","[5, 13, 8, 15, 13, 7, 2, 3]",list(int) -> list(int) append-k with k=2,"([4, 11, 8, 4, 10],)","[4, 11, 8, 4, 10, 2]",list(int) -> list(int) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) keep-mod-k with k=2,"([1, 10, 11],)",[10],list(int) -> list(int) drop-k with k=1,"([6, 8, 8, 1, 9],)","[8, 8, 1, 9]",list(int) -> list(int) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) count-k with k=3,"([2, 8, 0, 14, 3, 10],)",1,list(int) -> int Take first character and append '.',"('+46',)",+.,list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) remove-index-k with k=3,"([11, 7, 2],)","[11, 7]",list(int) -> list(int) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) is-primes,"([4, 13],)",False,list(int) -> bool caesar-cipher-k-modulo-n with k=2 and n=3,"([],)",[],list(int) -> list(int) remove empty lists,"([[False, True], [], [], []],)","[[False, True]]",list(list(bool)) -> list(list(bool)) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) remove eq 3,"([4, 5, 3, 3, 5],)","[4, 5, 5]",list(int) -> list(int) slice-k-n with k=2 and n=1,"([9, 0, 16, 9, 10],)",[0],list(int) -> list(int) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) Take first character and append '.',"('290',)",2.,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) keep gt 1,"([3, 3, 3, 4, 4],)","[3, 3, 3, 4, 4]",list(int) -> list(int) nth (n=0) word delimited by '-',"('64-836-197-Michigan',)",64,list(char) -> list(char) mult-k with k=5,"([8, 13],)","[40, 65]",list(int) -> list(int) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) pow-k with k=2,"([0],)",[0],list(int) -> list(int) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) repeat,"([4, 5],)","[5, 5, 5, 5]",list(int) -> list(int) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) remove gt 0,"([5, 4, 2, 0, 6],)",[0],list(int) -> list(int) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) odds,"([],)",[],list(int) -> list(int) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) remove gt 3,"([0, 2, 4, 4, 4],)","[0, 2]",list(int) -> list(int) kth-smallest with k=2,"([15, 3, 10],)",10,list(int) -> int Prepend '+174',"('52',)",+17452,list(char) -> list(char) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) append-k with k=5,"([9, 14, 6, 9, 8, 2],)","[9, 14, 6, 9, 8, 2, 5]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) pow-k with k=4,"([],)",[],list(int) -> list(int) range,"(0,)",[],int -> list(int) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) index-k with k=3,"([8, 14, 2, 12, 3, 6, 0],)",2,list(int) -> int replace-all-with-index-k with k=4,"([10, 5, 4, 3, 7, 1, 5, 10, 3, 15],)","[3, 3, 3, 3, 3, 3, 3, 3, 3, 3]",list(int) -> list(int) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) Abbreviate separate words (IIIII),"('21', '169')",2.1.,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) kth-smallest with k=3,"([10, 13, 9, 10, 8, 6, 7, 15, 2],)",7,list(int) -> int drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) is-squares,"([1, 4, 9],)",True,list(int) -> bool append-index-k with k=2,"([1, 7, 8, 8, 1, 5, 15, 6],)","[1, 7, 8, 8, 1, 5, 15, 6, 7]",list(int) -> list(int) bool-identify-is-mod-k with k=4,"([2, 4],)","[False, True]",list(int) -> list(bool) parentheses around a single word (IIII),"('986',)",(986),list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=5,"([2, 3, 3],)","[1, 2, 2]",list(int) -> list(int) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) is-mod-k with k=3,"([39, 39, 48, 30],)",True,list(int) -> bool has-k with k=0,"([6, 9, 11, 7, 5, 5, 0],)",True,list(int) -> bool First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([2, 1, 2, 4],)","[3, 2, 3, 0]",list(int) -> list(int) keep-mod-head,"([5, 15, 0, 20, 13, 7],)","[15, 0, 20]",list(int) -> list(int) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) count-k with k=4,"([6, 4, 2],)",1,list(int) -> int index-head,"([1, 3],)",3,list(int) -> int kth-largest with k=1,"([5, 16, 16, 9],)",16,list(int) -> int replace-all-with-index-k with k=1,"([6],)",[6],list(int) -> list(int) slice-k-n with k=1 and n=4,"([12, 1, 8, 14, 0, 15, 6, 16, 1],)","[12, 1, 8, 14]",list(int) -> list(int) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) keep gt 2,"([1, 0, 1, 4, 0],)",[4],list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=5,"([4, 3, 2, 3, 3, 1],)","[3, 2, 1, 2, 2, 0]",list(int) -> list(int) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) has-k with k=4,"([9, 4, 4, 4, 4, 4],)",True,list(int) -> bool add-k with k=5,"([9, 6, 5, 0, 7, 7],)","[14, 11, 10, 5, 12, 12]",list(int) -> list(int) slice-k-n with k=3 and n=1,"([16, 9, 5, 7, 3, 5, 12, 1],)",[5],list(int) -> list(int) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) mult-k with k=0,"([7],)",[0],list(int) -> list(int) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) modulo-k with k=2,"([],)",[],list(int) -> list(int) append-k with k=1,"([9],)","[9, 1]",list(int) -> list(int) add-k with k=2,"([5, 0],)","[7, 2]",list(int) -> list(int) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) remove gt 2,"([4, 0, 6, 0, 2],)","[0, 0, 2]",list(int) -> list(int) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) kth-largest with k=1,"([6, 4, 15, 0],)",15,list(int) -> int kth-smallest with k=3,"([11, 8, 8, 5, 6, 2, 15, 9, 1, 6],)",5,list(int) -> int Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) take-k with k=3,"([14, 6, 0, 9, 4, 13],)","[14, 6, 0]",list(int) -> list(int) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) modulo-k with k=4,"([8, 14, 2, 12],)","[0, 2, 2, 0]",list(int) -> list(int) Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) pow-k with k=4,"([0, 2, 5, 4, 11, 7],)","[0, 16, 625, 256, 14641, 2401]",list(int) -> list(int) slice-k-n with k=1 and n=3,"([12, 5, 9, 6, 0, 15, 6, 6, 4, 13, 0, 14],)","[12, 5, 9]",list(int) -> list(int) prepend-index-k with k=4,"([13, 1, 3, 2, 14, 16, 8, 4],)","[2, 13, 1, 3, 2, 14, 16, 8, 4]",list(int) -> list(int) replace-all-with-index-k with k=3,"([14, 0, 6, 5, 14, 1, 2, 5, 3],)","[6, 6, 6, 6, 6, 6, 6, 6, 6]",list(int) -> list(int) empty,"([],)",True,list(int) -> bool "Replace ',' w/ '.'","('Ducati,+147',)",Ducati.+147,list(char) -> list(char) mult-k with k=0,"([],)",[],list(int) -> list(int) take-k with k=3,"([7, 4, 16, 15, 16, 3, 10, 11, 3],)","[7, 4, 16]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) is-mod-k with k=2,"([24, 22, 2, 14, 16, 8, 10],)",True,list(int) -> bool mult-k with k=5,"([12, 2, 8, 5],)","[60, 10, 40, 25]",list(int) -> list(int) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) slice-k-n with k=3 and n=2,"([10, 10, 15, 3, 3, 9, 6, 15],)","[15, 3]",list(int) -> list(int) slice-k-n with k=5 and n=3,"([8, 6, 6, 11, 8, 5, 11, 3, 16, 6, 14, 15, 5, 2, 15],)","[8, 5, 11]",list(int) -> list(int) slice-k-n with k=1 and n=1,"([4, 9, 0, 9, 13],)",[4],list(int) -> list(int) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) mult-k with k=5,"([3, 6, 6, 16],)","[15, 30, 30, 80]",list(int) -> list(int) slice-k-n with k=2 and n=3,"([2, 13, 8, 6, 3, 9, 0, 11, 6, 7, 4],)","[13, 8, 6]",list(int) -> list(int) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) is-evens,"([4, 13, 12, 8, 14, 1, 7],)",False,list(int) -> bool Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) slice-k-n with k=2 and n=4,"([11, 0, 1, 12, 11, 4, 8, 0],)","[0, 1, 12, 11]",list(int) -> list(int) keep gt 3,"([6, 1, 6, 2, 5],)","[6, 6, 5]",list(int) -> list(int) index-k with k=2,"([9, 1, 10, 13, 4, 11, 10, 5],)",1,list(int) -> int has-k with k=0,"([1, 8],)",False,list(int) -> bool caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 2, 1],)","[0, 1, 0]",list(int) -> list(int) is-mod-k with k=3,"([39, 9, 45, 9, 6],)",True,list(int) -> bool keep eq 3,"([2, 6, 6, 5, 0],)",[],list(int) -> list(int) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) has-k with k=1,"([1, 1, 1],)",True,list(int) -> bool Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) Append 'Cornell',"('715',)",715Cornell,list(char) -> list(char) append-k with k=4,"([2, 16, 15, 0, 13, 10, 7],)","[2, 16, 15, 0, 13, 10, 7, 4]",list(int) -> list(int) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([],)",[],list(int) -> list(int) is-mod-k with k=4,"([28, 0, 44],)",True,list(int) -> bool nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) keep gt 3,"([4, 5, 6, 3, 6],)","[4, 5, 6, 6]",list(int) -> list(int) append-k with k=2,"([14, 12, 13, 12, 1],)","[14, 12, 13, 12, 1, 2]",list(int) -> list(int) pow-k with k=5,"([],)",[],list(int) -> list(int) Replace '(' w/ ' ',"('+194(Alaina',)",+194 Alaina,list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) index-k with k=5,"([4, 3, 1, 4, 0, 6, 0, 14, 13, 12],)",0,list(int) -> int mult-k with k=3,"([10, 8, 2, 12, 9, 11],)","[30, 24, 6, 36, 27, 33]",list(int) -> list(int) "Take first character and append ','","('546',)","5,",list(char) -> list(char) fibonacci,"(8,)",21,int -> int slice-k-n with k=5 and n=4,"([13, 2, 16, 15, 14, 4, 10, 0, 10, 0, 3],)","[14, 4, 10, 0]",list(int) -> list(int) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) prepend-index-k with k=3,"([7, 8, 1, 6, 16, 11],)","[1, 7, 8, 1, 6, 16, 11]",list(int) -> list(int) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) remove eq 3,"([4, 4, 2, 6, 6],)","[4, 4, 2, 6, 6]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 0, 1, 1],)","[2, 1, 2, 2]",list(int) -> list(int) remove-index-k with k=3,"([9, 10, 8, 6, 7, 15, 2, 9, 16],)","[9, 10, 6, 7, 15, 2, 9, 16]",list(int) -> list(int) remove eq 2,"([3, 2, 6, 1, 1],)","[3, 6, 1, 1]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) kth-largest with k=4,"([11, 1, 8, 6, 5, 4, 10, 12, 15, 8],)",10,list(int) -> int nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) is-mod-k with k=1,"([4, 7, 16, 11, 10, 3, 15],)",True,list(int) -> bool ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Append two words delimited by '.-',"('2', 'Kotas')",2.-Kotas,list(char) -> list(char) -> list(char) mult-k with k=5,"([8],)",[40],list(int) -> list(int) pow-k with k=3,"([1, 16, 5, 15, 8, 10, 13],)","[1, 4096, 125, 3375, 512, 1000, 2197]",list(int) -> list(int) add-k with k=1,"([15, 2, 16, 2, 5, 15, 6],)","[16, 3, 17, 3, 6, 16, 7]",list(int) -> list(int) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) bool-identify-geq-k with k=5,"([15, 7, 10, 3, 8],)","[True, True, True, False, True]",list(int) -> list(bool) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) slice-k-n with k=4 and n=1,"([7, 8, 3, 14, 10, 10],)",[14],list(int) -> list(int) rotate-k with k=4,"([0, 9, 15, 3, 7],)","[9, 15, 3, 7, 0]",list(int) -> list(int) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) index-k with k=1,"([0, 7, 3, 15, 11, 1, 16],)",0,list(int) -> int take-k with k=5,"([0, 11, 10, 16, 9, 2, 6],)","[0, 11, 10, 16, 9]",list(int) -> list(int) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) empty,"([1, 2, 3],)",False,list(int) -> bool take-k with k=1,"([4, 3, 14],)",[4],list(int) -> list(int) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) prepend-index-k with k=5,"([8, 9, 0, 7, 11],)","[11, 8, 9, 0, 7, 11]",list(int) -> list(int) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) bool-identify-geq-k with k=1,"([],)",[],list(int) -> list(bool) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) slice-k-n with k=1 and n=2,"([10, 3, 10, 2, 4],)","[10, 3]",list(int) -> list(int) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) pow-k with k=5,"([4, 4, 12, 7, 13, 9],)","[1024, 1024, 248832, 16807, 371293, 59049]",list(int) -> list(int) drop-k with k=4,"([11, 1, 8, 6, 5, 4, 10, 12, 15, 8],)","[5, 4, 10, 12, 15, 8]",list(int) -> list(int) repeat-k with k=3,"([11, 14],)","[11, 14, 11, 14, 11, 14]",list(int) -> list(int) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) modulo-k with k=4,"([4, 1, 1, 6, 8],)","[0, 1, 1, 2, 0]",list(int) -> list(int) remove gt 2,"([5, 5, 2, 6, 1],)","[2, 1]",list(int) -> list(int) has-k with k=3,"([8, 7],)",False,list(int) -> bool has-head-in-tail,"([5, 14, 14, 1, 7, 9, 4],)",False,list(int) -> bool Prepend '+174',"('851',)",+174851,list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([0, 0, 0, 0, 2, 2],)","[1, 1, 1, 1, 3, 3]",list(int) -> list(int) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) repeat-k with k=3,"([11, 14],)","[11, 14, 11, 14, 11, 14]",list(int) -> list(int) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) replace-all-with-index-k with k=4,"([16, 7, 6, 13, 1, 0, 1, 15, 10, 14],)","[13, 13, 13, 13, 13, 13, 13, 13, 13, 13]",list(int) -> list(int) prepend-index-k with k=3,"([13, 16, 6, 9, 16, 6, 10],)","[6, 13, 16, 6, 9, 16, 6, 10]",list(int) -> list(int) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) bool-identify-is-prime,"([16, 12, 15, 7],)","[False, False, False, True]",list(int) -> list(bool) slice-k-n with k=5 and n=4,"([12, 4, 7, 1, 8, 1, 2, 3, 7, 5],)","[8, 1, 2, 3]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=5,"([4, 3, 2, 3, 3, 1],)","[1, 0, 4, 0, 0, 3]",list(int) -> list(int) slice-k-n with k=3 and n=2,"([3, 12, 15, 13, 16, 3, 8, 11, 9, 16, 15, 4],)","[15, 13]",list(int) -> list(int) keep eq 0,"([6, 6, 1, 6, 5],)",[],list(int) -> list(int) range +1 maximum list,"([9, 10, 0, 5],)","[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]",list(int) -> list(int) remove gt 0,"([1, 5, 0, 5, 6],)",[0],list(int) -> list(int) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) +1 maximum list,"([2, 0, 9],)",10,list(int) -> int kth-largest with k=1,"([11, 2, 10, 10],)",11,list(int) -> int bool-identify-is-mod-k with k=4,"([4, 0],)","[True, True]",list(int) -> list(bool) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) prepend-index-k with k=2,"([6, 5, 11, 12, 14],)","[5, 6, 5, 11, 12, 14]",list(int) -> list(int) head,"([14, 8, 2, 12, 10],)",14,list(int) -> int Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) count-k with k=0,"([16, 15, 11],)",0,list(int) -> int Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) prepend-k with k=2,"([],)",[2],list(int) -> list(int) count-k with k=1,"([15, 16],)",0,list(int) -> int bool-identify-is-mod-k with k=5,"([9, 14, 5],)","[False, False, True]",list(int) -> list(bool) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) append-k with k=5,"([6, 16, 1, 5, 11, 8, 5],)","[6, 16, 1, 5, 11, 8, 5, 5]",list(int) -> list(int) index-k with k=3,"([12, 14, 15, 4, 8, 1, 0, 10, 8, 0],)",15,list(int) -> int Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) prepend-index-k with k=4,"([11, 7, 5, 13, 1, 3, 2, 7, 0, 12],)","[13, 11, 7, 5, 13, 1, 3, 2, 7, 0, 12]",list(int) -> list(int) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) append-k with k=3,"([],)",[3],list(int) -> list(int) slice-k-n with k=1 and n=2,"([8, 0, 4, 6, 16, 1, 6],)","[8, 0]",list(int) -> list(int) Append 2 strings (II),"('245', 'Casler')",245Casler,list(char) -> list(char) -> list(char) Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) rotate-k with k=5,"([10, 15, 6, 14, 4, 12, 0, 15, 8, 13, 16, 6, 9, 16],)","[13, 16, 6, 9, 16, 10, 15, 6, 14, 4, 12, 0, 15, 8]",list(int) -> list(int) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=3,"([12, 12, 14, 10, 3],)","[14, 14, 14, 14, 14]",list(int) -> list(int) slice-k-n with k=5 and n=1,"([13, 2, 13, 7, 6, 6, 14, 5, 15, 5, 16],)",[6],list(int) -> list(int) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) slice-k-n with k=5 and n=2,"([0, 11, 16, 14, 7, 7, 11, 11, 4, 5, 15, 6],)","[7, 7]",list(int) -> list(int) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) dup,"([16, 15, 13],)","[16, 16, 15, 15, 13, 13]",list(int) -> list(int) take-k with k=5,"([4, 9, 11, 7, 11, 10, 1, 7, 1, 8, 1, 1],)","[4, 9, 11, 7, 11]",list(int) -> list(int) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) remove-index-k with k=1,"([1],)",[],list(int) -> list(int) Append '636',"('Bess',)",Bess636,list(char) -> list(char) slice-k-n with k=5 and n=4,"([0, 8, 1, 11, 12, 14, 12, 5, 7, 4, 10, 13, 6, 4],)","[12, 14, 12, 5]",list(int) -> list(int) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) min,"([7, 9, 7, 7, 8, 1],)",1,list(int) -> int index-k with k=2,"([8, 13, 4, 4, 12, 7],)",13,list(int) -> int caesar-cipher-k-modulo-n with k=4 and n=5,"([3, 3, 0, 2, 1, 0],)","[2, 2, 4, 1, 0, 4]",list(int) -> list(int) keep gt 3,"([4, 2, 1, 1, 2],)",[4],list(int) -> list(int) slice-k-n with k=5 and n=2,"([4, 6, 13, 1, 3, 8, 5, 4, 16, 8, 6, 15],)","[3, 8]",list(int) -> list(int) range,"(5,)","[0, 1, 2, 3, 4]",int -> list(int) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) count-k with k=1,"([1],)",1,list(int) -> int Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) drop-k with k=2,"([14, 9, 12, 12, 2, 16, 1, 3, 4],)","[12, 12, 2, 16, 1, 3, 4]",list(int) -> list(int) prepend-index-k with k=4,"([1, 10, 1, 10, 5, 16],)","[10, 1, 10, 1, 10, 5, 16]",list(int) -> list(int) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) index-k with k=3,"([5, 6, 0, 9, 6, 7, 15],)",0,list(int) -> int append-index-k with k=4,"([0, 12, 16, 14, 14, 8, 4, 0, 6, 2, 7],)","[0, 12, 16, 14, 14, 8, 4, 0, 6, 2, 7, 14]",list(int) -> list(int) bool-identify-geq-k with k=2,"([15, 2, 13, 11, 5, 9, 4],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) take-k with k=4,"([8, 9, 9, 11, 0],)","[8, 9, 9, 11]",list(int) -> list(int) slice-k-n with k=2 and n=3,"([7, 0, 2, 0, 3, 8, 2, 0, 5, 2],)","[0, 2, 0]",list(int) -> list(int) prepend-index-k with k=5,"([7, 7, 0, 0, 11, 15, 13, 14],)","[11, 7, 7, 0, 0, 11, 15, 13, 14]",list(int) -> list(int) prepend-k with k=0,"([9, 10, 8],)","[0, 9, 10, 8]",list(int) -> list(int) append-index-k with k=3,"([6, 14, 12, 4, 4, 15, 3, 1, 4],)","[6, 14, 12, 4, 4, 15, 3, 1, 4, 12]",list(int) -> list(int) slice-k-n with k=5 and n=3,"([11, 6, 1, 2, 7, 9, 11, 10, 5, 8, 2, 16, 4, 0],)","[7, 9, 11]",list(int) -> list(int) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) keep gt 1,"([5, 1, 6, 6, 5],)","[5, 6, 6, 5]",list(int) -> list(int) prepend-index-k with k=5,"([8, 9, 0, 7, 11],)","[11, 8, 9, 0, 7, 11]",list(int) -> list(int) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) index-head,"([1, 6, 9, 3, 11, 1],)",6,list(int) -> int Prepend '+174',"('S',)",+174S,list(char) -> list(char) rotate-k with k=5,"([11, 3, 6, 7, 6, 8, 5, 6, 10, 3, 14, 4, 3, 8, 13],)","[14, 4, 3, 8, 13, 11, 3, 6, 7, 6, 8, 5, 6, 10, 3]",list(int) -> list(int) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) is-mod-k with k=3,"([33, 33, 3, 21, 9, 6],)",True,list(int) -> bool Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) is-odds,"([17, 3, 21, 9],)",True,list(int) -> bool slice-k-n with k=2 and n=2,"([6, 16, 14, 2, 4, 13, 11, 11, 12, 4],)","[16, 14]",list(int) -> list(int) is-mod-k with k=5,"([40, 5, 15, 15, 25],)",True,list(int) -> bool is-mod-k with k=1,"([4],)",True,list(int) -> bool nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) prepend-k with k=0,"([6, 9, 8, 16, 1, 2],)","[0, 6, 9, 8, 16, 1, 2]",list(int) -> list(int) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([1, 0, 2, 2, 2, 0, 2],)","[3, 2, 4, 4, 4, 2, 4]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([0, 0, 0, 2, 2],)","[2, 2, 2, 1, 1]",list(int) -> list(int) drop-k with k=3,"([10, 6, 5, 4, 15, 11, 8, 8],)","[4, 15, 11, 8, 8]",list(int) -> list(int) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) add-k with k=5,"([5, 14, 10, 15, 6],)","[10, 19, 15, 20, 11]",list(int) -> list(int) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) is-mod-k with k=3,"([0, 16, 0, 3],)",False,list(int) -> bool Append '636',"('844',)",844636,list(char) -> list(char) max,"([13, 9, 16, 8],)",16,list(int) -> int replace-all-with-index-k with k=3,"([0, 1, 4, 13, 14],)","[4, 4, 4, 4, 4]",list(int) -> list(int) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) prepend-index-k with k=5,"([14, 7, 0, 4, 12, 2, 4, 13, 6],)","[12, 14, 7, 0, 4, 12, 2, 4, 13, 6]",list(int) -> list(int) prepend-index-k with k=5,"([6, 15, 14, 11, 13, 15, 13, 11, 9],)","[13, 6, 15, 14, 11, 13, 15, 13, 11, 9]",list(int) -> list(int) count-k with k=5,"([4, 12, 3, 15, 5, 5],)",2,list(int) -> int ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) is-odds,"([11, 33, 21, 33, 17, 15],)",True,list(int) -> bool count-k with k=4,"([2, 7, 3, 3],)",0,list(int) -> int drop-k with k=2,"([2, 12, 4, 8, 13, 5, 2, 6],)","[4, 8, 13, 5, 2, 6]",list(int) -> list(int) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) is-primes,"([5, 11, 12],)",False,list(int) -> bool drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) mult-k with k=4,"([3, 5, 7, 4, 4, 6],)","[12, 20, 28, 16, 16, 24]",list(int) -> list(int) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) keep gt 0,"([3, 2, 0, 0, 2],)","[3, 2, 2]",list(int) -> list(int) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) repeat-k with k=3,"([4],)","[4, 4, 4]",list(int) -> list(int) prepend-k with k=1,"([4, 16, 10, 8],)","[1, 4, 16, 10, 8]",list(int) -> list(int) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) bool-identify-geq-k with k=0,"([3, 3, 3, 3, 13, 14, 9],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=5 and n=2,"([0, 0, 0, 1],)","[1, 1, 1, 0]",list(int) -> list(int) slice-k-n with k=5 and n=2,"([9, 4, 5, 8, 0, 4, 2, 11],)","[0, 4]",list(int) -> list(int) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) has-k with k=0,"([3, 8, 9],)",False,list(int) -> bool sort,"([],)",[],list(int) -> list(int) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) is-mod-k with k=2,"([22, 0, 0, 10],)",True,list(int) -> bool Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) prepend-index-k with k=2,"([0, 13, 3, 1, 12, 6, 11, 9],)","[13, 0, 13, 3, 1, 12, 6, 11, 9]",list(int) -> list(int) "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) prepend-k with k=2,"([13, 1, 0],)","[2, 13, 1, 0]",list(int) -> list(int) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) remove eq 0,"([3, 6, 4, 2, 6],)","[3, 6, 4, 2, 6]",list(int) -> list(int) kth-smallest with k=2,"([7, 4, 0, 1, 11, 0, 11],)",0,list(int) -> int remove eq 1,"([6, 3, 6, 1, 1],)","[6, 3, 6]",list(int) -> list(int) prepend-k with k=0,"([8, 0, 16, 10, 7, 12, 10],)","[0, 8, 0, 16, 10, 7, 12, 10]",list(int) -> list(int) repeat-k with k=3,"([10, 8, 4],)","[10, 8, 4, 10, 8, 4, 10, 8, 4]",list(int) -> list(int) append-k with k=2,"([1, 5, 15],)","[1, 5, 15, 2]",list(int) -> list(int) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) slice-k-n with k=3 and n=4,"([8, 10, 5, 12, 3, 8, 0, 16, 8, 2],)","[5, 12, 3, 8]",list(int) -> list(int) rotate-k with k=1,"([12, 0, 2, 3, 8, 4, 12, 4, 15, 7, 13, 4, 4, 9, 16, 7],)","[7, 12, 0, 2, 3, 8, 4, 12, 4, 15, 7, 13, 4, 4, 9, 16]",list(int) -> list(int) index-k with k=1,"([1, 12, 4, 0, 0, 14, 14, 14],)",1,list(int) -> int nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) count-head-in-tail,"([2, 3, 4],)",0,list(int) -> int pop,"([14, 16, 1, 3, 10, 0],)","[14, 16, 1, 3, 10]",list(int) -> list(int) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) First letters of words (IIIII),"('Honda550 +180 Q',)",H+Q,list(char) -> list(char) slice-k-n with k=5 and n=1,"([6, 3, 16, 10, 7, 13, 3, 4],)",[7],list(int) -> list(int) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 0, 0, 2, 0, 1],)","[2, 1, 1, 0, 1, 2]",list(int) -> list(int) append-k with k=5,"([5],)","[5, 5]",list(int) -> list(int) kth-smallest with k=1,"([12, 13],)",12,list(int) -> int parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) remove-index-k with k=5,"([11, 16, 6, 0, 0, 8, 12],)","[11, 16, 6, 0, 8, 12]",list(int) -> list(int) count-k with k=4,"([2, 7, 12],)",0,list(int) -> int bool-identify-k with k=3,"([2, 13],)","[False, False]",list(int) -> list(bool) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) mult-k with k=0,"([7, 11, 13, 15, 16, 16],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) prepend-index-k with k=5,"([3, 9, 3, 9, 3, 11],)","[3, 3, 9, 3, 9, 3, 11]",list(int) -> list(int) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) rotate-k with k=3,"([2, 11, 6, 10, 14, 2, 14, 3, 15, 14, 3, 5, 15, 0, 1, 15, 1],)","[1, 15, 1, 2, 11, 6, 10, 14, 2, 14, 3, 15, 14, 3, 5, 15, 0]",list(int) -> list(int) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) sort-and-deduplicate,"([8, 1, 6],)","[1, 6, 8]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) slice-k-n with k=2 and n=3,"([7, 4, 11, 13, 11, 16, 9, 4, 14, 13, 1, 2, 15],)","[4, 11, 13]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) sum,"([10],)",10,list(int) -> int Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) keep-mod-head,"([4],)",[],list(int) -> list(int) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) evens,"([10, 11, 8, 16],)","[10, 8, 16]",list(int) -> list(int) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) append-index-k with k=3,"([6, 8, 2, 6, 7, 14, 9],)","[6, 8, 2, 6, 7, 14, 9, 2]",list(int) -> list(int) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) remove eq 3,"([4, 0, 5, 5, 3],)","[4, 0, 5, 5]",list(int) -> list(int) is-primes,"([71, 13],)",True,list(int) -> bool append-k with k=4,"([2, 16, 15, 0, 13, 10, 7],)","[2, 16, 15, 0, 13, 10, 7, 4]",list(int) -> list(int) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) remove gt 2,"([6, 4, 5, 4, 6],)",[],list(int) -> list(int) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) repeat-k with k=3,"([11, 5],)","[11, 5, 11, 5, 11, 5]",list(int) -> list(int) add-k with k=1,"([9, 6],)","[10, 7]",list(int) -> list(int) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) add-k with k=1,"([4, 12, 15],)","[5, 13, 16]",list(int) -> list(int) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) append-index-k with k=5,"([16, 15, 7, 8, 2, 5, 14, 15, 8, 8],)","[16, 15, 7, 8, 2, 5, 14, 15, 8, 8, 2]",list(int) -> list(int) reverse,"([9, 10, 5, 8, 3],)","[3, 8, 5, 10, 9]",list(int) -> list(int) drop-k with k=1,"([4, 7, 11, 4, 2, 5, 13, 5],)","[7, 11, 4, 2, 5, 13, 5]",list(int) -> list(int) bool-identify-geq-k with k=3,"([7, 5, 6, 7, 9, 3],)","[True, True, True, True, True, True]",list(int) -> list(bool) Replace '(' w/ '.',"('Spagnoli(7(Seamons',)",Spagnoli.7.Seamons,list(char) -> list(char) count-head-in-tail,"([7],)",0,list(int) -> int prepend-index-k with k=4,"([13, 12, 8, 7, 11, 1, 15],)","[7, 13, 12, 8, 7, 11, 1, 15]",list(int) -> list(int) index-k with k=2,"([4, 14, 13, 8, 14, 14, 16],)",14,list(int) -> int Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) sum,"([13, 15, 13],)",41,list(int) -> int parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) keep-mod-k with k=4,"([4, 12, 3, 15, 5, 5],)","[4, 12]",list(int) -> list(int) "Take first character and append ','","('546',)","5,",list(char) -> list(char) remove-index-k with k=1,"([4, 4, 12, 7, 13, 9, 1],)","[4, 12, 7, 13, 9, 1]",list(int) -> list(int) pop,"([14, 15, 8],)","[14, 15]",list(int) -> list(int) bool-identify-k with k=3,"([3, 3, 3],)","[True, True, True]",list(int) -> list(bool) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) is-mod-k with k=2,"([7],)",False,list(int) -> bool mult-k with k=2,"([4, 1, 5, 8],)","[8, 2, 10, 16]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([2, 2, 2, 4],)","[True, True, True, True]",list(int) -> list(bool) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) bool-identify-k with k=1,"([1, 15],)","[True, False]",list(int) -> list(bool) nth (n=-1) word delimited by ')',"('T)+197',)",+197,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) repeat-k with k=4,"([12, 14, 1],)","[12, 14, 1, 12, 14, 1, 12, 14, 1, 12, 14, 1]",list(int) -> list(int) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 0, 0, 1, 0],)","[1, 1, 1, 0, 1]",list(int) -> list(int) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) pow-k with k=2,"([],)",[],list(int) -> list(int) rotate-k with k=3,"([2, 6, 1, 11, 4, 8, 15, 15, 16, 13, 3, 11, 8, 14],)","[11, 8, 14, 2, 6, 1, 11, 4, 8, 15, 15, 16, 13, 3]",list(int) -> list(int) slice-k-n with k=2 and n=1,"([11, 12, 4, 5, 2],)",[12],list(int) -> list(int) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) bool-identify-k with k=4,"([4],)",[True],list(int) -> list(bool) min,"([16, 11, 13],)",11,list(int) -> int keep eq 0,"([0, 2, 1, 5, 6],)",[0],list(int) -> list(int) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) index-head,"([1, 1, 2],)",1,list(int) -> int index-k with k=2,"([2, 5, 14],)",5,list(int) -> int parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) prepend-index-k with k=4,"([5, 4, 14, 5, 13, 5, 9, 9, 15, 13],)","[5, 5, 4, 14, 5, 13, 5, 9, 9, 15, 13]",list(int) -> list(int) remove-index-k with k=5,"([9, 11, 7, 13, 15, 10, 10, 8],)","[9, 11, 7, 13, 10, 10, 8]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) add-k with k=3,"([8, 8],)","[11, 11]",list(int) -> list(int) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) mult-k with k=3,"([4],)",[12],list(int) -> list(int) +1 maximum list,"([1, 2, 3, 2],)",4,list(int) -> int caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 1, 0, 0],)","[0, 0, 2, 2]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=3,"([1, 2, 1, 2],)","[0, 1, 0, 1]",list(int) -> list(int) remove gt 0,"([6, 3, 4, 2, 4],)",[],list(int) -> list(int) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) prepend-index-k with k=2,"([4, 8, 15, 5, 8, 12, 7, 9, 9],)","[8, 4, 8, 15, 5, 8, 12, 7, 9, 9]",list(int) -> list(int) bool-identify-is-prime,"([3, 6],)","[True, False]",list(int) -> list(bool) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) add-k with k=1,"([],)",[],list(int) -> list(int) modulo-k with k=1,"([16, 15, 1, 12, 4, 0, 0],)","[0, 0, 0, 0, 0, 0, 0]",list(int) -> list(int) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) First letters of words (I),"('Andria Richert 652 Penn',)",AR6P,list(char) -> list(char) keep primes,"([17, 8, 6, 2, 7, 5, 23],)","[17, 2, 7, 5, 23]",list(int) -> list(int) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) keep-mod-head,"([6, 18],)",[18],list(int) -> list(int) pow-k with k=2,"([],)",[],list(int) -> list(int) slice-k-n with k=5 and n=2,"([13, 13, 3, 6, 5, 1, 1, 7],)","[5, 1]",list(int) -> list(int) prepend-k with k=4,"([0, 7, 1, 14],)","[4, 0, 7, 1, 14]",list(int) -> list(int) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Append two words delimited by ' ',"('Malissa', 'Philadelphia')",Malissa Philadelphia,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) modulo-k with k=3,"([9],)",[0],list(int) -> list(int) kth-smallest with k=2,"([13, 3, 7],)",7,list(int) -> int Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) range +1 maximum list,"([4, 10, 6],)","[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]",list(int) -> list(int) slice-k-n with k=3 and n=1,"([15, 3, 7, 9, 10, 9, 13],)",[7],list(int) -> list(int) dup,"([15],)","[15, 15]",list(int) -> list(int) take-k with k=1,"([8, 0],)",[8],list(int) -> list(int) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) Append two words delimited by '(',"('176', 'C')",176(C,list(char) -> list(char) -> list(char) has-k with k=0,"([],)",False,list(int) -> bool is-odds,"([27, 29, 15, 21, 19],)",True,list(int) -> bool keep-mod-k with k=3,"([4, 3, 7],)",[3],list(int) -> list(int) slice-k-n with k=5 and n=3,"([11, 6, 1, 2, 7, 9, 11, 10, 5, 8, 2, 16, 4, 0],)","[7, 9, 11]",list(int) -> list(int) index-k with k=3,"([3, 7, 16, 2, 2, 13, 0, 13, 5],)",16,list(int) -> int parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) count-k with k=4,"([2, 7, 12],)",0,list(int) -> int append-k with k=0,"([],)",[0],list(int) -> list(int) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) has-k with k=2,"([12],)",False,list(int) -> bool Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) is-squares,"([1, 4],)",True,list(int) -> bool bool-identify-geq-k with k=1,"([1, 5, 1, 5, 6],)","[True, True, True, True, True]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=1 and n=2,"([1, 0, 1, 1, 1],)","[0, 1, 0, 0, 0]",list(int) -> list(int) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) Prepend 'Sergienko',"('Barbara',)",SergienkoBarbara,list(char) -> list(char) evens,"([14],)",[14],list(int) -> list(int) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) remove-index-k with k=2,"([0, 3, 2, 9, 14, 4, 12, 13],)","[0, 2, 9, 14, 4, 12, 13]",list(int) -> list(int) mult-k with k=0,"([9, 7],)","[0, 0]",list(int) -> list(int) repeat,"([2, 1],)","[1, 1]",list(int) -> list(int) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) prepend-index-k with k=3,"([5, 10, 5, 16],)","[5, 5, 10, 5, 16]",list(int) -> list(int) slice-k-n with k=2 and n=1,"([3, 0, 3, 0, 11, 2, 1, 0, 8, 1, 15],)",[0],list(int) -> list(int) is-mod-k with k=2,"([11, 6, 0, 3],)",False,list(int) -> bool remove-index-k with k=2,"([12, 5, 0, 10],)","[12, 0, 10]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 0, 1, 1, 1],)","[2, 1, 2, 2, 2]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) last,"([16],)",16,list(int) -> int Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) rotate-k with k=2,"([10, 13, 9, 13],)","[9, 13, 10, 13]",list(int) -> list(int) pow-k with k=5,"([4, 4, 12, 7, 13, 9],)","[1024, 1024, 248832, 16807, 371293, 59049]",list(int) -> list(int) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) slice-k-n with k=1 and n=5,"([14, 2, 3, 14, 10, 0, 12, 16, 13],)","[14, 2, 3, 14, 10]",list(int) -> list(int) Drop last 3 characters,"('012',)",,list(char) -> list(char) drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) repeat-k with k=5,"([11, 13, 11, 3, 1],)","[11, 13, 11, 3, 1, 11, 13, 11, 3, 1, 11, 13, 11, 3, 1, 11, 13, 11, 3, 1, 11, 13, 11, 3, 1]",list(int) -> list(int) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 2, 1],)","[2, 0, 2]",list(int) -> list(int) prepend-k with k=4,"([6, 10, 5, 4],)","[4, 6, 10, 5, 4]",list(int) -> list(int) fibonacci,"(1,)",1,int -> int kth-largest with k=4,"([0, 6, 13, 5, 0, 5, 2, 14, 9, 3],)",6,list(int) -> int Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=4,"([1, 2, 1, 3, 1],)","[3, 0, 3, 1, 3]",list(int) -> list(int) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) rotate-k with k=3,"([4, 13, 10, 0, 1, 2, 6, 4],)","[2, 6, 4, 4, 13, 10, 0, 1]",list(int) -> list(int) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) remove eq 1,"([6, 3, 2, 2, 6],)","[6, 3, 2, 2, 6]",list(int) -> list(int) count-k with k=0,"([0, 0, 0],)",3,list(int) -> int index-k with k=1,"([4, 1, 12, 0, 9, 12],)",4,list(int) -> int ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) dup,"([1, 7, 2, 6, 6, 9],)","[1, 1, 7, 7, 2, 2, 6, 6, 6, 6, 9, 9]",list(int) -> list(int) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) remove-index-k with k=3,"([10, 5, 9],)","[10, 5]",list(int) -> list(int) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) sort-and-deduplicate,"([0, 6],)","[0, 6]",list(int) -> list(int) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) keep gt 2,"([4, 6, 2, 4, 6],)","[4, 6, 4, 6]",list(int) -> list(int) remove-index-k with k=1,"([16],)",[],list(int) -> list(int) count-k with k=4,"([],)",0,list(int) -> int remove gt 3,"([3, 0, 4, 6, 6],)","[3, 0]",list(int) -> list(int) reverse,"([11, 5, 5, 6],)","[6, 5, 5, 11]",list(int) -> list(int) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) remove gt 2,"([5, 2, 4, 5, 1],)","[2, 1]",list(int) -> list(int) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) repeat-k with k=5,"([7, 9, 9, 2],)","[7, 9, 9, 2, 7, 9, 9, 2, 7, 9, 9, 2, 7, 9, 9, 2, 7, 9, 9, 2]",list(int) -> list(int) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([1, 2, 0, 2, 1],)","[0, 1, 2, 1, 0]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) slice-k-n with k=5 and n=3,"([16, 0, 12, 14, 8, 8, 11, 7, 16, 11, 16, 2, 0, 14],)","[8, 8, 11]",list(int) -> list(int) add-k with k=5,"([7, 7, 0],)","[12, 12, 5]",list(int) -> list(int) append-k with k=4,"([],)",[4],list(int) -> list(int) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) bool-identify-geq-k with k=2,"([14, 2, 10, 5, 6],)","[True, True, True, True, True]",list(int) -> list(bool) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) modulo-k with k=2,"([0, 2, 5, 4, 11, 7],)","[0, 0, 1, 0, 1, 1]",list(int) -> list(int) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) drop-k with k=3,"([11, 12, 13, 4, 0, 13, 6, 9, 1, 9],)","[4, 0, 13, 6, 9, 1, 9]",list(int) -> list(int) +1 maximum list,"([2, 5],)",6,list(int) -> int Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) repeat-many,"([0, 13, 5, 2, 6],)",[],list(int) -> list(int) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) bool-identify-k with k=5,"([5],)",[True],list(int) -> list(bool) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) Extract word delimited by '-' - ')',"('T-188)Brendan-736',)",188,list(char) -> list(char) index-k with k=5,"([1, 12, 15, 3, 7, 14],)",7,list(int) -> int add-k with k=4,"([14, 12, 9, 15, 7],)","[18, 16, 13, 19, 11]",list(int) -> list(int) ensure suffix `568`,"('+47 P568',)",+47 P568,list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) is-mod-k with k=3,"([39, 27, 6, 33, 12, 39, 33],)",True,list(int) -> bool Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) has-k with k=0,"([1, 8],)",False,list(int) -> bool "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) append-index-k with k=2,"([6, 2, 7, 12, 8, 14, 16, 4, 12],)","[6, 2, 7, 12, 8, 14, 16, 4, 12, 2]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=3,"([2],)",[1],list(int) -> list(int) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) keep eq 2,"([6, 0, 2, 1, 4],)",[2],list(int) -> list(int) repeat-many,"([4, 3],)","[3, 3, 3, 3]",list(int) -> list(int) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) slice-k-n with k=3 and n=3,"([5, 3, 4, 11, 12, 2, 8, 12],)","[4, 11, 12]",list(int) -> list(int) slice-k-n with k=4 and n=2,"([8, 14, 15, 4, 16, 7, 14, 14, 2, 10, 1, 1, 1],)","[4, 16]",list(int) -> list(int) has-k with k=1,"([16],)",False,list(int) -> bool modulo-k with k=1,"([1, 16, 6, 4, 6, 12],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) dup,"([7, 2, 4],)","[7, 7, 2, 2, 4, 4]",list(int) -> list(int) "Take first character and append ','","('56',)","5,",list(char) -> list(char) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) is-evens,"([12, 16, 22, 22, 4, 2, 6],)",True,list(int) -> bool Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) Abbreviate words separated by ')',"('585)13',)",5.1.,list(char) -> list(char) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) range +1 maximum list,"([3, 6],)","[0, 1, 2, 3, 4, 5, 6]",list(int) -> list(int) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) keep eq 3,"([0, 3, 4, 3, 0],)","[3, 3]",list(int) -> list(int) append-k with k=2,"([4, 11, 8, 4, 10],)","[4, 11, 8, 4, 10, 2]",list(int) -> list(int) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) "drop first word delimited by ','","('Nancy,Beata,512,864',)","Beata,512,864",list(char) -> list(char) prepend-k with k=5,"([10, 9, 8, 16],)","[5, 10, 9, 8, 16]",list(int) -> list(int) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) prepend-index-k with k=1,"([3, 8, 6, 6, 11],)","[3, 3, 8, 6, 6, 11]",list(int) -> list(int) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) pop,"([4, 11, 7],)","[4, 11]",list(int) -> list(int) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) prepend-index-k with k=2,"([11, 6, 10],)","[6, 11, 6, 10]",list(int) -> list(int) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) is-mod-k with k=5,"([12, 8],)",False,list(int) -> bool caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 1, 0, 0, 1, 0],)","[1, 0, 1, 1, 0, 1]",list(int) -> list(int) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) count-k with k=5,"([5, 0],)",1,list(int) -> int drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([2, 2, 2, 1],)","[0, 0, 0, 2]",list(int) -> list(int) Abbreviate words separated by '.',"('Spagnoli.734',)",S.7.,list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) repeat-k with k=3,"([1],)","[1, 1, 1]",list(int) -> list(int) append-index-k with k=5,"([11, 9, 16, 5, 5, 16, 11, 9],)","[11, 9, 16, 5, 5, 16, 11, 9, 5]",list(int) -> list(int) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) "nth (n=1) word delimited by ','","('473,Phialdelphia',)",Phialdelphia,list(char) -> list(char) is-primes,"([5],)",True,list(int) -> bool replace-all-with-index-k with k=3,"([11, 5, 2, 1, 4, 8],)","[2, 2, 2, 2, 2, 2]",list(int) -> list(int) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) drop-k with k=2,"([7, 3, 2, 8],)","[2, 8]",list(int) -> list(int) bool-identify-geq-k with k=2,"([9, 0, 4, 3, 1, 10, 0],)","[True, False, True, True, False, True, False]",list(int) -> list(bool) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) range +1 maximum list,"([5, 1],)","[0, 1, 2, 3, 4, 5]",list(int) -> list(int) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) drop-k with k=4,"([7, 14, 14, 11, 8, 14, 3, 8, 6, 1],)","[8, 14, 3, 8, 6, 1]",list(int) -> list(int) evens,"([14],)",[14],list(int) -> list(int) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) kth-largest with k=3,"([13, 0, 5, 14, 1, 12, 1, 12, 5, 4],)",12,list(int) -> int kth-largest with k=2,"([0, 9, 1],)",1,list(int) -> int Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) index-k with k=5,"([0, 8, 9, 6, 7, 13, 8, 13, 16, 7, 10, 10],)",7,list(int) -> int remove gt 1,"([5, 2, 5, 5, 2],)",[],list(int) -> list(int) keep eq 1,"([1, 3, 5, 3, 5],)",[1],list(int) -> list(int) mult-k with k=3,"([],)",[],list(int) -> list(int) Take first character and append ')',"('414',)",4),list(char) -> list(char) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('Soderstrom Scalia',)",Scalia,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([2, 2],)","[3, 3]",list(int) -> list(int) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) slice-k-n with k=3 and n=5,"([11, 1, 2, 6, 9, 7, 13, 2, 3, 16, 8],)","[2, 6, 9, 7, 13]",list(int) -> list(int) mult-k with k=4,"([14, 6, 10, 2, 7],)","[56, 24, 40, 8, 28]",list(int) -> list(int) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) keep-mod-k with k=2,"([12, 6, 16],)","[12, 6, 16]",list(int) -> list(int) slice-k-n with k=4 and n=1,"([15, 12, 4, 9, 16, 11, 8],)",[9],list(int) -> list(int) rotate-k with k=5,"([6, 9, 9, 0, 15, 12, 1, 8, 5, 14, 8, 2, 0],)","[5, 14, 8, 2, 0, 6, 9, 9, 0, 15, 12, 1, 8]",list(int) -> list(int) is-mod-k with k=2,"([12, 16, 28, 16, 4, 2],)",True,list(int) -> bool drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([3, 3],)","[0, 0]",list(int) -> list(int) add-k with k=3,"([2, 4, 6, 9, 13],)","[5, 7, 9, 12, 16]",list(int) -> list(int) remove-index-k with k=3,"([6, 4, 16, 5, 11, 11, 14],)","[6, 4, 5, 11, 11, 14]",list(int) -> list(int) mult-k with k=3,"([9, 11, 0],)","[27, 33, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=4,"([2, 0, 2, 1, 3, 2],)","[0, 2, 0, 3, 1, 0]",list(int) -> list(int) kth-smallest with k=2,"([1, 1, 6, 8],)",1,list(int) -> int Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) mult-k with k=4,"([2],)",[8],list(int) -> list(int) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) kth-largest with k=5,"([16, 7, 3, 14, 4, 9, 1, 13, 4, 8, 6],)",8,list(int) -> int bool-identify-is-mod-k with k=1,"([],)",[],list(int) -> list(bool) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) remove-mod-k with k=4,"([],)",[],list(int) -> list(int) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) bool-identify-geq-k with k=0,"([12, 2, 7, 1, 6],)","[True, True, True, True, True]",list(int) -> list(bool) kth-largest with k=2,"([13, 10, 5, 13, 5, 1],)",13,list(int) -> int bool-identify-geq-k with k=0,"([1, 14, 12, 8, 4, 3, 12],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) bool-identify-is-mod-k with k=1,"([13, 7, 9, 10],)","[True, True, True, True]",list(int) -> list(bool) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) is-mod-k with k=1,"([6, 11, 0, 11, 7, 9],)",True,list(int) -> bool remove-mod-k with k=3,"([12],)",[],list(int) -> list(int) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) is-odds,"([9, 7, 27],)",True,list(int) -> bool nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) prepend-k with k=4,"([13, 1, 11, 16, 7],)","[4, 13, 1, 11, 16, 7]",list(int) -> list(int) Take first character and append ')',"('414',)",4),list(char) -> list(char) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) prepend-index-k with k=5,"([3, 9, 3, 9, 3, 11],)","[3, 3, 9, 3, 9, 3, 11]",list(int) -> list(int) add-k with k=2,"([],)",[],list(int) -> list(int) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) is-squares,"([25],)",True,list(int) -> bool Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) bool-identify-is-mod-k with k=5,"([10],)",[True],list(int) -> list(bool) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) range +1 maximum list,"([7, 6, 3, 6],)","[0, 1, 2, 3, 4, 5, 6, 7]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 0, 0, 2, 0, 1],)","[2, 1, 1, 0, 1, 2]",list(int) -> list(int) Drop last 5 characters,"('Heintz',)",H,list(char) -> list(char) pow-k with k=4,"([1],)",[1],list(int) -> list(int) bool-identify-geq-k with k=2,"([0, -1],)","[False, False]",list(int) -> list(bool) count-k with k=0,"([],)",0,list(int) -> int replace-all-with-index-k with k=2,"([9, 8],)","[8, 8]",list(int) -> list(int) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) append-index-k with k=3,"([12, 7, 16, 14],)","[12, 7, 16, 14, 16]",list(int) -> list(int) modulo-k with k=5,"([11, 2, 16, 6, 4],)","[1, 2, 1, 1, 4]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('Samuel Hage',)",GhostonSamuel,list(char) -> list(char) parentheses around a single word (III),"('Ducati',)",(Ducati),list(char) -> list(char) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) sort,"([12, 2, 8, 5, 15],)","[2, 5, 8, 12, 15]",list(int) -> list(int) bool-identify-k with k=3,"([3, 3, 3, 4],)","[True, True, True, False]",list(int) -> list(bool) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) kth-largest with k=1,"([6, 8, 8, 1, 9],)",9,list(int) -> int slice-k-n with k=5 and n=1,"([13, 16, 6, 11, 11, 16, 8, 1, 1, 1, 15, 11],)",[11],list(int) -> list(int) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) kth-largest with k=3,"([10, 15, 13, 9, 13, 15, 7, 12, 3, 14],)",14,list(int) -> int nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) Append 2 strings (IIIII),"('Alaina', '7')",Alaina7,list(char) -> list(char) -> list(char) slice-k-n with k=5 and n=3,"([7, 0, 11, 0, 13, 2, 10, 5, 10, 8],)","[13, 2, 10]",list(int) -> list(int) append-index-k with k=4,"([0, 13, 3, 9, 14, 2, 1, 16, 7, 11, 7],)","[0, 13, 3, 9, 14, 2, 1, 16, 7, 11, 7, 9]",list(int) -> list(int) bool-identify-geq-k with k=2,"([8, 5, 9, 13, 1, 13],)","[True, True, True, True, False, True]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 1, 0, 1, 0],)","[1, 0, 1, 0, 1]",list(int) -> list(int) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) index-k with k=3,"([12, 4, 1, 1],)",1,list(int) -> int count-head-in-tail,"([4, 2, 6, 10, 8, 12],)",0,list(int) -> int "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) fibonacci,"(9,)",34,int -> int Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) is-odds,"([13, 3, 9, 25, 25],)",True,list(int) -> bool parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) add-k with k=2,"([],)",[],list(int) -> list(int) pow-k with k=2,"([16, 15, 1, 12, 4, 0, 0],)","[256, 225, 1, 144, 16, 0, 0]",list(int) -> list(int) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) is-mod-k with k=2,"([18, 12, 18, 22, 14, 10, 10],)",True,list(int) -> bool Append '636',"('C',)",C636,list(char) -> list(char) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) prepend-index-k with k=5,"([14, 7, 0, 4, 12, 2, 4, 13, 6],)","[12, 14, 7, 0, 4, 12, 2, 4, 13, 6]",list(int) -> list(int) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) sort-and-deduplicate,"([10, 1, 0, 3],)","[0, 1, 3, 10]",list(int) -> list(int) modulo-k with k=1,"([],)",[],list(int) -> list(int) is-evens,"([22, 2, 20],)",True,list(int) -> bool parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) slice-k-n with k=2 and n=2,"([11, 7, 5, 13, 0, 4, 14, 8, 3, 10],)","[7, 5]",list(int) -> list(int) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) index-k with k=1,"([2, 12, 11, 14, 15, 9, 8],)",2,list(int) -> int "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) last,"([15, 0, 1, 3, 16, 9, 7],)",7,list(int) -> int Take first 2 characters,"('334',)",33,list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) slice-k-n with k=2 and n=5,"([14, 1, 7, 10, 5, 11, 16, 8, 1, 1, 14, 16, 0, 14, 14],)","[1, 7, 10, 5, 11]",list(int) -> list(int) Drop last 3 characters,"('012',)",,list(char) -> list(char) slice-k-n with k=5 and n=1,"([8, 3, 7, 9, 3, 8, 10, 9],)",[3],list(int) -> list(int) prepend-index-k with k=3,"([7, 8, 1, 6, 16, 11],)","[1, 7, 8, 1, 6, 16, 11]",list(int) -> list(int) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) add-k with k=4,"([10, 8],)","[14, 12]",list(int) -> list(int) sort-and-deduplicate,"([10, 2],)","[2, 10]",list(int) -> list(int) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) remove gt 0,"([2, 0, 5, 6, 5],)",[0],list(int) -> list(int) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) rotate-k with k=2,"([10, 1, 13, 5, 13, 14, 7, 6, 6, 0],)","[6, 0, 10, 1, 13, 5, 13, 14, 7, 6]",list(int) -> list(int) prepend-index-k with k=4,"([14, 10, 5, 16, 1, 1, 4, 13, 16, 15],)","[16, 14, 10, 5, 16, 1, 1, 4, 13, 16, 15]",list(int) -> list(int) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) ensure suffix `769`,"('+169 +163 +129 46',)",+169 +163 +129 46769,list(char) -> list(char) Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) nth (n=-1) word delimited by '(',"('Berkeley(557(29',)",29,list(char) -> list(char) append-index-k with k=2,"([13, 12, 1, 2, 5, 1, 14],)","[13, 12, 1, 2, 5, 1, 14, 12]",list(int) -> list(int) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) Replace ' ' w/ '(',"('52 622',)",52(622,list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) sort,"([15],)",[15],list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([0, 0, 0, 2, 2],)","[1, 1, 1, 0, 0]",list(int) -> list(int) prepend-k with k=4,"([11, 11, 5, 7],)","[4, 11, 11, 5, 7]",list(int) -> list(int) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) rotate-k with k=5,"([1, 3, 9, 11, 15, 2],)","[3, 9, 11, 15, 2, 1]",list(int) -> list(int) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) head,"([11, 13, 15, 15, 0, 1, 3],)",11,list(int) -> int keep eq 2,"([4, 1, 6, 2, 2],)","[2, 2]",list(int) -> list(int) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) slice-k-n with k=4 and n=3,"([14, 15, 0, 16, 4, 11, 2, 13, 7, 5, 8],)","[16, 4, 11]",list(int) -> list(int) drop-k with k=5,"([16, 7, 3, 14, 4, 9, 1, 13, 4, 8, 6],)","[9, 1, 13, 4, 8, 6]",list(int) -> list(int) reverse,"([2],)",[2],list(int) -> list(int) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) remove-index-k with k=2,"([3, 11],)",[3],list(int) -> list(int) kth-smallest with k=3,"([15, 1, 4],)",15,list(int) -> int Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) is-evens,"([8, 3],)",False,list(int) -> bool Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) slice-k-n with k=2 and n=1,"([12, 10, 1, 9, 6],)",[10],list(int) -> list(int) take-k with k=5,"([13, 0, 12, 14, 15, 15],)","[13, 0, 12, 14, 15]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) repeat-k with k=2,"([13, 6],)","[13, 6, 13, 6]",list(int) -> list(int) drop-k with k=3,"([8, 5, 1, 4, 15, 4, 9, 11, 1],)","[4, 15, 4, 9, 11, 1]",list(int) -> list(int) rotate-k with k=2,"([12, 3, 15, 13],)","[15, 13, 12, 3]",list(int) -> list(int) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) keep eq 3,"([4, 3, 6, 3, 2],)","[3, 3]",list(int) -> list(int) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) remove eq 1,"([1, 2, 3, 2, 1],)","[2, 3, 2]",list(int) -> list(int) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) keep-mod-k with k=2,"([2, 12, 2],)","[2, 12, 2]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) slice-k-n with k=5 and n=5,"([5, 0, 6, 7, 6, 2, 8, 6, 13, 3, 6],)","[6, 2, 8, 6, 13]",list(int) -> list(int) append-index-k with k=1,"([0, 14, 6],)","[0, 14, 6, 0]",list(int) -> list(int) remove-index-k with k=2,"([7, 4, 0, 1, 11, 0, 11],)","[7, 0, 1, 11, 0, 11]",list(int) -> list(int) bool-identify-k with k=5,"([5],)",[True],list(int) -> list(bool) take-k with k=4,"([8, 9, 3, 11, 1],)","[8, 9, 3, 11]",list(int) -> list(int) remove-index-k with k=5,"([1, 3, 13, 12, 5, 8, 13, 0, 13, 3],)","[1, 3, 13, 12, 8, 13, 0, 13, 3]",list(int) -> list(int) parentheses around a single word (II),"('B',)",(B),list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 2, 2, 1],)","[2, 0, 0, 2]",list(int) -> list(int) repeat-many,"([1, 7, 16, 2, 2],)","[7, 16, 2, 2]",list(int) -> list(int) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) slice-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) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) add-k with k=4,"([3],)",[7],list(int) -> list(int) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) add-k with k=1,"([9, 1, 13, 10, 13],)","[10, 2, 14, 11, 14]",list(int) -> list(int) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) take-k with k=2,"([5, 2, 13, 4, 15, 6, 14, 8],)","[5, 2]",list(int) -> list(int) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([3, 1, 1, 4, 1, 2],)","[1, 4, 4, 2, 4, 0]",list(int) -> list(int) count-k with k=1,"([3, 3, 5, 1, 13],)",1,list(int) -> int prepend-k with k=1,"([15, 3, 5],)","[1, 15, 3, 5]",list(int) -> list(int) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Take first character and append '(',"('82',)",8(,list(char) -> list(char) keep gt 0,"([4, 0, 0, 2, 1],)","[4, 2, 1]",list(int) -> list(int) drop first word delimited by '.',"('598.849.854.Kimberley',)",849.854.Kimberley,list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) is-mod-k with k=4,"([0, 12, 40, 48, 16, 20],)",True,list(int) -> bool parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Extract word delimited by '-' - ')',"('155-Reily)Haven)+132',)",Reily,list(char) -> list(char) slice-k-n with k=3 and n=5,"([14, 1, 6, 4, 10, 10, 13, 9, 1, 10, 4, 3, 12, 8, 14, 13],)","[6, 4, 10, 10, 13]",list(int) -> list(int) Append two words delimited by '.',"('R', 'Rowden')",R.Rowden,list(char) -> list(char) -> list(char) prepend-index-k with k=1,"([11, 5, 9, 14],)","[11, 11, 5, 9, 14]",list(int) -> list(int) Append two words delimited by ' -',"('622', 'Andrew')",622 -Andrew,list(char) -> list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) drop first word delimited by ' ',"('141 Lashanda',)",Lashanda,list(char) -> list(char) take-k with k=5,"([0, 11, 10, 16, 9, 2, 6],)","[0, 11, 10, 16, 9]",list(int) -> list(int) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) prepend-k with k=0,"([4, 14, 11, 0],)","[0, 4, 14, 11, 0]",list(int) -> list(int) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Append two words delimited by '.',"('632', '836')",632.836,list(char) -> list(char) -> list(char) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) Abbreviate separate words (I),"('+118', '894')",+.8.,list(char) -> list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) append-k with k=5,"([2, 13],)","[2, 13, 5]",list(int) -> list(int) add-k with k=5,"([7, 4, 11],)","[12, 9, 16]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Bogle.Jani',)",Jani,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) Drop last 5 characters,"('Cencici',)",Ce,list(char) -> list(char) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) +1 maximum list,"([0, 0, 5],)",6,list(int) -> int rotate-k with k=2,"([7, 11, 0, 13, 3, 9, 1, 13, 10, 8, 2, 12, 9, 11],)","[9, 11, 7, 11, 0, 13, 3, 9, 1, 13, 10, 8, 2, 12]",list(int) -> list(int) mult-k with k=3,"([9, 11, 0],)","[27, 33, 0]",list(int) -> list(int) tail,"([13, 0, 4, 12],)","[0, 4, 12]",list(int) -> list(int) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) add-k with k=4,"([15, 7, 9],)","[19, 11, 13]",list(int) -> list(int) Take first 4 characters,"('+106',)",+106,list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) remove-mod-k with k=4,"([10],)",[10],list(int) -> list(int) bool-identify-k with k=4,"([6, 4, 4, 0],)","[False, True, True, False]",list(int) -> list(bool) "parentheses around word delimited by ',' & ','","('100,066,Annalisa',)","100,(066),Annalisa",list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) replace-all-with-index-k with k=1,"([11, 11, 6, 0, 10],)","[11, 11, 11, 11, 11]",list(int) -> list(int) remove gt 0,"([1, 2, 4, 5, 2],)",[],list(int) -> list(int) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) has-k with k=3,"([3, 6],)",True,list(int) -> bool keep-mod-k with k=2,"([],)",[],list(int) -> list(int) is-squares,"([16, 49, 100],)",True,list(int) -> bool Take first 2 characters,"('+2',)",+2,list(char) -> list(char) Prepend '170' to first word,"('Drexel Maryann',)",170Drexel,list(char) -> list(char) drop-k with k=3,"([10, 15, 13, 9, 13, 15, 7, 12, 3, 14],)","[9, 13, 15, 7, 12, 3, 14]",list(int) -> list(int) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([],)",[],list(int) -> list(int) repeat-k with k=3,"([6, 11],)","[6, 11, 6, 11, 6, 11]",list(int) -> list(int) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) count-head-in-tail,"([1, 1, 2],)",1,list(int) -> int slice-k-n with k=5 and n=4,"([11, 13, 13, 3, 4, 15, 1, 7, 10, 13, 7],)","[4, 15, 1, 7]",list(int) -> list(int) bool-identify-is-prime,"([10, 8, 4, 7],)","[False, False, False, True]",list(int) -> list(bool) Take first character and append ')',"('414',)",4),list(char) -> list(char) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) slice-k-n with k=1 and n=2,"([4, 10, 5, 4, 8, 8, 1, 7, 10, 15, 8],)","[4, 10]",list(int) -> list(int) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) slice-k-n with k=1 and n=2,"([6, 2, 13, 8],)","[6, 2]",list(int) -> list(int) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) rotate-k with k=3,"([12, 16, 4, 8, 4, 0, 0, 16, 14, 7, 13, 4],)","[7, 13, 4, 12, 16, 4, 8, 4, 0, 0, 16, 14]",list(int) -> list(int) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=2,"([],)",[],list(int) -> list(int) remove gt 3,"([6, 1, 4, 2, 0],)","[1, 2, 0]",list(int) -> list(int) kth-smallest with k=1,"([10],)",10,list(int) -> int count-k with k=0,"([0, 0, 0, 14, 9],)",3,list(int) -> int Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) len,"([1, 1, 2, 1],)",4,list(int) -> int "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) head,"([9, 7, 8, 1, 9, 14, 16],)",9,list(int) -> int count-k with k=2,"([2, 15],)",1,list(int) -> int modulo-k with k=2,"([9],)",[1],list(int) -> list(int) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) take-k with k=4,"([1, 11, 15, 7, 12],)","[1, 11, 15, 7]",list(int) -> list(int) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) remove-mod-k with k=5,"([14, 16, 10, 9, 6],)","[14, 16, 9, 6]",list(int) -> list(int) rotate-k with k=3,"([4, 10, 7, 5, 7, 1, 2, 14, 10, 13],)","[14, 10, 13, 4, 10, 7, 5, 7, 1, 2]",list(int) -> list(int) ensure suffix `997`,"('Quashie Miah',)",Quashie Miah997,list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) has-head-in-tail,"([1, 1, 2],)",True,list(int) -> bool bool-identify-is-mod-k with k=2,"([2, 0, 7],)","[True, True, False]",list(int) -> list(bool) kth-smallest with k=4,"([3, 3, 16, 6, 16, 4],)",6,list(int) -> int caesar-cipher-k-modulo-n with k=3 and n=2,"([1, 1, 1, 1, 0],)","[0, 0, 0, 0, 1]",list(int) -> list(int) remove gt 0,"([5, 3, 0, 6, 5],)",[0],list(int) -> list(int) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) bool-identify-geq-k with k=0,"([],)",[],list(int) -> list(bool) parentheses around first word,"('415 +115 484',)",(415),list(char) -> list(char) parentheses around second word,"('California 86',)",(86),list(char) -> list(char) pow-k with k=5,"([14, 15],)","[537824, 759375]",list(int) -> list(int) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) remove-index-k with k=4,"([4, 0, 6, 0],)","[4, 0, 6]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([0, 0],)","[1, 1]",list(int) -> list(int) pop,"([6, 8, 1, 3, 0],)","[6, 8, 1, 3]",list(int) -> list(int) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) replace-all-with-index-k with k=5,"([9, 13, 7, 14, 0, 3, 12],)","[0, 0, 0, 0, 0, 0, 0]",list(int) -> list(int) has-k with k=0,"([],)",False,list(int) -> bool "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) parentheses around word delimited by '-' & '.',"('9-Ducati125.976.Alida',)",9-(Ducati125).976.Alida,list(char) -> list(char) modulo-k with k=5,"([13],)",[3],list(int) -> list(int) slice-k-n with k=3 and n=5,"([3, 15, 15, 7, 15, 7, 11, 15, 14, 5, 4, 7, 10, 6, 4, 2],)","[15, 7, 15, 7, 11]",list(int) -> list(int) pop,"([0],)",[],list(int) -> list(int) kth-smallest with k=3,"([15, 4, 8, 5],)",8,list(int) -> int is-odds,"([2, 0, 4],)",False,list(int) -> bool nth (n=-1) word delimited by '.',"('197.58',)",58,list(char) -> list(char) remove gt 0,"([0, 6, 1, 5, 4],)",[0],list(int) -> list(int) "Take first character and append ','","('546',)","5,",list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) slice-k-n with k=3 and n=1,"([3, 6, 16, 2, 7, 8, 16],)",[16],list(int) -> list(int) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) replace-all-with-index-k with k=2,"([1, 3, 5, 7, 5, 3, 3],)","[3, 3, 3, 3, 3, 3, 3]",list(int) -> list(int) "Extract word delimited by ',' - ','","('+75,FreeHafer,861,Babiarz',)",FreeHafer,list(char) -> list(char) "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) append-k with k=4,"([14, 14, 2, 9, 2],)","[14, 14, 2, 9, 2, 4]",list(int) -> list(int) bool-identify-is-mod-k with k=3,"([1, 6],)","[False, True]",list(int) -> list(bool) slice-k-n with k=5 and n=3,"([8, 12, 8, 14, 9, 16, 6, 3, 2, 0, 10, 14, 11, 10],)","[9, 16, 6]",list(int) -> list(int) prepend-index-k with k=1,"([1, 3, 13, 12, 5, 8],)","[1, 1, 3, 13, 12, 5, 8]",list(int) -> list(int) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) bool-identify-k with k=0,"([10, 15],)","[False, False]",list(int) -> list(bool) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) remove-mod-k with k=4,"([4, 14, 15, 1],)","[14, 15, 1]",list(int) -> list(int) remove gt 0,"([6, 2, 0, 6, 3],)",[0],list(int) -> list(int) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) pow-k with k=3,"([1, 16, 6, 4, 6, 12],)","[1, 4096, 216, 64, 216, 1728]",list(int) -> list(int) mult-k with k=0,"([15, 5],)","[0, 0]",list(int) -> list(int) modulo-k with k=5,"([2, 6, 12],)","[2, 1, 2]",list(int) -> list(int) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) bool-identify-is-mod-k with k=1,"([6, 8, 6, 14, 11, 4, 15],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) product,"([1, 2, 3],)",6,list(int) -> int caesar-cipher-k-modulo-n with k=5 and n=2,"([1],)",[0],list(int) -> list(int) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) remove gt 3,"([1, 6, 3, 5, 3],)","[1, 3, 3]",list(int) -> list(int) "Take first character and append ','","('56',)","5,",list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) pow-k with k=2,"([3],)",[9],list(int) -> list(int) replace-all-with-index-k with k=5,"([9, 12, 12, 15, 13, 16, 5, 13],)","[13, 13, 13, 13, 13, 13, 13, 13]",list(int) -> list(int) Drop last 4 characters,"('Jenee',)",J,list(char) -> list(char) slice-k-n with k=4 and n=4,"([7, 9, 7, 10, 16, 2, 12, 11, 15, 1, 7, 2],)","[10, 16, 2, 12]",list(int) -> list(int) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) drop-k with k=1,"([6, 4, 15, 0],)","[4, 15, 0]",list(int) -> list(int) prepend-index-k with k=1,"([11, 5, 11, 16],)","[11, 11, 5, 11, 16]",list(int) -> list(int) kth-largest with k=2,"([7, 3, 2, 8],)",7,list(int) -> int "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) remove-index-k with k=2,"([9, 5],)",[9],list(int) -> list(int) count-k with k=4,"([13, 4, 0, 1, 4],)",2,list(int) -> int bool-identify-is-mod-k with k=4,"([8],)",[True],list(int) -> list(bool) append-index-k with k=5,"([15, 15, 9, 4, 2, 2, 14, 13, 5, 4],)","[15, 15, 9, 4, 2, 2, 14, 13, 5, 4, 2]",list(int) -> list(int) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) remove eq 1,"([4, 0, 2, 2, 4],)","[4, 0, 2, 2, 4]",list(int) -> list(int) keep-mod-head,"([12, 3],)",[],list(int) -> list(int) keep eq 2,"([0, 5, 0, 5, 5],)",[],list(int) -> list(int) range,"(5,)","[0, 1, 2, 3, 4]",int -> list(int) prepend-k with k=4,"([12, 0, 9, 14, 11],)","[4, 12, 0, 9, 14, 11]",list(int) -> list(int) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) remove-mod-k with k=4,"([10, 3, 5, 8, 3, 7],)","[10, 3, 5, 3, 7]",list(int) -> list(int) Abbreviate words separated by ' ',"('038 Cruz',)",0.C.,list(char) -> list(char) keep gt 3,"([4, 5, 6, 3, 6],)","[4, 5, 6, 6]",list(int) -> list(int) drop first word delimited by '-',"('Coralee-862',)",862,list(char) -> list(char) Replace '.' w/ ')',"('622.270',)",622)270,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) prepend-k with k=0,"([5, 11, 9, 0, 7, 1, 7],)","[0, 5, 11, 9, 0, 7, 1, 7]",list(int) -> list(int) Append '636',"('C',)",C636,list(char) -> list(char) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) Replace '.' w/ ')',"('83.Ramthun',)",83)Ramthun,list(char) -> list(char) replace-all-with-index-k with k=4,"([12, 16, 4, 8, 4, 0, 0, 16, 14, 7],)","[8, 8, 8, 8, 8, 8, 8, 8, 8, 8]",list(int) -> list(int) Drop last 2 characters,"('MI',)",,list(char) -> list(char) slice-k-n with k=2 and n=4,"([16, 6, 12, 6, 8, 11, 7, 2, 11, 2, 4, 1],)","[6, 12, 6, 8]",list(int) -> list(int) slice-k-n with k=4 and n=5,"([6, 5, 16, 5, 5, 12, 12, 9, 9, 16, 14, 14],)","[5, 5, 12, 12, 9]",list(int) -> list(int) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('O', '765')",O765,list(char) -> list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) index-k with k=4,"([2, 16, 6, 4, 4, 1, 5, 1, 10],)",4,list(int) -> int odds,"([2, 12, 6, 9, 1, 12],)","[9, 1]",list(int) -> list(int) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) slice-k-n with k=1 and n=5,"([3, 0, 13, 7, 3, 5, 13, 11, 12, 5, 11],)","[3, 0, 13, 7, 3]",list(int) -> list(int) nth (n=0) word delimited by '.',"('Bradford.971.+180',)",Bradford,list(char) -> list(char) Append two words delimited by ' ',"('Lain', 'Irwin')",Lain Irwin,list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('+174', 'Lain')",+.L.,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) Append 'Dermody',"('Columbia',)",ColumbiaDermody,list(char) -> list(char) append-k with k=1,"([0, 16],)","[0, 16, 1]",list(int) -> list(int) remove-index-k with k=3,"([1, 14, 9, 7, 11, 16],)","[1, 14, 7, 11, 16]",list(int) -> list(int) remove gt 1,"([0, 2, 1, 1, 2],)","[0, 1, 1]",list(int) -> list(int) prepend-k with k=2,"([15, 12, 1, 10, 5, 1],)","[2, 15, 12, 1, 10, 5, 1]",list(int) -> list(int) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([0],)",[3],list(int) -> list(int) keep gt 0,"([1, 5, 1, 1, 6],)","[1, 5, 1, 1, 6]",list(int) -> list(int) remove-index-k with k=1,"([14, 13, 8, 15, 8, 10, 0, 6],)","[13, 8, 15, 8, 10, 0, 6]",list(int) -> list(int) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) nth (n=0) word delimited by ')',"('E)844',)",E,list(char) -> list(char) index-head,"([2, 1, 2],)",2,list(int) -> int nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) is-odds,"([11, 31, 17, 21, 27, 25, 15],)",True,list(int) -> bool Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) bool-identify-geq-k with k=1,"([1, 2, 15, 11, 14, 1],)","[True, True, True, True, True, True]",list(int) -> list(bool) kth-largest with k=1,"([3, 15, 1],)",15,list(int) -> int Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) slice-k-n with k=1 and n=4,"([14, 3, 5, 6, 0, 14, 6, 4, 11, 8, 11, 11, 10],)","[14, 3, 5, 6]",list(int) -> list(int) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) kth-largest with k=5,"([7, 2, 7, 14, 6, 0, 2, 14, 2, 16, 16],)",7,list(int) -> int has-head-in-tail,"([2, 1, 2],)",True,list(int) -> bool keep-mod-k with k=4,"([24, 8, 28, 36, 11, 12],)","[24, 8, 28, 36, 12]",list(int) -> list(int) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) append-k with k=2,"([1, 5, 15],)","[1, 5, 15, 2]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('20.066,TX-Pannell',)","20.(066),TX-Pannell",list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) slice-k-n with k=5 and n=1,"([16, 12, 11, 0, 0, 5, 10, 14],)",[0],list(int) -> list(int) slice-k-n with k=5 and n=2,"([4, 6, 13, 1, 3, 8, 5, 4, 16, 8, 6, 15],)","[3, 8]",list(int) -> list(int) "Append two words delimited by '(,'","('50', '949')","50(,949",list(char) -> list(char) -> list(char) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) repeat-k with k=4,"([14, 8, 6, 2, 6],)","[14, 8, 6, 2, 6, 14, 8, 6, 2, 6, 14, 8, 6, 2, 6, 14, 8, 6, 2, 6]",list(int) -> list(int) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) remove-mod-k with k=5,"([6],)",[6],list(int) -> list(int) repeat-many,"([4, 3],)","[3, 3, 3, 3]",list(int) -> list(int) max,"([1, 1, 2, 1],)",2,list(int) -> int Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) keep eq 0,"([4, 6, 1, 3, 1],)",[],list(int) -> list(int) bool-identify-geq-k with k=3,"([8, 4, 1, 7],)","[True, True, False, True]",list(int) -> list(bool) bool-identify-is-mod-k with k=1,"([1, 1, 1, 1, 1, 6, 1],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) is-mod-k with k=3,"([36, 27, 45, 21, 18, 45],)",True,list(int) -> bool bool-identify-geq-k with k=0,"([0, 5, 6, 15, 0, 13],)","[True, True, True, True, True, True]",list(int) -> list(bool) sort,"([11, 8, 14, 7, 8],)","[7, 8, 8, 11, 14]",list(int) -> list(int) is-mod-k with k=1,"([13, 14, 7, 1, 0, 11, 0],)",True,list(int) -> bool "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) modulo-k with k=4,"([0, 10, 4, 11],)","[0, 2, 0, 3]",list(int) -> list(int) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) remove-mod-k with k=4,"([9, 5, 3, 3, 4, 5],)","[9, 5, 3, 3, 5]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) mult-k with k=2,"([12, 13, 2, 4, 7, 15, 12],)","[24, 26, 4, 8, 14, 30, 24]",list(int) -> list(int) kth-smallest with k=1,"([14],)",14,list(int) -> int len,"([2, 9],)",2,list(int) -> int Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) add-k with k=4,"([9, 10, 10],)","[13, 14, 14]",list(int) -> list(int) Abbreviate separate words (III),"('+189', '856')",+.8.,list(char) -> list(char) -> list(char) Prepend 'Carlene' to first word,"('997 CA',)",Carlene997,list(char) -> list(char) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) bool-identify-geq-k with k=5,"([13],)",[True],list(int) -> list(bool) has-k with k=4,"([4, 4, 4, 4, 4],)",True,list(int) -> bool is-primes,"([67, 179, 17, 163, 79],)",True,list(int) -> bool Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) Append 'Angeles',"('469',)",469Angeles,list(char) -> list(char) Prepend '177' to first word,"('Alaina +141',)",177Alaina,list(char) -> list(char) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) First letters of words (III),"('Lango Babiarz R',)",LBR,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([0],)",[1],list(int) -> list(int) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) repeat-k with k=5,"([7, 9, 7, 7],)","[7, 9, 7, 7, 7, 9, 7, 7, 7, 9, 7, 7, 7, 9, 7, 7, 7, 9, 7, 7]",list(int) -> list(int) Take first character and append ' ',"('Jan',)",J ,list(char) -> list(char) slice-k-n with k=2 and n=5,"([15, 10, 2, 15, 16, 11, 16, 9, 13, 10, 1, 8, 14, 5],)","[10, 2, 15, 16, 11]",list(int) -> list(int) remove gt 2,"([0, 4, 0, 6, 6],)","[0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=4 and n=3,"([0],)",[1],list(int) -> list(int) has-k with k=2,"([11, 9, 16, 9, 7, 2, 6],)",True,list(int) -> bool Append '636',"('C',)",C636,list(char) -> list(char) Drop last 1 characters,"('769',)",76,list(char) -> list(char) drop-k with k=1,"([16],)",[],list(int) -> list(int) append-index-k with k=2,"([1, 3, 1, 4, 15],)","[1, 3, 1, 4, 15, 3]",list(int) -> list(int) bool-identify-geq-k with k=4,"([7, 14, 7, 0],)","[True, True, True, False]",list(int) -> list(bool) slice-k-n with k=5 and n=3,"([7, 0, 11, 0, 13, 2, 10, 5, 10, 8],)","[13, 2, 10]",list(int) -> list(int) tail,"([13, 2, 2, 13, 4, 3],)","[2, 2, 13, 4, 3]",list(int) -> list(int) replace-all-with-index-k with k=5,"([13, 1, 15, 8, 5, 3, 10, 11, 6, 8],)","[5, 5, 5, 5, 5, 5, 5, 5, 5, 5]",list(int) -> list(int) slice-k-n with k=1 and n=3,"([12, 7, 10, 10, 1, 11, 12, 10, 0, 3, 14],)","[12, 7, 10]",list(int) -> list(int) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) has-k with k=5,"([],)",False,list(int) -> bool fibonacci,"(13,)",233,int -> int nth (n=0) word delimited by ')',"('L)40)591)W',)",L,list(char) -> list(char) add-k with k=2,"([9, 11, 7],)","[11, 13, 9]",list(int) -> list(int) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([2, 3, 3],)","[4, 0, 0]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) len,"([15],)",1,list(int) -> int remove gt 2,"([1, 5, 4, 4, 0],)","[1, 0]",list(int) -> list(int) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) append-k with k=2,"([],)",[2],list(int) -> list(int) remove-index-k with k=2,"([12, 4, 1],)","[12, 1]",list(int) -> list(int) append-index-k with k=4,"([14, 7, 10, 3, 1, 4],)","[14, 7, 10, 3, 1, 4, 3]",list(int) -> list(int) bool-identify-k with k=0,"([0, 0, 0, 14, 9],)","[True, True, True, False, False]",list(int) -> list(bool) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) bool-identify-is-mod-k with k=4,"([14],)",[False],list(int) -> list(bool) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) bool-identify-k with k=5,"([8, 14],)","[False, False]",list(int) -> list(bool) Take first character and append ' ',"('Alida',)",A ,list(char) -> list(char) Extract word delimited by '-' - ')',"('York-Mackenzie)Jacquiline)L',)",Mackenzie,list(char) -> list(char) Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) slice-k-n with k=5 and n=1,"([7, 14, 4, 6, 15, 10, 14, 8],)",[15],list(int) -> list(int) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) slice-k-n with k=4 and n=5,"([3, 0, 1, 14, 6, 10, 10, 12, 6, 0, 1, 9, 6, 7],)","[14, 6, 10, 10, 12]",list(int) -> list(int) Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) take-k with k=3,"([1, 10, 10],)","[1, 10, 10]",list(int) -> list(int) bool-identify-k with k=1,"([3, 3, 5, 1, 13],)","[False, False, False, True, False]",list(int) -> list(bool) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) remove eq 0,"([2, 6, 1, 4, 6],)","[2, 6, 1, 4, 6]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) append-k with k=1,"([7],)","[7, 1]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=2,"([],)",[],list(int) -> list(int) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) bool-identify-geq-k with k=0,"([10, 15, 5, 16, 9, 7, 9],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) kth-largest with k=2,"([9, 16, 7, 6, 3],)",9,list(int) -> int Take first character and append ')',"('83',)",8),list(char) -> list(char) Prepend 'Hornak',"('P',)",HornakP,list(char) -> list(char) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) parentheses around second word,"('Trinidad 311 33',)",(311),list(char) -> list(char) drop-k with k=3,"([4, 1, 11, 2, 3, 15, 2, 0, 12],)","[2, 3, 15, 2, 0, 12]",list(int) -> list(int) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) drop-k with k=5,"([7, 13, 16, 12, 4, 5],)",[5],list(int) -> list(int) nth (n=1) word delimited by '(',"('Phialdelphia(+176(741(Ducati250',)",+176,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) keep primes,"([3, 6, 3, 37, 4, 3, 3],)","[3, 3, 37, 3, 3]",list(int) -> list(int) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) slice-k-n with k=2 and n=3,"([1, 5, 3, 6, 16, 9],)","[5, 3, 6]",list(int) -> list(int) remove empty lists,"([[], [], [False], [True, True, True]],)","[[False], [True, True, True]]",list(list(bool)) -> list(list(bool)) Append 'Beata',"('S',)",SBeata,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) Append two words delimited by '.-',"('Salley', '29')",Salley.-29,list(char) -> list(char) -> list(char) slice-k-n with k=1 and n=3,"([13, 12, 5, 0, 6, 6, 4, 2, 2, 11],)","[13, 12, 5]",list(int) -> list(int) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=2,"([0, 0, 0, 1, 1],)","[1, 1, 1, 0, 0]",list(int) -> list(int) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) "nth (n=0) word delimited by ','","('MA,B,+95',)",MA,list(char) -> list(char) Append 'Cornell',"('Akiyama',)",AkiyamaCornell,list(char) -> list(char) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) range,"(1,)",[0],int -> list(int) modulo-k with k=3,"([],)",[],list(int) -> list(int) bool-identify-is-mod-k with k=1,"([12],)",[True],list(int) -> list(bool) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) bool-identify-geq-k with k=4,"([5, 15, 2, 15, 1, 10, 5],)","[True, True, False, True, False, True, True]",list(int) -> list(bool) prepend-index-k with k=5,"([15, 0, 1, 13, 8, 3, 2, 10, 5, 5],)","[8, 15, 0, 1, 13, 8, 3, 2, 10, 5, 5]",list(int) -> list(int) Take first 3 characters,"('Trinidad',)",Tri,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) "drop first word delimited by ','","('+6,Micha,167',)","Micha,167",list(char) -> list(char) append-k with k=1,"([5, 0, 1, 16, 14, 12],)","[5, 0, 1, 16, 14, 12, 1]",list(int) -> list(int) drop-k with k=2,"([2, 14, 1],)",[1],list(int) -> list(int) Drop last 3 characters,"('Brescia',)",Bres,list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) evens,"([2, 5, 4, 2, 0, 5, 1, 1],)","[2, 4, 2, 0]",list(int) -> list(int) count-head-in-tail,"([3, 1, 3, 3, 2],)",2,list(int) -> int Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) mult-k with k=2,"([11, 15, 10],)","[22, 30, 20]",list(int) -> list(int) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) remove gt 1,"([6, 4, 2, 0, 5],)",[0],list(int) -> list(int) ensure suffix `769`,"('Ducati125 A Eccleston +198769',)",Ducati125 A Eccleston +198769,list(char) -> list(char) rotate-k with k=1,"([11, 3, 6, 7, 6, 8, 5, 6, 10, 3, 14, 4, 3, 8],)","[8, 11, 3, 6, 7, 6, 8, 5, 6, 10, 3, 14, 4, 3]",list(int) -> list(int) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) replace-all-with-index-k with k=2,"([3, 7, 10, 11, 7],)","[7, 7, 7, 7, 7]",list(int) -> list(int) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) repeat-k with k=3,"([16, 6, 0, 0],)","[16, 6, 0, 0, 16, 6, 0, 0, 16, 6, 0, 0]",list(int) -> list(int) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) odds,"([15],)",[15],list(int) -> list(int) Prepend 'Sergienko',"('009',)",Sergienko009,list(char) -> list(char) Abbreviate separate words (IIII),"('413', 'Acura')",4.A.,list(char) -> list(char) -> list(char) slice-k-n with k=1 and n=1,"([16, 14, 0, 6, 8, 4, 0, 0, 11],)",[16],list(int) -> list(int) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) bool-identify-k with k=4,"([4, 16, 10],)","[True, False, False]",list(int) -> list(bool) parentheses around word delimited by ' ' & ' ',"('94 Heintz Q',)",94 (Heintz) Q,list(char) -> list(char) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) count-k with k=0,"([10, 15],)",0,list(int) -> int keep eq 2,"([4, 4, 5, 4, 0],)",[],list(int) -> list(int) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) slice-k-n with k=4 and n=1,"([13, 13, 12, 9, 14, 1, 12, 4, 14, 8, 8, 0, 1],)",[9],list(int) -> list(int) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) append-index-k with k=4,"([8, 13, 11, 9, 0, 13, 6, 16, 12],)","[8, 13, 11, 9, 0, 13, 6, 16, 12, 9]",list(int) -> list(int) slice-k-n with k=3 and n=3,"([4, 3, 2, 1, 10, 0, 14, 0, 14],)","[2, 1, 10]",list(int) -> list(int) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) drop-k with k=1,"([15, 1],)",[1],list(int) -> list(int) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) Abbreviate separate words (III),"('692', 'Soderstrom')",6.S.,list(char) -> list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) head,"([0],)",0,list(int) -> int Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) ensure suffix `997`,"('Hopkins 701 F',)",Hopkins 701 F997,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) drop-k with k=4,"([7, 4, 8, 1],)",[],list(int) -> list(int) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) pow-k with k=2,"([11, 1, 16, 14, 2, 12, 11],)","[121, 1, 256, 196, 4, 144, 121]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Ducati125.of.588.843',)",of,list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([],)",[],list(int) -> list(int) bool-identify-is-mod-k with k=2,"([0, 13, 2],)","[True, False, True]",list(int) -> list(bool) prepend-k with k=4,"([12, 15, 12, 4],)","[4, 12, 15, 12, 4]",list(int) -> list(int) last,"([0],)",0,list(int) -> int range,"(2,)","[0, 1]",int -> list(int) min,"([11, 15, 2, 0],)",0,list(int) -> int Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) replace-all-with-index-k with k=5,"([13, 5, 3, 0, 9, 15, 1, 1],)","[9, 9, 9, 9, 9, 9, 9, 9]",list(int) -> list(int) Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) slice-k-n with k=5 and n=5,"([14, 2, 11, 14, 15, 6, 12, 8, 12, 4, 3, 2, 3, 1, 1],)","[15, 6, 12, 8, 12]",list(int) -> list(int) kth-smallest with k=4,"([12, 3, 12, 15],)",15,list(int) -> int First letters of words (IIII),"('310 817 Q +185',)",38Q+,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([1, 0, 1, 1, 1],)","[0, 2, 0, 0, 0]",list(int) -> list(int) is-mod-k with k=4,"([16, 15, 11, 9, 16],)",False,list(int) -> bool append-index-k with k=5,"([9, 11, 8, 0, 7, 8],)","[9, 11, 8, 0, 7, 8, 7]",list(int) -> list(int) prepend-k with k=0,"([6, 8, 0, 11],)","[0, 6, 8, 0, 11]",list(int) -> list(int) remove eq 1,"([4, 1, 5, 1, 2],)","[4, 5, 2]",list(int) -> list(int) Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) add-k with k=3,"([12, 11, 1, 7, 8, 4, 5],)","[15, 14, 4, 10, 11, 7, 8]",list(int) -> list(int) Append two words delimited by '..',"('Spagnoli', 'Hornak')",Spagnoli..Hornak,list(char) -> list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) pow-k with k=3,"([1, 4, 12],)","[1, 64, 1728]",list(int) -> list(int) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) kth-smallest with k=2,"([10, 5],)",10,list(int) -> int Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) kth-smallest with k=2,"([13, 4, 8, 10, 3, 2],)",3,list(int) -> int Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) remove-mod-head,"([5, 6, 16, 11, 8, 8, 5],)","[6, 16, 11, 8, 8]",list(int) -> list(int) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) slice-k-n with k=1 and n=1,"([10, 3, 10, 11, 4, 16, 7],)",[10],list(int) -> list(int) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) remove eq 2,"([6, 6, 5, 5, 2],)","[6, 6, 5, 5]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) keep gt 3,"([4, 5, 0, 4, 6],)","[4, 5, 4, 6]",list(int) -> list(int) index-k with k=5,"([9, 1, 6, 0, 4, 14, 15, 6, 6, 14, 4, 7],)",4,list(int) -> int Prepend '170' to first word,"('of Latimore',)",170of,list(char) -> list(char) remove gt 1,"([1, 2, 3, 3, 0],)","[1, 0]",list(int) -> list(int) replace-all-with-index-k with k=2,"([4, 16, 6, 0, 5, 10],)","[16, 16, 16, 16, 16, 16]",list(int) -> list(int) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) prepend-index-k with k=1,"([2, 1, 3, 2, 13, 7, 9],)","[2, 2, 1, 3, 2, 13, 7, 9]",list(int) -> list(int) prepend-k with k=0,"([14, 0, 3],)","[0, 14, 0, 3]",list(int) -> list(int) slice-k-n with k=4 and n=5,"([1, 6, 1, 5, 16, 14, 0, 9, 9, 13, 4, 9, 14],)","[5, 16, 14, 0, 9]",list(int) -> list(int) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) kth-smallest with k=3,"([15, 6, 5, 2, 13, 14, 5, 12, 6],)",5,list(int) -> int Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) slice-k-n with k=3 and n=4,"([0, 5, 15, 2, 7, 11, 8, 4, 12, 2, 4],)","[15, 2, 7, 11]",list(int) -> list(int) reverse,"([4, 11],)","[11, 4]",list(int) -> list(int) add-k with k=5,"([16, 12, 15, 7],)","[21, 17, 20, 12]",list(int) -> list(int) range +1 maximum list,"([0, 4, 6],)","[0, 1, 2, 3, 4, 5, 6]",list(int) -> list(int) remove gt 2,"([5, 2, 5, 6, 1],)","[2, 1]",list(int) -> list(int) Take first character and append '(',"('82',)",8(,list(char) -> list(char) range +1 maximum list,"([9, 10, 0, 5],)","[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]",list(int) -> list(int) range,"(3,)","[0, 1, 2]",int -> list(int) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=2,"([],)",[],list(int) -> list(int) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) replace-all-with-index-k with k=5,"([15, 5, 16, 14, 4, 6, 15, 12, 9, 13, 15],)","[4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4]",list(int) -> list(int) product,"([9, 5, 6, 11, 6, 13, 14],)",3243240,list(int) -> int slice-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) nth (n=-1) word delimited by '(',"('N(Spell(Babiarz(MD',)",MD,list(char) -> list(char) keep gt 0,"([5, 2, 5, 6, 6],)","[5, 2, 5, 6, 6]",list(int) -> list(int) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) bool-identify-is-mod-k with k=5,"([0, 7, 3, 15, 11, 1],)","[True, False, False, True, False, False]",list(int) -> list(bool) pow-k with k=5,"([16, 12],)","[1048576, 248832]",list(int) -> list(int) bool-identify-geq-k with k=5,"([3, 3, 12],)","[False, False, True]",list(int) -> list(bool) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) slice-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) remove-mod-k with k=3,"([3],)",[],list(int) -> list(int) remove-mod-k with k=5,"([13, 12, 10, 1, 15],)","[13, 12, 1]",list(int) -> list(int) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & '-',"(' Reily-Withers,Urbana',)"," (Reily)-Withers,Urbana",list(char) -> list(char) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) keep eq 0,"([0, 4, 6, 2, 6],)",[0],list(int) -> list(int) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) remove empty lists,"([[], [True, False, False], [], []],)","[[True, False, False]]",list(list(bool)) -> list(list(bool)) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) modulo-k with k=4,"([6],)",[2],list(int) -> list(int) index-k with k=2,"([8, 10, 0, 6, 10, 8, 10, 12, 11],)",10,list(int) -> int remove-index-k with k=2,"([0, 9, 6, 7, 15],)","[0, 6, 7, 15]",list(int) -> list(int) has-head-in-tail,"([0, 0, 0, 5, 0],)",True,list(int) -> bool ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) Take first 5 characters,"('Carlene',)",Carle,list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) add-k with k=1,"([0, 11, 7, 9, 3],)","[1, 12, 8, 10, 4]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=5,"([1, 2],)","[4, 0]",list(int) -> list(int) replace-all-with-index-k with k=2,"([10, 8, 6, 6, 6, 14, 6],)","[8, 8, 8, 8, 8, 8, 8]",list(int) -> list(int) index-k with k=3,"([8, 2, 15, 3, 10, 0],)",15,list(int) -> int Prepend '+167' to first word,"('Launa 845',)",+167Launa,list(char) -> list(char) slice-k-n with k=3 and n=3,"([15, 5, 13, 13, 16, 11, 3, 7],)","[13, 13, 16]",list(int) -> list(int) Append 2 strings (IIIII),"('Soderstrom', '+199')",Soderstrom+199,list(char) -> list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) count-head-in-tail,"([10],)",0,list(int) -> int modulo-k with k=1,"([15, 0, 2, 7, 11, 13],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) modulo-k with k=4,"([6],)",[2],list(int) -> list(int) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) drop first word delimited by '(',"('Barbara(Temple(Samuel',)",Temple(Samuel,list(char) -> list(char) keep gt 1,"([1, 6, 2, 1, 2],)","[6, 2, 2]",list(int) -> list(int) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) dup,"([4, 9, 2],)","[4, 4, 9, 9, 2, 2]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"(' +194-9',)", (+194)-9,list(char) -> list(char) pow-k with k=4,"([14, 14, 16],)","[38416, 38416, 65536]",list(int) -> list(int) last,"([16],)",16,list(int) -> int slice-k-n with k=1 and n=2,"([6, 8, 7, 10, 2, 5, 3, 0, 15, 16, 3],)","[6, 8]",list(int) -> list(int) remove-index-k with k=4,"([4, 9, 11, 5, 11, 1],)","[4, 9, 11, 11, 1]",list(int) -> list(int) modulo-k with k=2,"([7, 0, 3, 12, 12],)","[1, 0, 1, 0, 0]",list(int) -> list(int) Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) append-k with k=3,"([7, 14, 9],)","[7, 14, 9, 3]",list(int) -> list(int) slice-k-n with k=5 and n=3,"([10, 10, 5, 2, 1, 11, 8, 9, 6, 10, 6, 11, 11, 4],)","[1, 11, 8]",list(int) -> list(int) is-squares,"([9, 10, 11],)",False,list(int) -> bool keep gt 1,"([2, 3, 4, 5, 6],)","[2, 3, 4, 5, 6]",list(int) -> list(int) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) kth-largest with k=1,"([4, 7, 11, 4, 2, 5, 13, 5],)",13,list(int) -> int keep-mod-k with k=4,"([0, 1, 2, 14, 3, 9, 12],)","[0, 12]",list(int) -> list(int) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) Append 2 strings (IIIII),"('Madelaine', '29')",Madelaine29,list(char) -> list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) prepend-k with k=5,"([],)",[5],list(int) -> list(int) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) remove-mod-head,"([5, 6, 16, 11, 8, 8, 5],)","[6, 16, 11, 8, 8]",list(int) -> list(int) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) kth-largest with k=2,"([15, 11, 4, 15, 14, 16, 2],)",15,list(int) -> int slice-k-n with k=5 and n=4,"([7, 6, 5, 7, 13, 8, 11, 13, 3, 16, 12, 10, 6, 15, 11, 3, 4],)","[13, 8, 11, 13]",list(int) -> list(int) drop-k with k=5,"([13, 1, 12, 11, 6, 11, 15, 11, 2, 7, 8],)","[11, 15, 11, 2, 7, 8]",list(int) -> list(int) is-primes,"([13, 9, 13, 0, 3, 10, 12],)",False,list(int) -> bool "Replace '-' w/ ','","('Georgina-Dr-Alida-Acura100',)","Georgina,Dr,Alida,Acura100",list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) is-squares,"([169, 25, 25, 64, 49, 16, 256],)",True,list(int) -> bool Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) repeat-many,"([2, 1, 2, 3],)","[1, 2, 3, 1, 2, 3]",list(int) -> list(int) slice-k-n with k=1 and n=4,"([0, 7, 13, 15, 0, 9, 4, 7, 12, 7, 6],)","[0, 7, 13, 15]",list(int) -> list(int) remove eq 1,"([5, 0, 4, 2, 3],)","[5, 0, 4, 2, 3]",list(int) -> list(int) remove-mod-k with k=2,"([2, 7, 6, 8],)",[7],list(int) -> list(int) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) slice-k-n with k=5 and n=3,"([13, 7, 0, 10, 10, 10, 15, 11, 14, 4, 16, 5],)","[10, 10, 15]",list(int) -> list(int) is-odds,"([2, 5, 4, 2, 0, 5, 1, 1],)",False,list(int) -> bool is-odds,"([31, 7, 19, 29, 1],)",True,list(int) -> bool slice-k-n with k=4 and n=5,"([12, 11, 15, 8, 8, 10, 5, 5, 5, 14, 16],)","[8, 8, 10, 5, 5]",list(int) -> list(int) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) pow-k with k=2,"([13, 11, 10, 12, 13],)","[169, 121, 100, 144, 169]",list(int) -> list(int) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) keep eq 2,"([5, 5, 0, 3, 2],)",[2],list(int) -> list(int) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([12],)",[True],list(int) -> list(bool) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) rotate-k with k=1,"([10, 16, 6, 14, 11, 5, 1, 4, 2, 0, 15, 14, 13, 16, 12, 8, 11],)","[11, 10, 16, 6, 14, 11, 5, 1, 4, 2, 0, 15, 14, 13, 16, 12, 8]",list(int) -> list(int) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) prepend-k with k=0,"([1],)","[0, 1]",list(int) -> list(int) index-k with k=2,"([10, 10, 6, 8, 1, 3, 0],)",10,list(int) -> int mult-k with k=4,"([11],)",[44],list(int) -> list(int) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) keep-mod-k with k=5,"([10, 7, 0],)","[10, 0]",list(int) -> list(int) slice-k-n with k=3 and n=1,"([7, 7, 11, 6, 12, 5, 5],)",[11],list(int) -> list(int) is-evens,"([14, 6, 5],)",False,list(int) -> bool slice-k-n with k=1 and n=4,"([5, 6, 8, 1, 11, 12, 12, 6, 5, 6],)","[5, 6, 8, 1]",list(int) -> list(int) evens,"([15],)",[],list(int) -> list(int) append-k with k=0,"([5, 15, 4, 3],)","[5, 15, 4, 3, 0]",list(int) -> list(int) parentheses around a single word (III),"('NY',)",(NY),list(char) -> list(char) "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) pow-k with k=5,"([12, 4, 8, 11, 0, 8, 11],)","[248832, 1024, 32768, 161051, 0, 32768, 161051]",list(int) -> list(int) bool-identify-geq-k with k=4,"([7, 14, 7, 0],)","[True, True, True, False]",list(int) -> list(bool) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) bool-identify-geq-k with k=4,"([4],)",[True],list(int) -> list(bool) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) keep squares,"([9, 9, 5, 16, 9, 0, 0],)","[9, 9, 16, 9, 0, 0]",list(int) -> list(int) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) Append two words delimited by '-',"('+196', 'O')",+196-O,list(char) -> list(char) -> list(char) prepend-k with k=1,"([2, 9, 7, 12, 6],)","[1, 2, 9, 7, 12, 6]",list(int) -> list(int) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) prepend-k with k=2,"([14],)","[2, 14]",list(int) -> list(int) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) Prepend '+167' to first word,"('+169 29',)",+167+169,list(char) -> list(char) append-index-k with k=4,"([5, 3, 7, 1, 14, 0, 0, 2],)","[5, 3, 7, 1, 14, 0, 0, 2, 1]",list(int) -> list(int) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) keep gt 1,"([0, 6, 6, 0, 1],)","[6, 6]",list(int) -> list(int) slice-k-n with k=4 and n=5,"([2, 8, 6, 13, 2, 0, 0, 8, 8, 7, 8, 15, 12, 12, 13],)","[13, 2, 0, 0, 8]",list(int) -> list(int) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) Abbreviate separate words (IIII),"('M', '145')",M.1.,list(char) -> list(char) -> list(char) remove-index-k with k=4,"([0, 11, 12, 9, 15, 16, 0, 8],)","[0, 11, 12, 15, 16, 0, 8]",list(int) -> list(int) slice-k-n with k=1 and n=2,"([8, 6, 10, 14, 3],)","[8, 6]",list(int) -> list(int) kth-smallest with k=3,"([4, 14, 15],)",15,list(int) -> int Take first 3 characters,"('598',)",598,list(char) -> list(char) drop-k with k=4,"([5, 11, 5, 6, 7, 1, 3, 9, 14, 8],)","[7, 1, 3, 9, 14, 8]",list(int) -> list(int) Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) kth-largest with k=2,"([9, 16, 7, 6, 3],)",9,list(int) -> int kth-largest with k=1,"([4, 7, 11, 4, 2, 5, 13, 5],)",13,list(int) -> int Abbreviate separate words (IIIII),"('50', 'PA')",5.P.,list(char) -> list(char) -> list(char) bool-identify-geq-k with k=2,"([1],)",[False],list(int) -> list(bool) bool-identify-is-mod-k with k=3,"([1, 12, 8],)","[False, True, False]",list(int) -> list(bool) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) remove eq 0,"([3, 5, 6, 5, 0],)","[3, 5, 6, 5]",list(int) -> list(int) Append '+138',"('TX',)",TX+138,list(char) -> list(char) is-mod-k with k=5,"([65, 60],)",True,list(int) -> bool Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) has-k with k=3,"([16, 6, 8, 13, 14],)",False,list(int) -> bool append-index-k with k=5,"([12, 5, 6, 5, 15, 2, 10, 7, 7, 2, 13, 10],)","[12, 5, 6, 5, 15, 2, 10, 7, 7, 2, 13, 10, 15]",list(int) -> list(int) max,"([0],)",0,list(int) -> int Append two words delimited by '-',"('47', 'NY')",47-NY,list(char) -> list(char) -> list(char) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([0, 0, 0, 2, 2],)","[1, 1, 1, 0, 0]",list(int) -> list(int) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) nth (n=0) word delimited by '(',"('Pennsylvania(Marquess',)",Pennsylvania,list(char) -> list(char) ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([0, 0],)","[2, 2]",list(int) -> list(int) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) parentheses around a single word (IIII),"('+176',)",(+176),list(char) -> list(char) Abbreviate separate words (IIIIII),"('+81', 'Halpern')",+.H.,list(char) -> list(char) -> list(char) remove gt 1,"([0, 4, 3, 3, 3],)",[0],list(int) -> list(int) remove eq 0,"([6, 3, 3, 6, 5],)","[6, 3, 3, 6, 5]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Append '+138',"('Hopkins',)",Hopkins+138,list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) nth (n=1) word delimited by ' ',"('+132 Annalisa Mcgaughey Ferrari',)",Annalisa,list(char) -> list(char) keep eq 2,"([2, 2, 4, 0, 5],)","[2, 2]",list(int) -> list(int) Append two words delimited by '. ',"('771', '5')",771. 5,list(char) -> list(char) -> list(char) parentheses around a single word (IIII),"('+155',)",(+155),list(char) -> list(char) slice-k-n with k=5 and n=2,"([5, 12, 16, 6, 2, 14, 9, 15, 6],)","[2, 14]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) repeat-k with k=3,"([8],)","[8, 8, 8]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('86,+161.13,+7',)",+161,list(char) -> list(char) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) Abbreviate separate words (IIIIII),"('25', '488')",2.4.,list(char) -> list(char) -> list(char) slice-k-n with k=3 and n=5,"([9, 3, 15, 15, 11, 1, 0, 3, 6, 14, 12, 3, 8, 4],)","[15, 15, 11, 1, 0]",list(int) -> list(int) bool-identify-k with k=0,"([0, 0, 9],)","[True, True, False]",list(int) -> list(bool) is-mod-k with k=2,"([9, 9],)",False,list(int) -> bool Prepend 'Hornak',"('865',)",Hornak865,list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) dup,"([],)",[],list(int) -> list(int) remove-mod-head,"([13, 4, 0, 3, 4],)","[4, 3, 4]",list(int) -> list(int) drop-k with k=5,"([2, 9, 16, 2, 7, 12],)",[12],list(int) -> list(int) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) modulo-k with k=1,"([14, 14, 14, 0, 7, 3],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) bool-identify-is-mod-k with k=5,"([5],)",[True],list(int) -> list(bool) Append '636',"('C',)",C636,list(char) -> list(char) Prepend 'Jani',"('Ithaca',)",JaniIthaca,list(char) -> list(char) slice-k-n with k=4 and n=4,"([6, 12, 7, 10, 16, 3, 4, 7, 4, 9, 4, 2],)","[10, 16, 3, 4]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=2,"([],)",[],list(int) -> list(int) repeat,"([1, 2],)",[2],list(int) -> list(int) Append '+138',"('TX',)",TX+138,list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) Take first character and append '-',"('751',)",7-,list(char) -> list(char) First letters of words (II),"('438 20 MA FreeHafer',)",42MF,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) tail,"([5, 9, 1],)","[9, 1]",list(int) -> list(int) sort,"([2, 5, 4, 2, 0, 5, 1, 1],)","[0, 1, 1, 2, 2, 4, 5, 5]",list(int) -> list(int) slice-k-n with k=2 and n=4,"([15, 16, 14, 9, 16, 13, 10, 3, 13, 9, 11],)","[16, 14, 9, 16]",list(int) -> list(int) pow-k with k=4,"([0, 9, 12, 7, 0],)","[0, 6561, 20736, 2401, 0]",list(int) -> list(int) slice-k-n with k=5 and n=1,"([3, 16, 9, 15, 13, 13, 15, 4, 11, 9, 16],)",[13],list(int) -> list(int) prepend-index-k with k=1,"([8, 5, 11],)","[8, 8, 5, 11]",list(int) -> list(int) count-k with k=1,"([8, 7],)",0,list(int) -> int Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) kth-largest with k=5,"([7, 13, 16, 12, 4, 5],)",5,list(int) -> int bool-identify-is-mod-k with k=3,"([3, 16, 11, 3],)","[True, False, False, True]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=4 and n=5,"([1],)",[0],list(int) -> list(int) ensure suffix `568`,"('MD Hopkins 394',)",MD Hopkins 394568,list(char) -> list(char) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) reverse,"([],)",[],list(int) -> list(int) is-squares,"([1, 4, 9, 15],)",False,list(int) -> bool kth-largest with k=2,"([0, 9, 1],)",1,list(int) -> int +1 maximum list,"([1, 1],)",2,list(int) -> int slice-k-n with k=1 and n=4,"([12, 1, 8, 14, 0, 15, 6, 16, 1],)","[12, 1, 8, 14]",list(int) -> list(int) parentheses around word delimited by '-' & '.',"('-Haven.80',)",-(Haven).80,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) keep-mod-k with k=3,"([],)",[],list(int) -> list(int) keep-mod-k with k=4,"([8],)",[8],list(int) -> list(int) Replace '(' w/ ' ',"('CT(Heintz(Cornell(Phillip',)",CT Heintz Cornell Phillip,list(char) -> list(char) Prepend '170' to first word,"('Malissa 500',)",170Malissa,list(char) -> list(char) First letters of words (IIII),"('CT FreeHafer Bogle',)",CFB,list(char) -> list(char) is-odds,"([6, 4, 6, 12, 0, 8, 1],)",False,list(int) -> bool count-k with k=5,"([16],)",0,list(int) -> int Take first character and append ' ',"('MI',)",M ,list(char) -> list(char) kth-largest with k=2,"([13, 0],)",0,list(int) -> int rotate-k with k=4,"([11, 2, 8, 16, 9, 8, 11, 10, 14, 11, 16, 5, 15, 2, 5, 13],)","[15, 2, 5, 13, 11, 2, 8, 16, 9, 8, 11, 10, 14, 11, 16, 5]",list(int) -> list(int) prepend-k with k=5,"([],)",[5],list(int) -> list(int) rotate-k with k=3,"([4, 13, 10, 0, 1, 2, 6, 4],)","[2, 6, 4, 4, 13, 10, 0, 1]",list(int) -> list(int) has-k with k=5,"([5, 5, 5, 5, 5, 5],)",True,list(int) -> bool caesar-cipher-k-modulo-n with k=3 and n=2,"([0, 1, 1, 0, 1, 1],)","[1, 0, 0, 1, 0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=4,"([1, 1],)","[0, 0]",list(int) -> list(int) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=3,"([2, 2, 2, 1],)","[0, 0, 0, 2]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=4,"([0, 3, 3],)","[2, 1, 1]",list(int) -> list(int) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) bool-identify-geq-k with k=1,"([12, 5, 7, 7, 2],)","[True, True, True, True, True]",list(int) -> list(bool) Prepend '086' to first word,"('35 Lara',)",08635,list(char) -> list(char) nth (n=1) word delimited by '(',"('Andria(736(654',)",736,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) replace-all-with-index-k with k=1,"([3, 9, 14, 11, 13, 7, 1, 10],)","[3, 3, 3, 3, 3, 3, 3, 3]",list(int) -> list(int) remove gt 0,"([2, 5, 2, 5, 5],)",[],list(int) -> list(int) is-mod-k with k=4,"([8],)",True,list(int) -> bool parentheses around word delimited by ' ' & '-',"(' Barbara-Mackenzie',)", (Barbara)-Mackenzie,list(char) -> list(char) remove-index-k with k=4,"([16, 13, 8, 3, 15, 0, 4, 2, 11],)","[16, 13, 8, 15, 0, 4, 2, 11]",list(int) -> list(int) Prepend 'Hornak',"('H',)",HornakH,list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) bool-identify-k with k=5,"([],)",[],list(int) -> list(bool) bool-identify-geq-k with k=5,"([],)",[],list(int) -> list(bool) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) repeat-many,"([2, 4, 4, 1, 5],)","[4, 4, 1, 5, 4, 4, 1, 5]",list(int) -> list(int) drop-k with k=2,"([2, 12, 7, 12],)","[7, 12]",list(int) -> list(int) remove eq 1,"([3, 0, 3, 3, 2],)","[3, 0, 3, 3, 2]",list(int) -> list(int) Take first character and append '-',"('751',)",7-,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) bool-identify-k with k=4,"([4, 4, 4, 4, 4, 4],)","[True, True, True, True, True, True]",list(int) -> list(bool) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) ensure suffix `769`,"('520 T769',)",520 T769,list(char) -> list(char) append-k with k=5,"([2, 1, 16, 7, 11, 7],)","[2, 1, 16, 7, 11, 7, 5]",list(int) -> list(int) Abbreviate words separated by ')',"('Coralee)Rowden',)",C.R.,list(char) -> list(char) remove eq 1,"([4, 6, 2, 1, 5],)","[4, 6, 2, 5]",list(int) -> list(int) len,"([0],)",1,list(int) -> int Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) keep eq 2,"([1, 0, 2, 5, 5],)",[2],list(int) -> list(int) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) bool-identify-geq-k with k=1,"([],)",[],list(int) -> list(bool) max,"([12, 11, 5, 12, 1, 2],)",12,list(int) -> int Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) min,"([1, 2, 3],)",1,list(int) -> int drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.+197,64',)",".(+197),64",list(char) -> list(char) Append '+138',"('512',)",512+138,list(char) -> list(char) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('75(University',)",75.University,list(char) -> list(char) Take first 2 characters,"('Dermody',)",De,list(char) -> list(char) rotate-k with k=1,"([0, 1, 15, 10, 14, 4, 10, 1, 3, 13],)","[13, 0, 1, 15, 10, 14, 4, 10, 1, 3]",list(int) -> list(int) keep squares,"([25, 9, 25, 1, 0, 1, 16],)","[25, 9, 25, 1, 0, 1, 16]",list(int) -> list(int) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([0, 1, 3, 2, 4],)","[3, 4, 1, 0, 2]",list(int) -> list(int) rotate-k with k=2,"([8, 9, 7, 10, 8, 8, 6, 12],)","[6, 12, 8, 9, 7, 10, 8, 8]",list(int) -> list(int) drop first word delimited by '-',"('Cambridge-+7-+140-29',)",+7-+140-29,list(char) -> list(char) product,"([8, 6, 8, 11, 11, 16],)",743424,list(int) -> int nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) Take first character and append '-',"('Scalia',)",S-,list(char) -> list(char) index-head,"([3, 1, 3, 4, 2],)",4,list(int) -> int bool-identify-geq-k with k=2,"([11, 11, 7, 1],)","[True, True, True, False]",list(int) -> list(bool) nth (n=-1) word delimited by '.',"('+118.Mulloy.56',)",56,list(char) -> list(char) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) count-k with k=1,"([16, 6, 8, 13, 14],)",0,list(int) -> int nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) replace-all-with-index-k with k=4,"([0, 4, 2, 5],)","[5, 5, 5, 5]",list(int) -> list(int) index-k with k=5,"([4, 7, 13, 6, 12],)",12,list(int) -> int "nth (n=1) word delimited by ','","('Tobias,986,FreeHafer,+9',)",986,list(char) -> list(char) range +1 maximum list,"([7, 4, 0],)","[0, 1, 2, 3, 4, 5, 6, 7]",list(int) -> list(int) index-k with k=3,"([0, 10, 11, 7, 4],)",11,list(int) -> int "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) pow-k with k=2,"([15, 15, 0, 1, 3, 16],)","[225, 225, 0, 1, 9, 256]",list(int) -> list(int) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) len,"([5, 6, 2, 8, 9],)",5,list(int) -> int append-k with k=4,"([7, 16, 14, 12, 2],)","[7, 16, 14, 12, 2, 4]",list(int) -> list(int) parentheses around first word,"('018 +176 Houston',)",(018),list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) index-k with k=5,"([0, 15, 1, 4, 12, 10, 8, 7, 4, 2, 3, 12],)",12,list(int) -> int "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) remove eq 0,"([1, 5, 1, 1, 2],)","[1, 5, 1, 1, 2]",list(int) -> list(int) remove eq 2,"([2, 5, 5, 4, 6],)","[5, 5, 4, 6]",list(int) -> list(int) "Take first character and append ','","('Covelli',)","C,",list(char) -> list(char) modulo-k with k=4,"([14, 4, 12, 13],)","[2, 0, 0, 1]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) append-index-k with k=1,"([8, 10, 0, 16],)","[8, 10, 0, 16, 8]",list(int) -> list(int) "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) slice-k-n with k=4 and n=3,"([6, 1, 15, 0, 10, 9, 3, 13, 1, 12, 15, 3, 14, 1, 6],)","[0, 10, 9]",list(int) -> list(int) Drop last 1 characters,"('769',)",76,list(char) -> list(char) keep gt 3,"([1, 0, 2, 4, 3],)",[4],list(int) -> list(int) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) count-k with k=0,"([0, 0, 9],)",2,list(int) -> int Take first 4 characters,"('Reily',)",Reil,list(char) -> list(char) append-k with k=1,"([4, 6],)","[4, 6, 1]",list(int) -> list(int) prepend-index-k with k=4,"([8, 15, 10, 13, 3, 12, 0, 7, 5, 2, 5],)","[13, 8, 15, 10, 13, 3, 12, 0, 7, 5, 2, 5]",list(int) -> list(int) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) is-mod-k with k=4,"([3, 5, 15, 16, 13],)",False,list(int) -> bool take-k with k=4,"([7, 7, 12, 5],)","[7, 7, 12, 5]",list(int) -> list(int) pow-k with k=5,"([15, 4, 8, 1, 0, 10],)","[759375, 1024, 32768, 1, 0, 100000]",list(int) -> list(int) keep eq 2,"([1, 3, 2, 3, 4],)",[2],list(int) -> list(int) ensure suffix `997`,"('Marcus +108 Ramthun Rudolf',)",Marcus +108 Ramthun Rudolf997,list(char) -> list(char) Append 2 strings (I),"('I', '+172')",I+172,list(char) -> list(char) -> list(char) reverse,"([2, 0, 4],)","[4, 0, 2]",list(int) -> list(int) sum,"([14, 1],)",15,list(int) -> int Append 2 strings (IIII),"('Seamons', 'Lakenya')",SeamonsLakenya,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) prepend-k with k=4,"([13, 12],)","[4, 13, 12]",list(int) -> list(int) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) bool-identify-geq-k with k=0,"([0, 0, 0],)","[True, True, True]",list(int) -> list(bool) "Extract word delimited by ')' - ','","('244)Karrie,Lashanda)Kimberley',)",Karrie,list(char) -> list(char) slice-k-n with k=4 and n=4,"([6, 7, 15, 4, 8, 9, 13, 1, 7, 6, 1, 2, 7, 10, 14, 8],)","[4, 8, 9, 13]",list(int) -> list(int) has-k with k=2,"([2, 2, 2, 2, 2, 2],)",True,list(int) -> bool repeat-k with k=2,"([3, 12, 15, 12],)","[3, 12, 15, 12, 3, 12, 15, 12]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) repeat-k with k=2,"([15],)","[15, 15]",list(int) -> list(int) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) replace-all-with-index-k with k=1,"([0, 15],)","[0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=5,"([2],)",[0],list(int) -> list(int) bool-identify-k with k=5,"([0, 1, 2, 14, 3, 9, 12],)","[False, False, False, False, False, False, False]",list(int) -> list(bool) dup,"([1],)","[1, 1]",list(int) -> list(int) keep primes,"([0, 4, 3, 29, 23, 0, 0],)","[3, 29, 23]",list(int) -> list(int) remove eq 2,"([4, 3, 6, 3, 6],)","[4, 3, 6, 3, 6]",list(int) -> list(int) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=3,"([2, 2, 1, 1, 2, 1, 0],)","[1, 1, 0, 0, 1, 0, 2]",list(int) -> list(int) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) ensure suffix `Scalia`,"('Angeles T N',)",Angeles T NScalia,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 2, 1],)","[2, 0, 2]",list(int) -> list(int) is-odds,"([12],)",False,list(int) -> bool evens,"([7, 0, 12, 7],)","[0, 12]",list(int) -> list(int) count-k with k=1,"([1, 1, 1],)",3,list(int) -> int rotate-k with k=5,"([4, 12, 6, 13, 11, 6, 1, 3, 4],)","[11, 6, 1, 3, 4, 4, 12, 6, 13]",list(int) -> list(int) mult-k with k=5,"([12, 7, 3, 10, 14],)","[60, 35, 15, 50, 70]",list(int) -> list(int) parentheses around a single word (IIIII),"('68',)",(68),list(char) -> list(char) bool-identify-is-mod-k with k=4,"([8],)",[True],list(int) -> list(bool) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) drop-k with k=3,"([14, 16, 4, 13, 11, 6, 13, 16, 1, 5],)","[13, 11, 6, 13, 16, 1, 5]",list(int) -> list(int) nth (n=1) word delimited by '-',"('Launa-Hornak',)",Hornak,list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([],)",[],list(int) -> list(int) bool-identify-geq-k with k=5,"([2, 15, 10, 15, 0],)","[False, True, True, True, False]",list(int) -> list(bool) mult-k with k=0,"([8],)",[0],list(int) -> list(int) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) repeat,"([1, 3],)",[3],list(int) -> list(int) Abbreviate separate words (II),"('Hayley', 'Ferrari')",H.F.,list(char) -> list(char) -> list(char) mult-k with k=3,"([2, 6, 10, 10, 8, 15, 16],)","[6, 18, 30, 30, 24, 45, 48]",list(int) -> list(int) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) append-index-k with k=2,"([5, 1, 1, 13, 5, 0, 1],)","[5, 1, 1, 13, 5, 0, 1, 1]",list(int) -> list(int) rotate-k with k=5,"([6, 0, 7, 8, 15, 14, 0, 8, 16, 15, 9, 3, 7, 3, 9],)","[9, 3, 7, 3, 9, 6, 0, 7, 8, 15, 14, 0, 8, 16, 15]",list(int) -> list(int) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) bool-identify-geq-k with k=2,"([0, 10, 0, 0],)","[False, True, False, False]",list(int) -> list(bool) kth-largest with k=2,"([5, 16, 1, 6, 12, 5, 6, 10, 10],)",12,list(int) -> int Take first 5 characters,"('Ducati250',)",Ducat,list(char) -> list(char) replace-all-with-index-k with k=2,"([4, 14, 15, 1, 4, 5, 12],)","[14, 14, 14, 14, 14, 14, 14]",list(int) -> list(int) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) Take first 3 characters,"('Vena',)",Ven,list(char) -> list(char) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) drop-k with k=4,"([1, 13, 0, 6, 13],)",[13],list(int) -> list(int) keep gt 3,"([1, 5, 6, 6, 0],)","[5, 6, 6]",list(int) -> list(int) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) append-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) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) take-k with k=4,"([14, 12, 6, 14, 16, 4],)","[14, 12, 6, 14]",list(int) -> list(int) bool-identify-geq-k with k=3,"([4, 9],)","[True, True]",list(int) -> list(bool) parentheses around word delimited by ' ' & ' ',"(' California +104,Teddy',)"," (California) +104,Teddy",list(char) -> list(char) is-mod-k with k=5,"([65, 35, 5, 35, 5, 80],)",True,list(int) -> bool "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) "nth (n=-1) word delimited by ','","('468,376',)",376,list(char) -> list(char) prepend-index-k with k=3,"([11, 10, 3, 14, 0, 5],)","[3, 11, 10, 3, 14, 0, 5]",list(int) -> list(int) append-index-k with k=3,"([15, 0, 13, 10, 7, 1, 14, 5, 10, 10],)","[15, 0, 13, 10, 7, 1, 14, 5, 10, 10, 13]",list(int) -> list(int) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) Prepend '086' to first word,"('Ducati Penn',)",086Ducati,list(char) -> list(char) remove eq 2,"([1, 5, 4, 1, 5],)","[1, 5, 4, 1, 5]",list(int) -> list(int) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) append-index-k with k=3,"([3, 13, 5, 7, 4, 3, 3],)","[3, 13, 5, 7, 4, 3, 3, 5]",list(int) -> list(int) bool-identify-k with k=5,"([1, 6],)","[False, False]",list(int) -> list(bool) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) mult-k with k=4,"([],)",[],list(int) -> list(int) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) parentheses around a single word (III),"('Park',)",(Park),list(char) -> list(char) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) add-k with k=2,"([11, 6, 0, 3],)","[13, 8, 2, 5]",list(int) -> list(int) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) product,"([15, 7],)",105,list(int) -> int rotate-k with k=2,"([14, 12, 16, 4, 3, 7, 13, 13, 0, 6, 4, 12, 10, 10, 0, 5, 7],)","[5, 7, 14, 12, 16, 4, 3, 7, 13, 13, 0, 6, 4, 12, 10, 10, 0]",list(int) -> list(int) head,"([2],)",2,list(int) -> int keep eq 1,"([1, 2, 4, 5, 4],)",[1],list(int) -> list(int) mult-k with k=2,"([14],)",[28],list(int) -> list(int) Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) slice-k-n with k=4 and n=5,"([14, 8, 12, 8, 2, 14, 1, 2, 15, 2, 14, 0, 0],)","[8, 2, 14, 1, 2]",list(int) -> list(int) keep gt 0,"([3, 2, 4, 4, 4],)","[3, 2, 4, 4, 4]",list(int) -> list(int) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) range +1 maximum list,"([9, 1, 10, 0, 2],)","[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]",list(int) -> list(int) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) slice-k-n with k=1 and n=1,"([10, 3, 10, 11, 4, 16, 7],)",[10],list(int) -> list(int) count-k with k=3,"([3, 3, 3],)",3,list(int) -> int Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) slice-k-n with k=5 and n=4,"([0, 9, 12, 15, 16, 4, 2, 7, 8, 2, 0, 2],)","[16, 4, 2, 7]",list(int) -> list(int) has-k with k=3,"([3, 2, 3, 3],)",True,list(int) -> bool modulo-k with k=1,"([1, 4, 12],)","[0, 0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=2 and n=3,"([0, 0],)","[2, 2]",list(int) -> list(int) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) slice-k-n with k=2 and n=5,"([9, 7, 2, 5, 0, 11, 10, 2, 1, 15, 16, 8],)","[7, 2, 5, 0, 11]",list(int) -> list(int) First letters of words (IIII),"('Spell 865 169 095',)",S810,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=4,"([2, 2, 0, 1, 2, 3, 3],)","[3, 3, 1, 2, 3, 0, 0]",list(int) -> list(int) pow-k with k=4,"([],)",[],list(int) -> list(int) bool-identify-is-mod-k with k=4,"([9, 1, 16],)","[False, False, True]",list(int) -> list(bool) sort,"([],)",[],list(int) -> list(int) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) modulo-k with k=1,"([1, 16, 5, 15, 8, 10, 13],)","[0, 0, 0, 0, 0, 0, 0]",list(int) -> list(int) range,"(2,)","[0, 1]",int -> list(int) Append two words delimited by '..',"('568', 'Teddy')",568..Teddy,list(char) -> list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) Append 2 strings (II),"('Spell', 'Los')",SpellLos,list(char) -> list(char) -> list(char) bool-identify-geq-k with k=4,"([15, 3, 3, 1, 3],)","[True, False, False, False, False]",list(int) -> list(bool) take-k with k=2,"([3, 6, 2, 14],)","[3, 6]",list(int) -> list(int) rotate-k with k=4,"([14, 7, 0, 0, 4, 2, 5, 8, 9, 11, 5, 6, 10, 0, 15, 6, 0],)","[0, 15, 6, 0, 14, 7, 0, 0, 4, 2, 5, 8, 9, 11, 5, 6, 10]",list(int) -> list(int) slice-k-n with k=2 and n=1,"([2, 6, 5, 5, 2],)",[6],list(int) -> list(int) nth (n=1) word delimited by ' ',"('29 Ferrari250',)",Ferrari250,list(char) -> list(char) prepend-k with k=2,"([1, 12],)","[2, 1, 12]",list(int) -> list(int) Append two words delimited by '..',"('Ferrari', 'Angeles')",Ferrari..Angeles,list(char) -> list(char) -> list(char) drop-k with k=1,"([12, 0],)",[0],list(int) -> list(int) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) count-k with k=1,"([],)",0,list(int) -> int add-k with k=1,"([3, 4, 4, 13, 6],)","[4, 5, 5, 14, 7]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([0, 0],)","[1, 1]",list(int) -> list(int) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) parentheses around a single word (II),"('426',)",(426),list(char) -> list(char) replace-all-with-index-k with k=1,"([0, 15],)","[0, 0]",list(int) -> list(int) Drop last 1 characters,"('769',)",76,list(char) -> list(char) append-k with k=4,"([],)",[4],list(int) -> list(int) keep eq 0,"([5, 0, 6, 1, 4],)",[0],list(int) -> list(int) remove-index-k with k=1,"([0, 10, 4, 11, 14],)","[10, 4, 11, 14]",list(int) -> list(int) slice-k-n with k=2 and n=1,"([9, 0, 16, 9, 10],)",[0],list(int) -> list(int) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) slice-k-n with k=1 and n=1,"([12, 0, 13, 16, 10],)",[12],list(int) -> list(int) Prepend '177' to first word,"('421 Annalisa',)",177421,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) range +1 maximum list,"([8, 4, 1, 8],)","[0, 1, 2, 3, 4, 5, 6, 7, 8]",list(int) -> list(int) is-evens,"([14, 10, 4, 0, 12, 6],)",True,list(int) -> bool Take first character and append '.',"('290',)",2.,list(char) -> list(char) add-k with k=2,"([9, 12, 16, 9],)","[11, 14, 18, 11]",list(int) -> list(int) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) slice-k-n with k=1 and n=3,"([12, 14, 2, 14, 0, 9, 8],)","[12, 14, 2]",list(int) -> list(int) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) modulo-k with k=1,"([1, 16, 12],)","[0, 0, 0]",list(int) -> list(int) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) append-index-k with k=3,"([14, 10, 10, 14, 14, 2, 9],)","[14, 10, 10, 14, 14, 2, 9, 10]",list(int) -> list(int) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) mult-k with k=0,"([11, 13, 5, 14, 4, 2, 14],)","[0, 0, 0, 0, 0, 0, 0]",list(int) -> list(int) bool-identify-k with k=4,"([6, 4, 2],)","[False, True, False]",list(int) -> list(bool) slice-k-n with k=1 and n=4,"([0, 7, 13, 15, 0, 9, 4, 7, 12, 7, 6],)","[0, 7, 13, 15]",list(int) -> list(int) kth-smallest with k=3,"([9, 5, 11, 2, 10, 13, 9],)",9,list(int) -> int parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) count-k with k=0,"([11, 9, 0],)",1,list(int) -> int parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) slice-k-n with k=3 and n=1,"([4, 15, 6, 12, 8, 9, 8, 16, 16, 5, 4, 16],)",[6],list(int) -> list(int) prepend-index-k with k=4,"([3, 0, 1, 16, 1, 11, 0, 5, 9],)","[16, 3, 0, 1, 16, 1, 11, 0, 5, 9]",list(int) -> list(int) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) kth-smallest with k=4,"([12, 9, 10, 2, 3, 5, 1, 8],)",5,list(int) -> int Take first 4 characters,"('Haven',)",Have,list(char) -> list(char) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) prepend-k with k=3,"([2, 5, 9, 14, 14],)","[3, 2, 5, 9, 14, 14]",list(int) -> list(int) rotate-k with k=2,"([11, 16, 13, 1, 11, 7, 2, 5, 9, 11, 13, 2, 9, 9, 5, 11],)","[5, 11, 11, 16, 13, 1, 11, 7, 2, 5, 9, 11, 13, 2, 9, 9]",list(int) -> list(int) Append '636',"('844',)",844636,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([],)",[],list(int) -> list(int) bool-identify-geq-k with k=4,"([],)",[],list(int) -> list(bool) +1 maximum list,"([10, 8, 3],)",11,list(int) -> int bool-identify-k with k=0,"([0, 8],)","[True, False]",list(int) -> list(bool) drop first word delimited by '-',"('California-+158-Ghoston-82',)",+158-Ghoston-82,list(char) -> list(char) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) replace-all-with-index-k with k=5,"([12, 3, 6, 14, 5],)","[5, 5, 5, 5, 5]",list(int) -> list(int) bool-identify-geq-k with k=4,"([3],)",[False],list(int) -> list(bool) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) prepend-index-k with k=2,"([1, 15],)","[15, 1, 15]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([],)",[],list(int) -> list(bool) keep-mod-head,"([6, 6, 5, 24, 54, 24],)","[6, 24, 54, 24]",list(int) -> list(int) parentheses around word delimited by ' ' & '-',"('+151 Annalisa-Phillip-Pennsylvania',)",+151 (Annalisa)-Phillip-Pennsylvania,list(char) -> list(char) nth (n=-1) word delimited by '-',"('473-Nancy-980-166',)",166,list(char) -> list(char) drop-k with k=2,"([15, 16, 10, 8, 15, 9, 15],)","[10, 8, 15, 9, 15]",list(int) -> list(int) "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) slice-k-n with k=5 and n=3,"([6, 8, 14, 14, 10, 8, 3, 15, 3],)","[10, 8, 3]",list(int) -> list(int) Abbreviate separate words (I),"('Irwin', 'Spell')",I.S.,list(char) -> list(char) -> list(char) parentheses around word delimited by '-' & '.',"('-Spell.Rowden Arbor',)",-(Spell).Rowden Arbor,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) repeat-k with k=4,"([8, 16],)","[8, 16, 8, 16, 8, 16, 8, 16]",list(int) -> list(int) remove-mod-k with k=2,"([10, 11, 7],)","[11, 7]",list(int) -> list(int) prepend-k with k=1,"([],)",[1],list(int) -> list(int) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) slice-k-n with k=1 and n=2,"([8, 6, 10, 14, 3],)","[8, 6]",list(int) -> list(int) rotate-k with k=5,"([4, 6, 9, 11, 0, 1, 11, 7, 8, 4, 3, 7],)","[7, 8, 4, 3, 7, 4, 6, 9, 11, 0, 1, 11]",list(int) -> list(int) has-k with k=3,"([6, 3, 3, 3],)",True,list(int) -> bool bool-identify-is-prime,"([7, 7, 0],)","[True, True, False]",list(int) -> list(bool) keep primes,"([9, 11, 7, 3, 5, 6, 8],)","[11, 7, 3, 5]",list(int) -> list(int) count-k with k=5,"([14],)",0,list(int) -> int replace-all-with-index-k with k=1,"([14, 14],)","[14, 14]",list(int) -> list(int) Append 2 strings (IIIIII),"('Miah', '81')",Miah81,list(char) -> list(char) -> list(char) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) slice-k-n with k=3 and n=1,"([1, 1, 11, 16, 7, 2],)",[11],list(int) -> list(int) remove-mod-k with k=4,"([0, 12],)",[],list(int) -> list(int) drop-k with k=4,"([0, 13, 4, 2],)",[],list(int) -> list(int) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) remove-mod-k with k=4,"([28, 6, 20, 16, 5],)","[6, 5]",list(int) -> list(int) Prepend 'Spell',"('Aylward',)",SpellAylward,list(char) -> list(char) product,"([0],)",0,list(int) -> int "Abbreviate words separated by ','","('Trinidad,58',)",T.5.,list(char) -> list(char) slice-k-n with k=2 and n=2,"([8, 1, 15, 13, 12, 15, 14, 11, 13, 2, 5],)","[1, 15]",list(int) -> list(int) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) min,"([16, 11, 13],)",11,list(int) -> int has-k with k=5,"([2, 8, 0, 14, 3, 10],)",False,list(int) -> bool Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('476.47,017',)","476.(47),017",list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) append-k with k=5,"([5],)","[5, 5]",list(int) -> list(int) mult-k with k=0,"([7],)",[0],list(int) -> list(int) nth (n=1) word delimited by ')',"('UC)+176)Jeanice)+174',)",+176,list(char) -> list(char) replace-all-with-index-k with k=4,"([0, 10, 8, 9, 8, 1, 9, 3],)","[9, 9, 9, 9, 9, 9, 9, 9]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('+151)50)Withers',)",Withers,list(char) -> list(char) "nth (n=1) word delimited by ','","('Sergienko,009,Jacquiline,Sergienko',)",009,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([],)",[],list(int) -> list(bool) has-k with k=5,"([],)",False,list(int) -> bool Append two words delimited by ' ',"('051', '+174')",051 +174,list(char) -> list(char) -> list(char) Drop last 2 characters,"('MI',)",,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) bool-identify-k with k=5,"([16],)",[False],list(int) -> list(bool) Append '636',"('Bess',)",Bess636,list(char) -> list(char) modulo-k with k=5,"([7, 15],)","[2, 0]",list(int) -> list(int) bool-identify-geq-k with k=1,"([-3, -3],)","[False, False]",list(int) -> list(bool) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) keep-mod-k with k=5,"([8, 13, 8, 0, 14, 0],)","[0, 0]",list(int) -> list(int) add-k with k=3,"([],)",[],list(int) -> list(int) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) Append two words delimited by ' ',"('35', 'Rowden')",35 Rowden,list(char) -> list(char) -> list(char) slice-k-n with k=4 and n=4,"([6, 4, 5, 10, 15, 4, 6, 16, 15, 15, 12],)","[10, 15, 4, 6]",list(int) -> list(int) mult-k with k=0,"([3, 8, 1, 13, 5],)","[0, 0, 0, 0, 0]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('504,566.20.F',)",566,list(char) -> list(char) prepend-index-k with k=3,"([5, 10, 5, 16],)","[5, 5, 10, 5, 16]",list(int) -> list(int) replace-all-with-index-k with k=5,"([8, 7, 16, 9, 3, 15],)","[3, 3, 3, 3, 3, 3]",list(int) -> list(int) "nth (n=0) word delimited by ','","('Neil,Heintz,Malissa,Berkeley',)",Neil,list(char) -> list(char) nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=2,"([],)",[],list(int) -> list(int) Abbreviate words separated by '(',"('048(Joaquin',)",0.J.,list(char) -> list(char) Replace '-' w/ ' ',"('+106-Yale-+130-+141',)",+106 Yale +130 +141,list(char) -> list(char) Append two words delimited by ' -',"('2', 'J')",2 -J,list(char) -> list(char) -> list(char) "Append two words delimited by '(,'","('Harvard', '+183')","Harvard(,+183",list(char) -> list(char) -> list(char) Append 'Beata',"('997',)",997Beata,list(char) -> list(char) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) prepend-index-k with k=3,"([15, 12, 9, 14, 7, 9],)","[9, 15, 12, 9, 14, 7, 9]",list(int) -> list(int) Drop last 2 characters,"('MI',)",,list(char) -> list(char) modulo-k with k=2,"([2, 0, 1, 11, 11, 10],)","[0, 0, 1, 1, 1, 0]",list(int) -> list(int) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) bool-identify-k with k=4,"([2, 7, 3, 3],)","[False, False, False, False]",list(int) -> list(bool) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) bool-identify-is-prime,"([7, 6, 11],)","[True, False, True]",list(int) -> list(bool) Take first character and append '.',"('+189',)",+.,list(char) -> list(char) "Replace '-' w/ ','","('834-Cruz-+197-Clasen',)","834,Cruz,+197,Clasen",list(char) -> list(char) reverse,"([9, 10, 5, 8, 3],)","[3, 8, 5, 10, 9]",list(int) -> list(int) Abbreviate words separated by ')',"('+196)253',)",+.2.,list(char) -> list(char) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) bool-identify-geq-k with k=3,"([5, 5, 16],)","[True, True, True]",list(int) -> list(bool) replace-all-with-index-k with k=3,"([5, 11, 5, 1, 16, 1],)","[5, 5, 5, 5, 5, 5]",list(int) -> list(int) nth (n=-1) word delimited by '-',"('Alaina-Jacquiline',)",Jacquiline,list(char) -> list(char) keep-mod-k with k=5,"([15, 1, 20, 2, 2],)","[15, 20]",list(int) -> list(int) Extract word delimited by ')' - '-',"('141)Penn-Jani-Clasen',)",Penn,list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) keep-mod-k with k=4,"([2, 7, 3, 3],)",[],list(int) -> list(int) Append two words delimited by '. ',"('62', 'Mackenzie')",62. Mackenzie,list(char) -> list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Prepend 'Spell',"('+197',)",Spell+197,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([],)",[],list(int) -> list(int) remove-index-k with k=5,"([5, 0, 0, 13, 1, 16, 0, 9, 3],)","[5, 0, 0, 13, 16, 0, 9, 3]",list(int) -> list(int) slice-k-n with k=4 and n=3,"([1, 6, 5, 2, 6, 7, 15, 5, 5, 7],)","[2, 6, 7]",list(int) -> list(int) Take first 2 characters,"('334',)",33,list(char) -> list(char) is-primes,"([2, 0],)",False,list(int) -> bool slice-k-n with k=1 and n=3,"([15, 12, 15, 9, 8, 3, 14, 3, 0, 0, 14],)","[15, 12, 15]",list(int) -> list(int) append-index-k with k=1,"([3, 5, 0],)","[3, 5, 0, 3]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=4,"([],)",[],list(int) -> list(int) Append 'Angeles',"('Celsa',)",CelsaAngeles,list(char) -> list(char) remove-index-k with k=1,"([6, 0],)",[0],list(int) -> list(int) keep gt 1,"([3, 6, 3, 3, 2],)","[3, 6, 3, 3, 2]",list(int) -> list(int) keep-mod-k with k=2,"([10, 8, 16, 5, 9],)","[10, 8, 16]",list(int) -> list(int) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) "drop first word delimited by ','","('943,65,216,CA',)","65,216,CA",list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) is-mod-k with k=5,"([0, 10, 3, 3, 10, 4],)",False,list(int) -> bool First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) count-k with k=5,"([9, 1, 16],)",0,list(int) -> int slice-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) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) append-k with k=0,"([],)",[0],list(int) -> list(int) drop first word delimited by ' ',"('386 Georgina 720 141',)",Georgina 720 141,list(char) -> list(char) reverse,"([],)",[],list(int) -> list(int) bool-identify-is-mod-k with k=4,"([1],)",[False],list(int) -> list(bool) drop-k with k=5,"([15, 16, 16, 16, 6, 0, 4, 7],)","[0, 4, 7]",list(int) -> list(int) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) bool-identify-k with k=5,"([14],)",[False],list(int) -> list(bool) modulo-k with k=3,"([12, 11, 8, 8],)","[0, 2, 2, 2]",list(int) -> list(int) Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) index-head,"([3, 2, 6, 2, 15, 10, 13],)",2,list(int) -> int append-index-k with k=2,"([7, 12, 7, 8, 13, 11, 8, 4],)","[7, 12, 7, 8, 13, 11, 8, 4, 12]",list(int) -> list(int) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) remove-index-k with k=4,"([14, 4, 7, 12, 4, 3],)","[14, 4, 7, 4, 3]",list(int) -> list(int) Abbreviate words separated by '.',"('T.81',)",T.8.,list(char) -> list(char) head,"([8, 13, 8, 0, 14, 0, 5],)",8,list(int) -> int slice-k-n with k=2 and n=2,"([8, 7, 10, 6, 9],)","[7, 10]",list(int) -> list(int) "parentheses around word delimited by ',' & ','","(',548,43',)",",(548),43",list(char) -> list(char) Abbreviate separate words (IIIIII),"('Lakenya', '62')",L.6.,list(char) -> list(char) -> list(char) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) prepend-k with k=1,"([5],)","[1, 5]",list(int) -> list(int) Take first character and append '.',"('Marquess',)",M.,list(char) -> list(char) parentheses around a single word (I),"('Withers',)",(Withers),list(char) -> list(char) prepend-index-k with k=2,"([15, 6],)","[6, 15, 6]",list(int) -> list(int) has-k with k=0,"([0, 0, 0],)",True,list(int) -> bool Append 2 strings (I),"('Phialdelphia', '40')",Phialdelphia40,list(char) -> list(char) -> list(char) ensure suffix `568`,"('+194 517 Bobo568',)",+194 517 Bobo568,list(char) -> list(char) bool-identify-is-prime,"([3, 6],)","[True, False]",list(int) -> list(bool) nth (n=-1) word delimited by '(',"('Scalia(65',)",65,list(char) -> list(char) has-head-in-tail,"([15, 13, 10],)",False,list(int) -> bool ensure suffix `Scalia`,"('UIUC 526',)",UIUC 526Scalia,list(char) -> list(char) modulo-k with k=2,"([12],)",[0],list(int) -> list(int) slice-k-n with k=3 and n=5,"([12, 13, 2, 11, 3, 1, 16, 11, 4, 12, 2, 1, 1],)","[2, 11, 3, 1, 16]",list(int) -> list(int) kth-largest with k=3,"([6, 5, 4, 15, 11, 8, 8],)",8,list(int) -> int Take first character and append ')',"('83',)",8),list(char) -> list(char) is-mod-k with k=4,"([56, 12, 56, 60],)",True,list(int) -> bool append-k with k=5,"([5, 14, 7],)","[5, 14, 7, 5]",list(int) -> list(int) bool-identify-k with k=2,"([2, 2, 2, 2, 16, 2],)","[True, True, True, True, False, True]",list(int) -> list(bool) remove-index-k with k=3,"([4, 0, 3, 4, 9, 2, 15, 4, 8, 5],)","[4, 0, 4, 9, 2, 15, 4, 8, 5]",list(int) -> list(int) "nth (n=-1) word delimited by ','","('+194,Scalia,Montiel,Ghoston',)",Ghoston,list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) Append two words delimited by '(',"('PA', 'Dermody')",PA(Dermody,list(char) -> list(char) -> list(char) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) empty,"([6, 0, 14, 0, 2, 12],)",False,list(int) -> bool count-k with k=0,"([9, 15, 4, 7],)",0,list(int) -> int "Replace ',' w/ '.'","('017,Celsa',)",017.Celsa,list(char) -> list(char) slice-k-n with k=4 and n=2,"([8, 2, 9, 6, 5, 9, 12, 11, 11, 6],)","[6, 5]",list(int) -> list(int) slice-k-n with k=2 and n=3,"([5, 11, 2, 6, 5, 15, 7, 0, 10, 16],)","[11, 2, 6]",list(int) -> list(int) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) Extract word delimited by '(' - '(',"('Andria(Honda125(+75(Malissa',)",Honda125,list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) modulo-k with k=3,"([],)",[],list(int) -> list(int) is-mod-k with k=1,"([13, 14, 7, 1, 0, 11, 0],)",True,list(int) -> bool ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) First letters of words (III),"('Trinidad 500 862',)",T58,list(char) -> list(char) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) parentheses around first word,"('TX 33 Pennsylvania',)",(TX),list(char) -> list(char) has-k with k=4,"([15, 14, 11, 7],)",False,list(int) -> bool Take first 2 characters,"('+2',)",+2,list(char) -> list(char) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) nth (n=-1) word delimited by ')',"('+42)+98)+115)Junkin',)",Junkin,list(char) -> list(char) reverse,"([],)",[],list(int) -> list(int) kth-largest with k=5,"([3, 16, 14, 5, 10, 1, 5, 6],)",5,list(int) -> int ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) slice-k-n with k=1 and n=3,"([3, 5, 5, 7, 6, 16, 4, 2, 7],)","[3, 5, 5]",list(int) -> list(int) kth-smallest with k=3,"([10, 8, 7, 4, 2, 3, 12, 8],)",4,list(int) -> int Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) replace-all-with-index-k with k=4,"([10, 10, 0, 5, 7, 16, 2, 7, 8, 16],)","[5, 5, 5, 5, 5, 5, 5, 5, 5, 5]",list(int) -> list(int) Replace '-' w/ ' ',"('759-Bogle',)",759 Bogle,list(char) -> list(char) kth-smallest with k=4,"([0, 4, 7, 13, 6, 12, 4],)",6,list(int) -> int Drop last 5 characters,"('Ferrari250',)",Ferra,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=5,"([],)",[],list(int) -> list(int) slice-k-n with k=1 and n=2,"([5, 8, 2, 6, 12, 8],)","[5, 8]",list(int) -> list(int) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) Append 2 strings (IIIII),"('Jacquiline', 'College')",JacquilineCollege,list(char) -> list(char) -> list(char) Drop last 2 characters,"('Stefany',)",Stefa,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) is-mod-k with k=1,"([6, 14, 7],)",True,list(int) -> bool Drop last 3 characters,"('857',)",,list(char) -> list(char) Take first 3 characters,"('598',)",598,list(char) -> list(char) keep squares,"([0, 4, 25, 9, 0, 1, 2],)","[0, 4, 25, 9, 0, 1]",list(int) -> list(int) bool-identify-is-mod-k with k=2,"([9, 2, 2, 8],)","[False, True, True, True]",list(int) -> list(bool) is-evens,"([8, 4],)",True,list(int) -> bool Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) pow-k with k=5,"([],)",[],list(int) -> list(int) modulo-k with k=3,"([10, 8],)","[1, 2]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) dup,"([8, 0, 9, 15, 7, 14, 9],)","[8, 8, 0, 0, 9, 9, 15, 15, 7, 7, 14, 14, 9, 9]",list(int) -> list(int) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([2],)",[1],list(int) -> list(int) nth (n=0) word delimited by '.',"('505.+46',)",505,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('29,10 Stefany +158',)","29,(10) Stefany +158",list(char) -> list(char) has-k with k=1,"([1, 1, 1],)",True,list(int) -> bool index-k with k=1,"([12, 12],)",12,list(int) -> int drop first word delimited by ')',"('Jeanice)+194)+189)491',)",+194)+189)491,list(char) -> list(char) is-mod-k with k=2,"([9, 4, 9, 6],)",False,list(int) -> bool "Abbreviate words separated by ','","('Rice,883',)",R.8.,list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "Append two words delimited by '(,'","('245', '18')","245(,18",list(char) -> list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) nth (n=-1) word delimited by '-',"('+172-University-College',)",College,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) odds,"([3, 8],)",[3],list(int) -> list(int) Take first 2 characters,"('+2',)",+2,list(char) -> list(char) slice-k-n with k=5 and n=1,"([7, 14, 4, 6, 15, 10, 14, 8],)",[15],list(int) -> list(int) index-k with k=3,"([4, 11, 14, 0, 13, 1, 10, 5],)",14,list(int) -> int kth-smallest with k=4,"([6, 7, 13, 8, 13, 16, 7, 10],)",8,list(int) -> int sum,"([3],)",3,list(int) -> int parentheses around first word,"('+108 29 95 +196 332',)",(+108),list(char) -> list(char) Replace '(' w/ ' ',"('377(209(+118',)",377 209 +118,list(char) -> list(char) count-k with k=5,"([5, 16, 11, 5],)",2,list(int) -> int bool-identify-k with k=3,"([13, 7, 9, 10],)","[False, False, False, False]",list(int) -> list(bool) Abbreviate words separated by '-',"('Kathlyn-Beata',)",K.B.,list(char) -> list(char) Append 2 strings (I),"('Richert', 'NY')",RichertNY,list(char) -> list(char) -> list(char) pop,"([5, 11, 4, 14, 13, 8],)","[5, 11, 4, 14, 13]",list(int) -> list(int) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) last,"([1, 9, 14, 16],)",16,list(int) -> int Append '636',"('844',)",844636,list(char) -> list(char) remove gt 3,"([5, 4, 4, 2, 4],)",[2],list(int) -> list(int) nth (n=0) word delimited by ' ',"('268 14 +104',)",268,list(char) -> list(char) mult-k with k=3,"([12, 7, 7],)","[36, 21, 21]",list(int) -> list(int) keep gt 2,"([4, 0, 6, 6, 1],)","[4, 6, 6]",list(int) -> list(int) bool-identify-geq-k with k=2,"([12],)",[True],list(int) -> list(bool) sort-and-deduplicate,"([6, 4, 9],)","[4, 6, 9]",list(int) -> list(int) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) pow-k with k=2,"([7, 8, 1, 9],)","[49, 64, 1, 81]",list(int) -> list(int) mult-k with k=0,"([9, 7],)","[0, 0]",list(int) -> list(int) keep gt 1,"([5, 3, 2, 2, 4],)","[5, 3, 2, 2, 4]",list(int) -> list(int) First letters of words (IIIIII),"('888 Penn 50 UC',)",8P5U,list(char) -> list(char) kth-smallest with k=3,"([16, 5, 4, 5, 2, 14, 6, 9, 15],)",5,list(int) -> int "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) Abbreviate separate words (III),"('038', 'Hornak')",0.H.,list(char) -> list(char) -> list(char) odds,"([3, 0],)",[3],list(int) -> list(int) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) add-k with k=4,"([11, 11, 1, 7, 3, 2],)","[15, 15, 5, 11, 7, 6]",list(int) -> list(int) slice-k-n with k=2 and n=4,"([0, 9, 8, 11, 6, 7, 6, 4, 4, 7],)","[9, 8, 11, 6]",list(int) -> list(int) Prepend 'Spell',"('+105',)",Spell+105,list(char) -> list(char) Replace '.' w/ ')',"('Lakenya.876.18.064',)",Lakenya)876)18)064,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) Append 2 strings (I),"('Georgina', '2')",Georgina2,list(char) -> list(char) -> list(char) has-k with k=1,"([1, 1, 1, 7],)",True,list(int) -> bool nth (n=0) word delimited by ' ',"('Brescia A 56',)",Brescia,list(char) -> list(char) pow-k with k=3,"([15, 9, 8, 8, 4, 3],)","[3375, 729, 512, 512, 64, 27]",list(int) -> list(int) append-k with k=0,"([6, 4, 9],)","[6, 4, 9, 0]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Ducati250(+183(Richert(Park',)",+183,list(char) -> list(char) take-k with k=2,"([7, 16, 11, 2, 2, 5, 12, 2],)","[7, 16]",list(int) -> list(int) replace-all-with-index-k with k=5,"([16, 5, 7, 1, 5],)","[5, 5, 5, 5, 5]",list(int) -> list(int) append-k with k=3,"([11, 4, 7, 9, 5, 2],)","[11, 4, 7, 9, 5, 2, 3]",list(int) -> list(int) Prepend '086' to first word,"('Georgina 72',)",086Georgina,list(char) -> list(char) replace-all-with-index-k with k=1,"([15, 7, 0, 9, 9, 7, 10],)","[15, 15, 15, 15, 15, 15, 15]",list(int) -> list(int) Append 2 strings (IIII),"('141', '636')",141636,list(char) -> list(char) -> list(char) Append '636',"('FreeHafer',)",FreeHafer636,list(char) -> list(char) keep gt 1,"([2, 1, 1, 3, 4],)","[2, 3, 4]",list(int) -> list(int) min,"([3, 1, 8, 15, 7],)",1,list(int) -> int Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) odds,"([14],)",[],list(int) -> list(int) keep gt 1,"([6, 5, 4, 5, 3],)","[6, 5, 4, 5, 3]",list(int) -> list(int) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) Append two words delimited by '(',"('204', 'Elias')",204(Elias,list(char) -> list(char) -> list(char) take-k with k=3,"([10, 7, 14],)","[10, 7, 14]",list(int) -> list(int) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) prepend-k with k=2,"([6, 6, 8, 3, 12],)","[2, 6, 6, 8, 3, 12]",list(int) -> list(int) Abbreviate separate words (I),"('Dermody', 'D')",D.D.,list(char) -> list(char) -> list(char) "nth (n=0) word delimited by ','","('R,Miah,Arbor',)",R,list(char) -> list(char) Append '636',"('Bess',)",Bess636,list(char) -> list(char) slice-k-n with k=3 and n=5,"([5, 0, 14, 1, 3, 6, 0, 6, 16, 3, 2, 14, 8, 7, 8, 16],)","[14, 1, 3, 6, 0]",list(int) -> list(int) parentheses around second word,"('856 +138 424 Montiel',)",(+138),list(char) -> list(char) drop first word delimited by ')',"('Mariel)+195',)",+195,list(char) -> list(char) mult-k with k=0,"([8],)",[0],list(int) -> list(int) ensure suffix `Ramthun`,"('Bogle Miah Honda250 Trinidad',)",Bogle Miah Honda250 TrinidadRamthun,list(char) -> list(char) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) repeat-k with k=4,"([7, 9, 11, 7],)","[7, 9, 11, 7, 7, 9, 11, 7, 7, 9, 11, 7, 7, 9, 11, 7]",list(int) -> list(int) product,"([7, 1, 6, 2],)",84,list(int) -> int Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Honda250 Melodi +9-Kotas',)",Honda250 (Melodi) +9-Kotas,list(char) -> list(char) take-k with k=3,"([2, 13, 16, 16, 1],)","[2, 13, 16]",list(int) -> list(int) slice-k-n with k=3 and n=3,"([16, 10, 5, 13, 10, 7, 5],)","[5, 13, 10]",list(int) -> list(int) append-k with k=5,"([13, 3],)","[13, 3, 5]",list(int) -> list(int) slice-k-n with k=3 and n=3,"([9, 6, 3, 12, 2, 3, 11, 6, 2, 7, 11, 2, 13, 8],)","[3, 12, 2]",list(int) -> list(int) remove gt 2,"([2, 1, 0, 5, 6],)","[2, 1, 0]",list(int) -> list(int) append-index-k with k=3,"([15, 13, 7, 2, 4, 10],)","[15, 13, 7, 2, 4, 10, 7]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=5,"([1, 2, 4, 1, 0],)","[2, 3, 0, 2, 1]",list(int) -> list(int) modulo-k with k=5,"([7],)",[2],list(int) -> list(int) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) nth (n=0) word delimited by ' ',"('Q +108 Desiree',)",Q,list(char) -> list(char) Prepend '+174',"('851',)",+174851,list(char) -> list(char) Append 'Cornell',"('IL',)",ILCornell,list(char) -> list(char) add-k with k=3,"([1, 9, 7, 8],)","[4, 12, 10, 11]",list(int) -> list(int) slice-k-n with k=2 and n=2,"([2, 14, 5, 16, 3, 7, 15, 3],)","[14, 5]",list(int) -> list(int) repeat-k with k=3,"([2],)","[2, 2, 2]",list(int) -> list(int) count-k with k=3,"([3, 3, 3, 3, 3, 6, 3],)",6,list(int) -> int "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) replace-all-with-index-k with k=2,"([5, 10, 7],)","[10, 10, 10]",list(int) -> list(int) nth (n=-1) word delimited by ' ',"('Edison 29 938 W',)",W,list(char) -> list(char) empty,"([12, 15],)",False,list(int) -> bool nth (n=1) word delimited by ')',"('R)+144',)",+144,list(char) -> list(char) Append two words delimited by '. ',"('Philadelphia', '433')",Philadelphia. 433,list(char) -> list(char) -> list(char) prepend-index-k with k=2,"([15, 14, 13],)","[14, 15, 14, 13]",list(int) -> list(int) rotate-k with k=2,"([2, 7, 8, 16, 10, 0, 10, 8, 9, 8, 1, 9, 3],)","[9, 3, 2, 7, 8, 16, 10, 0, 10, 8, 9, 8, 1]",list(int) -> list(int) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) slice-k-n with k=3 and n=2,"([1, 1, 6, 15, 11, 7, 1, 6, 8, 14],)","[6, 15]",list(int) -> list(int) bool-identify-is-mod-k with k=4,"([11, 12, 7],)","[False, True, False]",list(int) -> list(bool) ensure suffix `769`,"('Andria +140 Spell',)",Andria +140 Spell769,list(char) -> list(char) sum,"([2],)",2,list(int) -> int bool-identify-is-mod-k with k=3,"([2, 3, 16],)","[False, True, False]",list(int) -> list(bool) drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) pop,"([1, 1, 2, 1],)","[1, 1, 2]",list(int) -> list(int) ensure suffix `Ramthun`,"('Ghoston Bobo Scalia Chism',)",Ghoston Bobo Scalia ChismRamthun,list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) modulo-k with k=1,"([15, 9, 8, 8, 4, 3],)","[0, 0, 0, 0, 0, 0]",list(int) -> list(int) pow-k with k=3,"([7, 10, 9, 7, 8, 8],)","[343, 1000, 729, 343, 512, 512]",list(int) -> list(int) parentheses around a single word (I),"('+140',)",(+140),list(char) -> list(char) Drop last 4 characters,"('+167',)",,list(char) -> list(char) prepend-k with k=3,"([0, 2, 11, 9, 3],)","[3, 0, 2, 11, 9, 3]",list(int) -> list(int) take-k with k=5,"([7, 16, 10, 1, 4, 4, 3, 1, 1, 1],)","[7, 16, 10, 1, 4]",list(int) -> list(int) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) keep eq 1,"([6, 1, 6, 1, 3],)","[1, 1]",list(int) -> list(int) append-index-k with k=4,"([14, 7, 10, 3, 1, 4],)","[14, 7, 10, 3, 1, 4, 3]",list(int) -> list(int) remove gt 0,"([2, 6, 4, 2, 3],)",[],list(int) -> list(int) count-k with k=0,"([12],)",0,list(int) -> int bool-identify-is-mod-k with k=4,"([8, 14],)","[True, False]",list(int) -> list(bool) prepend-index-k with k=4,"([14, 10, 5, 16, 1, 1, 4, 13, 16, 15],)","[16, 14, 10, 5, 16, 1, 1, 4, 13, 16, 15]",list(int) -> list(int) prepend-index-k with k=4,"([1, 10, 1, 10, 5, 16],)","[10, 1, 10, 1, 10, 5, 16]",list(int) -> list(int) pow-k with k=4,"([5, 11, 4, 14, 13],)","[625, 14641, 256, 38416, 28561]",list(int) -> list(int) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Append two words delimited by ' -',"('Q', 'Phillip')",Q -Phillip,list(char) -> list(char) -> list(char) slice-k-n with k=3 and n=3,"([9, 5, 7, 11, 0, 7, 16],)","[7, 11, 0]",list(int) -> list(int) Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) has-k with k=3,"([],)",False,list(int) -> bool take-k with k=2,"([15, 0, 16, 1, 2, 5],)","[15, 0]",list(int) -> list(int) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) Abbreviate words separated by '(',"('+180(P',)",+.P.,list(char) -> list(char) nth (n=1) word delimited by '.',"('Karrie.Covelli.882.+129',)",Covelli,list(char) -> list(char) remove empty lists,"([[True, True, False], [True, False, False], [True, True, True], []],)","[[True, True, False], [True, False, False], [True, True, True]]",list(list(bool)) -> list(list(bool)) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) slice-k-n with k=2 and n=3,"([5, 11, 2, 6, 5, 15, 7, 0, 10, 16],)","[11, 2, 6]",list(int) -> list(int) index-k with k=1,"([6, 1, 4, 12, 12, 0],)",6,list(int) -> int remove eq 3,"([0, 5, 3, 0, 6],)","[0, 5, 0, 6]",list(int) -> list(int) has-k with k=1,"([1, 1, 1, 1],)",True,list(int) -> bool last,"([8],)",8,list(int) -> int count-k with k=3,"([3, 3, 3, 3, 3, 6, 3],)",6,list(int) -> int repeat,"([7, 6],)","[6, 6, 6, 6, 6, 6, 6]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=3,"([2],)",[1],list(int) -> list(int) sort,"([7, 2, 10, 13],)","[2, 7, 10, 13]",list(int) -> list(int) kth-largest with k=4,"([7, 14, 14, 11, 8, 14, 3, 8, 6, 1],)",11,list(int) -> int drop-k with k=2,"([15, 11, 4, 15, 14, 16, 2],)","[4, 15, 14, 16, 2]",list(int) -> list(int) replace-all-with-index-k with k=4,"([10, 15, 6, 9, 2],)","[9, 9, 9, 9, 9]",list(int) -> list(int) Drop last 2 characters,"('MI',)",,list(char) -> list(char) append-index-k with k=1,"([0, 1, 7],)","[0, 1, 7, 0]",list(int) -> list(int) Take first character and append '-',"('Chong',)",C-,list(char) -> list(char) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) keep primes,"([11, 2, 4, 5, 5, 7, 8],)","[11, 2, 5, 5, 7]",list(int) -> list(int) slice-k-n with k=1 and n=2,"([11, 3, 6, 11, 12, 6],)","[11, 3]",list(int) -> list(int) slice-k-n with k=1 and n=1,"([9, 2, 11, 7],)",[9],list(int) -> list(int) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 0, 0, 2, 0, 1],)","[2, 1, 1, 0, 1, 2]",list(int) -> list(int) sum,"([8, 5],)",13,list(int) -> int is-mod-k with k=4,"([],)",True,list(int) -> bool prepend-index-k with k=3,"([3, 15, 13, 1, 8, 13, 9, 6],)","[13, 3, 15, 13, 1, 8, 13, 9, 6]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) keep gt 3,"([3, 2, 6, 0, 5],)","[6, 5]",list(int) -> list(int) index-k with k=4,"([12, 9, 0, 0, 5],)",0,list(int) -> int ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) bool-identify-geq-k with k=0,"([5, 2, 5, 8, 2, 2],)","[True, True, True, True, True, True]",list(int) -> list(bool) Append two words delimited by ' ',"('+155', 'Bobo')",+155 Bobo,list(char) -> list(char) -> list(char) Append two words delimited by ')',"('Vena', 'Eccleston')",Vena)Eccleston,list(char) -> list(char) -> list(char) keep gt 2,"([5, 2, 4, 1, 3],)","[5, 4, 3]",list(int) -> list(int) append-index-k with k=1,"([1, 4, 8, 4, 0, 16, 13],)","[1, 4, 8, 4, 0, 16, 13, 1]",list(int) -> list(int) Take first character and append '.',"('+46',)",+.,list(char) -> list(char) remove eq 2,"([5, 0, 6, 6, 5],)","[5, 0, 6, 6, 5]",list(int) -> list(int) replace-all-with-index-k with k=1,"([14, 10],)","[14, 14]",list(int) -> list(int) has-k with k=5,"([11, 0, 5, 5, 5, 5, 5],)",True,list(int) -> bool modulo-k with k=5,"([0, 10],)","[0, 0]",list(int) -> list(int) drop first word delimited by '(',"('+9(Urbana',)",Urbana,list(char) -> list(char) "Take first character and append ','","('56',)","5,",list(char) -> list(char) bool-identify-is-mod-k with k=5,"([5],)",[True],list(int) -> list(bool) caesar-cipher-k-modulo-n with k=2 and n=4,"([0],)",[2],list(int) -> list(int) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '-',"('+155-Covelli-Constable-405',)",Covelli,list(char) -> list(char) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) "nth (n=1) word delimited by ','","('Arbor,Scalia,Seamons,847',)",Scalia,list(char) -> list(char) "Extract word delimited by ')' - ','","('Cambridge)Storrs,449)10',)",Storrs,list(char) -> list(char) keep squares,"([9, 4, 9, 0, 5, 1, 6],)","[9, 4, 9, 0, 1]",list(int) -> list(int) prepend-k with k=0,"([12, 0, 1, 9, 4],)","[0, 12, 0, 1, 9, 4]",list(int) -> list(int) nth (n=-1) word delimited by ')',"('539)027)42',)",42,list(char) -> list(char) Append two words delimited by '.-',"('Philadelphia', '6')",Philadelphia.-6,list(char) -> list(char) -> list(char) take-k with k=2,"([7, 4, 4, 16],)","[7, 4]",list(int) -> list(int) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) nth (n=0) word delimited by '.',"('Maryann.705.Barbara',)",Maryann,list(char) -> list(char) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) last,"([4, 6, 12],)",12,list(int) -> int drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) slice-k-n with k=3 and n=3,"([7, 13, 9, 7, 8, 15, 9, 15, 7, 4, 9],)","[9, 7, 8]",list(int) -> list(int) "Append two words delimited by ','","('UIUC', '608')","UIUC,608",list(char) -> list(char) -> list(char) Append 2 strings (IIIIII),"('+199', '919')",+199919,list(char) -> list(char) -> list(char) Prepend 'Hornak',"('Mackenzie',)",HornakMackenzie,list(char) -> list(char) keep gt 0,"([5, 6, 4, 2, 5],)","[5, 6, 4, 2, 5]",list(int) -> list(int) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) Replace '.' w/ ')',"('Beata.21.119',)",Beata)21)119,list(char) -> list(char) Take first character and append ')',"('DPhiladelphia',)",D),list(char) -> list(char) parentheses around word delimited by '-' & '.',"('Lain-Edison.C-Temple',)",Lain-(Edison).C-Temple,list(char) -> list(char) rotate-k with k=4,"([3, 5, 11, 7, 11, 10, 3, 14, 0],)","[10, 3, 14, 0, 3, 5, 11, 7, 11]",list(int) -> list(int) drop first word delimited by '.',"('Angeles.+115.+140',)",+115.+140,list(char) -> list(char) Replace '(' w/ ')',"('Hornak(Q(Mackenzie',)",Hornak)Q)Mackenzie,list(char) -> list(char) append-index-k with k=1,"([10],)","[10, 10]",list(int) -> list(int) "drop first word delimited by ','","('Rice,Partida,894,40',)","Partida,894,40",list(char) -> list(char) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) pow-k with k=4,"([9],)",[6561],list(int) -> list(int) append-k with k=0,"([15, 16],)","[15, 16, 0]",list(int) -> list(int) "Append two words delimited by ','","('2', 'Garrard')","2,Garrard",list(char) -> list(char) -> list(char) pop,"([6, 8, 1, 3, 0],)","[6, 8, 1, 3]",list(int) -> list(int) modulo-k with k=5,"([],)",[],list(int) -> list(int) nth (n=0) word delimited by ')',"('Lara)+176',)",Lara,list(char) -> list(char) remove gt 1,"([0, 6, 0, 4, 2],)","[0, 0]",list(int) -> list(int) nth (n=-1) word delimited by ' ',"('Park +183 186',)",186,list(char) -> list(char) pow-k with k=5,"([12, 11, 8, 8],)","[248832, 161051, 32768, 32768]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=5,"([1, 1],)","[4, 4]",list(int) -> list(int) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',551 Cencici 68',)",",(551) Cencici 68",list(char) -> list(char) sort-and-deduplicate,"([2, 7, 8],)","[2, 7, 8]",list(int) -> list(int) is-mod-k with k=3,"([12],)",True,list(int) -> bool is-mod-k with k=5,"([4],)",False,list(int) -> bool bool-identify-geq-k with k=4,"([7],)",[True],list(int) -> list(bool) Abbreviate separate words (IIIIII),"('O', 'Dr')",O.D.,list(char) -> list(char) -> list(char) keep eq 3,"([1, 5, 1, 4, 6],)",[],list(int) -> list(int) keep eq 1,"([4, 3, 3, 2, 6],)",[],list(int) -> list(int) slice-k-n with k=3 and n=2,"([7, 9, 3, 7, 11, 11],)","[3, 7]",list(int) -> list(int) Drop last 3 characters,"('Hage',)",H,list(char) -> list(char) take-k with k=2,"([7, 10, 3, 0, 7, 7],)","[7, 10]",list(int) -> list(int) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) slice-k-n with k=5 and n=4,"([5, 12, 3, 12, 15, 2, 6, 6, 15, 11, 16, 2],)","[15, 2, 6, 6]",list(int) -> list(int) mult-k with k=3,"([7, 10, 8, 8],)","[21, 30, 24, 24]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=5 and n=4,"([0, 3, 1, 1, 0],)","[1, 0, 2, 2, 1]",list(int) -> list(int) keep eq 0,"([6, 5, 5, 6, 3],)",[],list(int) -> list(int) prepend-index-k with k=5,"([9, 14, 2, 7, 6, 8, 8],)","[6, 9, 14, 2, 7, 6, 8, 8]",list(int) -> list(int) slice-k-n with k=3 and n=2,"([11, 0, 13, 11, 9, 7, 7, 10, 9, 2],)","[13, 11]",list(int) -> list(int) repeat-many,"([1, 1, 2, 3],)","[1, 2, 3]",list(int) -> list(int) bool-identify-k with k=2,"([2, 2, 2, 2, 2, 2, 2],)","[True, True, True, True, True, True, True]",list(int) -> list(bool) append-k with k=1,"([5, 11, 5, 15, 11, 1, 3],)","[5, 11, 5, 15, 11, 1, 3, 1]",list(int) -> list(int) drop-k with k=4,"([1, 13, 0, 6, 13],)",[13],list(int) -> list(int) product,"([3, 1, 5, 9, 13],)",1755,list(int) -> int prepend-k with k=5,"([14, 1, 4, 13, 1, 11, 12],)","[5, 14, 1, 4, 13, 1, 11, 12]",list(int) -> list(int) index-head,"([3, 6, 13, 4, 6],)",4,list(int) -> int add-k with k=4,"([9, 3, 7, 14],)","[13, 7, 11, 18]",list(int) -> list(int) Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) Append 2 strings (III),"('Tobias', '58')",Tobias58,list(char) -> list(char) -> list(char) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) parentheses around a single word (IIIII),"('York',)",(York),list(char) -> list(char) odds,"([6, 10, 15, 8, 14, 3],)","[15, 3]",list(int) -> list(int) remove-mod-k with k=2,"([1, 15, 5],)","[1, 15, 5]",list(int) -> list(int) First letters of words (IIIIII),"('21 B',)",2B,list(char) -> list(char) pow-k with k=4,"([12, 15],)","[20736, 50625]",list(int) -> list(int) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) kth-largest with k=4,"([0, 13, 4, 2],)",0,list(int) -> int Prepend 'Ghoston' to first word,"('720 588',)",Ghoston720,list(char) -> list(char) slice-k-n with k=5 and n=2,"([7, 15, 9, 9, 2, 2, 3, 8, 14, 6, 5, 6],)","[2, 2]",list(int) -> list(int) bool-identify-k with k=2,"([14, 0, 2, 6],)","[False, False, True, False]",list(int) -> list(bool) kth-largest with k=3,"([1, 5, 8, 16, 15, 10, 14, 11],)",14,list(int) -> int keep squares,"([1, 4, 8, 9, 1, 6, 16],)","[1, 4, 9, 1, 16]",list(int) -> list(int) ensure suffix `Columbia`,"('Cambridge MD 875 Ducati125',)",Cambridge MD 875 Ducati125Columbia,list(char) -> list(char) Drop last 4 characters,"('Santa',)",S,list(char) -> list(char) slice-k-n with k=4 and n=5,"([1, 15, 7, 1, 16, 16, 6, 8, 9, 15, 14, 1, 12],)","[1, 16, 16, 6, 8]",list(int) -> list(int) Replace ' ' w/ '(',"('+9 Rowden Reily',)",+9(Rowden(Reily,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) ensure suffix `Andria`,"('Hornak 575 MA JacquilineAndria',)",Hornak 575 MA JacquilineAndria,list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) First letters of words (I),"('+118 Chism 428 Acura100',)",+C4A,list(char) -> list(char) ensure suffix `Andria`,"('+13 20 +7',)",+13 20 +7Andria,list(char) -> list(char) bool-identify-k with k=4,"([13, 4, 0, 1, 4],)","[False, True, False, False, True]",list(int) -> list(bool) Take first 4 characters,"('Ducati250',)",Duca,list(char) -> list(char) Append 'Cornell',"('101',)",101Cornell,list(char) -> list(char) Append two words delimited by ' ',"('2', '+151')",2 +151,list(char) -> list(char) -> list(char) "Replace '-' w/ ','","('2-FreeHafer-+188',)","2,FreeHafer,+188",list(char) -> list(char) Prepend 'Jani',"('Andria',)",JaniAndria,list(char) -> list(char) replace-all-with-index-k with k=3,"([8, 5, 9, 6, 6, 10],)","[9, 9, 9, 9, 9, 9]",list(int) -> list(int) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) remove eq 3,"([1, 5, 5, 5, 3],)","[1, 5, 5, 5]",list(int) -> list(int) remove-index-k with k=4,"([4, 0, 6, 0],)","[4, 0, 6]",list(int) -> list(int) Extract word delimited by '(' - '(',"('Montiel(Temple(Heintz(Teddy',)",Temple,list(char) -> list(char) repeat,"([1, 2],)",[2],list(int) -> list(int) Prepend 'Carlene' to first word,"('Gertude +198',)",CarleneGertude,list(char) -> list(char) Append two words delimited by '-',"('119', 'Harvard')",119-Harvard,list(char) -> list(char) -> list(char) "Append two words delimited by ','","('Pennsylvania', '+198')","Pennsylvania,+198",list(char) -> list(char) -> list(char) First letters of words (I),"('81 Heintz Pannell',)",8HP,list(char) -> list(char) mult-k with k=0,"([5, 10, 15],)","[0, 0, 0]",list(int) -> list(int) keep-mod-k with k=2,"([],)",[],list(int) -> list(int) Abbreviate separate words (I),"('62', 'Ramthun')",6.R.,list(char) -> list(char) -> list(char) rotate-k with k=4,"([12, 6, 15, 12, 9, 14, 7, 9, 7, 7, 8, 1],)","[7, 7, 8, 1, 12, 6, 15, 12, 9, 14, 7, 9]",list(int) -> list(int) nth (n=0) word delimited by '(',"('Lango(Desiree',)",Lango,list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) has-k with k=1,"([14, 8, 1, 1, 1, 1],)",True,list(int) -> bool Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) repeat-k with k=5,"([11, 13, 11, 3, 1],)","[11, 13, 11, 3, 1, 11, 13, 11, 3, 1, 11, 13, 11, 3, 1, 11, 13, 11, 3, 1, 11, 13, 11, 3, 1]",list(int) -> list(int) index-head,"([4, 2, 6, 10, 8, 12],)",8,list(int) -> int Append two words delimited by '.',"('+2', 'Jacquiline')",+2.Jacquiline,list(char) -> list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) rotate-k with k=2,"([2, 12, 6, 9],)","[6, 9, 2, 12]",list(int) -> list(int) pow-k with k=2,"([15],)",[225],list(int) -> list(int) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) kth-smallest with k=2,"([0, 9, 6, 7, 15],)",6,list(int) -> int slice-k-n with k=4 and n=2,"([12, 3, 6, 9, 13, 11, 0, 10, 5, 15, 4, 6, 6],)","[9, 13]",list(int) -> list(int) "Abbreviate words separated by ','","('R,+108',)",R.+.,list(char) -> list(char) bool-identify-k with k=4,"([4, 4, 4, 4, 4],)","[True, True, True, True, True]",list(int) -> list(bool) keep gt 2,"([3, 3, 0, 2, 1],)","[3, 3]",list(int) -> list(int) bool-identify-k with k=0,"([0, 0, 0],)","[True, True, True]",list(int) -> list(bool) Append 'Beata',"('092',)",092Beata,list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) take-k with k=2,"([3, 5, 1, 15, 2, 14, 14, 1, 11],)","[3, 5]",list(int) -> list(int) Replace '-' w/ ' ',"('Jacqualine-62',)",Jacqualine 62,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) kth-largest with k=4,"([0, 3, 6, 10, 4, 3, 1],)",3,list(int) -> int count-k with k=3,"([12],)",0,list(int) -> int caesar-cipher-k-modulo-n with k=1 and n=4,"([1, 2, 1, 3, 1],)","[2, 3, 2, 0, 2]",list(int) -> list(int) remove gt 0,"([6, 5, 3, 5, 4],)",[],list(int) -> list(int) Prepend '170' to first word,"('Malissa W',)",170Malissa,list(char) -> list(char) Extract word delimited by '-' - ')',"('NY-Philadelphia)Ferrari-PA',)",Philadelphia,list(char) -> list(char) count-k with k=2,"([2, 2],)",2,list(int) -> int Append two words delimited by '..',"('Vena', '50')",Vena..50,list(char) -> list(char) -> list(char) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) remove-mod-k with k=3,"([13, 9, 6, 15, 14, 11, 13],)","[13, 14, 11, 13]",list(int) -> list(int) remove-index-k with k=2,"([6, 8],)",[6],list(int) -> list(int) drop first word delimited by '(',"('Ducati(969(+144(Olague',)",969(+144(Olague,list(char) -> list(char) mult-k with k=3,"([1, 2, 7, 5, 4, 0, 13],)","[3, 6, 21, 15, 12, 0, 39]",list(int) -> list(int) remove-mod-k with k=2,"([6, 0],)",[],list(int) -> list(int) "Extract word delimited by ')' - ','","('+104)+58,Ramthun,Bobo',)",+58,list(char) -> list(char) prepend-k with k=4,"([1, 14, 7, 14, 10],)","[4, 1, 14, 7, 14, 10]",list(int) -> list(int) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) Extract word delimited by ')' - '-',"('+60)Lain-Ducati100-Bradford',)",Lain,list(char) -> list(char) replace-all-with-index-k with k=4,"([9, 11, 5, 6, 10, 0, 15, 6],)","[6, 6, 6, 6, 6, 6, 6, 6]",list(int) -> list(int) pow-k with k=3,"([],)",[],list(int) -> list(int) slice-k-n with k=4 and n=1,"([4, 8, 10, 12, 12, 3, 13, 4, 7, 10, 10],)",[12],list(int) -> list(int) parentheses around a single word (III),"('Lain',)",(Lain),list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) slice-k-n with k=3 and n=2,"([10, 13, 7, 13, 2, 8],)","[7, 13]",list(int) -> list(int) Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) Abbreviate separate words (II),"('Gertude', 'Dermody')",G.D.,list(char) -> list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([2, 0],)","[1, 2]",list(int) -> list(int) Abbreviate separate words (IIIII),"('Ducati125', '46')",D.4.,list(char) -> list(char) -> list(char) Prepend 'Spell',"('358',)",Spell358,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('CA Vena 23 Hopkins',)",Hopkins,list(char) -> list(char) sum,"([15],)",15,list(int) -> int sort,"([],)",[],list(int) -> list(int) nth (n=1) word delimited by ')',"('Mariel)Carlene)Ducati100)Jeff',)",Carlene,list(char) -> list(char) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) pow-k with k=4,"([],)",[],list(int) -> list(int) remove-index-k with k=3,"([7, 1, 2, 14, 10],)","[7, 1, 14, 10]",list(int) -> list(int) "Replace ',' w/ '('","('Nancy,334,611,+172',)",Nancy(334(611(+172,list(char) -> list(char) ensure suffix `Columbia`,"('647 Seamons 40 Teddy',)",647 Seamons 40 TeddyColumbia,list(char) -> list(char) pow-k with k=2,"([2, 7],)","[4, 49]",list(int) -> list(int) ensure suffix `568`,"('+23 10 IL 844',)",+23 10 IL 844568,list(char) -> list(char) Replace ' ' w/ '(',"('Honda250 Casler Edison',)",Honda250(Casler(Edison,list(char) -> list(char) slice-k-n with k=1 and n=2,"([13, 13, 8, 0, 5, 14, 0, 2],)","[13, 13]",list(int) -> list(int) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) First letters of words (II),"('Celsa Latimore',)",CL,list(char) -> list(char) remove eq 1,"([5, 6, 6, 6, 0],)","[5, 6, 6, 6, 0]",list(int) -> list(int) nth (n=1) word delimited by '.',"('H.+7.Cortes.+169',)",+7,list(char) -> list(char) kth-smallest with k=1,"([13],)",13,list(int) -> int rotate-k with k=4,"([10, 8, 6, 7, 15, 2, 9, 16, 16, 4, 0, 3, 4, 9, 2],)","[3, 4, 9, 2, 10, 8, 6, 7, 15, 2, 9, 16, 16, 4, 0]",list(int) -> list(int) slice-k-n with k=2 and n=5,"([11, 10, 12, 11, 11, 0, 5, 1, 8, 0],)","[10, 12, 11, 11, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=4,"([],)",[],list(int) -> list(int) modulo-k with k=5,"([7, 4, 0, 1, 11],)","[2, 4, 0, 1, 1]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=4,"([],)",[],list(int) -> list(int) add-k with k=1,"([9, 1, 13, 10, 13],)","[10, 2, 14, 11, 14]",list(int) -> list(int) slice-k-n with k=4 and n=3,"([12, 12, 13, 16, 8, 14, 6, 13],)","[16, 8, 14]",list(int) -> list(int) Append 2 strings (III),"('25', '176')",25176,list(char) -> list(char) -> list(char) slice-k-n with k=4 and n=1,"([9, 16, 10, 5, 14, 0, 1, 4],)",[5],list(int) -> list(int) prepend-k with k=4,"([7, 11, 8, 13],)","[4, 7, 11, 8, 13]",list(int) -> list(int) Append two words delimited by ' ',"('Acura', 'Vena')",Acura Vena,list(char) -> list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) Prepend 'Carlene' to first word,"('43 927',)",Carlene43,list(char) -> list(char) modulo-k with k=4,"([16, 12],)","[0, 0]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=1 and n=3,"([1, 1, 0, 0, 1, 0, 0],)","[2, 2, 1, 1, 2, 1, 1]",list(int) -> list(int) max,"([16, 10, 4, 9, 3],)",16,list(int) -> int count-k with k=5,"([],)",0,list(int) -> int slice-k-n with k=4 and n=3,"([1, 8, 7, 8, 4, 3, 6, 1, 10, 8, 5, 0, 4, 12, 15],)","[8, 4, 3]",list(int) -> list(int) index-head,"([1, 1],)",1,list(int) -> int "nth (n=-1) word delimited by ','","('144,Honda550,Hopkins',)",Hopkins,list(char) -> list(char) remove empty lists,"([[True, True, False], [True, False, False], [True, True, True], []],)","[[True, True, False], [True, False, False], [True, True, True]]",list(list(bool)) -> list(list(bool)) slice-k-n with k=4 and n=3,"([13, 5, 14, 11, 1, 3, 12, 7, 14, 10, 15, 10, 2],)","[11, 1, 3]",list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=2,"([],)",[],list(int) -> list(int) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) is-primes,"([71, 13],)",True,list(int) -> bool parentheses around second word,"('California 86',)",(86),list(char) -> list(char) remove empty lists,"([[], [True, False, True], [True], [False, False, False]],)","[[True, False, True], [True], [False, False, False]]",list(list(bool)) -> list(list(bool)) First letters of words (IIIII),"('751 Drexel L J',)",7DLJ,list(char) -> list(char) replace-all-with-index-k with k=3,"([2, 2, 16, 14, 9, 11, 11],)","[16, 16, 16, 16, 16, 16, 16]",list(int) -> list(int) slice-k-n with k=5 and n=1,"([8, 3, 7, 9, 3, 8, 10, 9],)",[3],list(int) -> list(int) ensure suffix `Ramthun`,"('107 CollegeRamthun',)",107 CollegeRamthun,list(char) -> list(char) count-k with k=3,"([10, 0, 15, 9, 13],)",0,list(int) -> int caesar-cipher-k-modulo-n with k=5 and n=3,"([2],)",[1],list(int) -> list(int) "Append two words delimited by ','","('Acura100', '705')","Acura100,705",list(char) -> list(char) -> list(char) bool-identify-geq-k with k=2,"([14, 2, 10, 5, 6],)","[True, True, True, True, True]",list(int) -> list(bool) Take first character and append '(',"('Pennsylvania',)",P(,list(char) -> list(char) Prepend 'Sergienko',"('F',)",SergienkoF,list(char) -> list(char) index-k with k=2,"([15, 3, 9, 14, 0, 2, 5],)",3,list(int) -> int prepend-k with k=5,"([16],)","[5, 16]",list(int) -> list(int) is-evens,"([24, 10, 30, 4, 14],)",True,list(int) -> bool caesar-cipher-k-modulo-n with k=3 and n=4,"([3, 0, 3, 3, 3],)","[2, 3, 2, 2, 2]",list(int) -> list(int) nth (n=-1) word delimited by '-',"('21-of',)",of,list(char) -> list(char) is-mod-k with k=5,"([15, 16, 9, 6],)",False,list(int) -> bool min,"([7, 9, 7, 7, 8, 1],)",1,list(int) -> int Drop last 1 characters,"('Latimore',)",Latimor,list(char) -> list(char) Append two words delimited by '. ',"('Haven', '575')",Haven. 575,list(char) -> list(char) -> list(char) nth (n=1) word delimited by ' ',"('University Sergienko',)",Sergienko,list(char) -> list(char) replace-all-with-index-k with k=3,"([5, 15, 7, 9, 9, 5, 10, 5],)","[7, 7, 7, 7, 7, 7, 7, 7]",list(int) -> list(int) Take first character and append '-',"('+158',)",+-,list(char) -> list(char) append-k with k=3,"([1],)","[1, 3]",list(int) -> list(int) Prepend 'UCLA',"('Ferrari',)",UCLAFerrari,list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) First letters of words (IIII),"('Ducati250 Lashanda N Barbara',)",DLNB,list(char) -> list(char) add-k with k=4,"([3, 2, 8, 8, 7, 0, 9],)","[7, 6, 12, 12, 11, 4, 13]",list(int) -> list(int) repeat-k with k=4,"([6, 5],)","[6, 5, 6, 5, 6, 5, 6, 5]",list(int) -> list(int) nth (n=0) word delimited by '(',"('C(98',)",C,list(char) -> list(char) "Replace ',' w/ '.'","('Reily,Madelaine',)",Reily.Madelaine,list(char) -> list(char) is-mod-k with k=2,"([22, 10, 14, 12, 16],)",True,list(int) -> bool slice-k-n with k=3 and n=1,"([12, 5, 11, 0, 2, 6, 2, 10, 16],)",[11],list(int) -> list(int) nth (n=1) word delimited by '(',"('W(517(+199',)",517,list(char) -> list(char) "parentheses around word delimited by '.' & ','","('.DPhiladelphia,+132 G',)",".(DPhiladelphia),+132 G",list(char) -> list(char) parentheses around a single word (IIIII),"('Acura',)",(Acura),list(char) -> list(char) has-k with k=3,"([3, 15],)",True,list(int) -> bool "Extract word delimited by ',' - ','","('Barbara,+86,95,Urbana',)",+86,list(char) -> list(char) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) is-mod-k with k=1,"([6, 11, 0, 11, 7, 9],)",True,list(int) -> bool Replace '(' w/ ' ',"('Nancy(Houston',)",Nancy Houston,list(char) -> list(char) mult-k with k=4,"([4, 14],)","[16, 56]",list(int) -> list(int) "Take first character and append ','","('Ramthun',)","R,",list(char) -> list(char) kth-largest with k=5,"([7, 2, 7, 14, 6, 0, 2, 14, 2, 16, 16],)",7,list(int) -> int Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) count-k with k=1,"([6, 1, 1, 1],)",3,list(int) -> int remove-mod-k with k=4,"([0, 12],)",[],list(int) -> list(int) len,"([],)",0,list(int) -> int Append two words delimited by ')',"('42', '959')",42)959,list(char) -> list(char) -> list(char) Append 'Angeles',"('Spell',)",SpellAngeles,list(char) -> list(char) Prepend 'Jani',"('25',)",Jani25,list(char) -> list(char) Prepend '+167' to first word,"('172 Hayley',)",+167172,list(char) -> list(char) has-k with k=0,"([4, 9, 6, 11],)",False,list(int) -> bool First letters of words (III),"('000 Dermody +196',)",0D+,list(char) -> list(char) count-k with k=3,"([5, 16, 12],)",0,list(int) -> int Abbreviate separate words (II),"('York', 'Madelaine')",Y.M.,list(char) -> list(char) -> list(char) Take first 2 characters,"('334',)",33,list(char) -> list(char) First letters of words (IIIII),"('46 439',)",44,list(char) -> list(char) index-k with k=1,"([13, 14, 7, 10, 9, 7],)",13,list(int) -> int is-mod-k with k=1,"([2, 13, 3],)",True,list(int) -> bool Drop last 4 characters,"('Andria',)",An,list(char) -> list(char) keep-mod-head,"([8, 24, 32],)","[24, 32]",list(int) -> list(int) slice-k-n with k=4 and n=5,"([1, 12, 7, 12, 0, 14, 12, 14, 5, 12, 15, 12, 1, 12, 6],)","[12, 0, 14, 12, 14]",list(int) -> list(int) count-k with k=5,"([11, 12, 7],)",0,list(int) -> int slice-k-n with k=2 and n=1,"([16, 1, 14, 11, 16, 4],)",[1],list(int) -> list(int) Abbreviate words separated by '-',"('Cruz-150',)",C.1.,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([],)",[],list(int) -> list(int) Replace '(' w/ '.',"('155(Edison(CA(29',)",155.Edison.CA.29,list(char) -> list(char) bool-identify-k with k=1,"([1, 1, 1, 4, 1, 1],)","[True, True, True, False, True, True]",list(int) -> list(bool) Prepend 'Jani',"('Honda550',)",JaniHonda550,list(char) -> list(char) kth-smallest with k=5,"([1, 3, 13, 12, 5, 8, 13, 0, 13, 3],)",5,list(int) -> int "Replace ',' w/ '('","('+132,Tobias',)",+132(Tobias,list(char) -> list(char) parentheses around word delimited by ' ' & ' ',"('Spagnoli Marquess Gertude',)",Spagnoli (Marquess) Gertude,list(char) -> list(char) kth-smallest with k=1,"([13, 0, 3, 2, 9, 14],)",0,list(int) -> int prepend-index-k with k=2,"([10, 7, 8, 16, 16, 14, 8, 6, 2],)","[7, 10, 7, 8, 16, 16, 14, 8, 6, 2]",list(int) -> list(int) Append 'Dermody',"('+5',)",+5Dermody,list(char) -> list(char) keep primes,"([19, 11, 17, 23, 8, 4, 0],)","[19, 11, 17, 23]",list(int) -> list(int) rotate-k with k=3,"([13, 12, 0, 3, 11, 2, 9, 13, 0, 10, 2, 5, 7, 6, 4, 13, 1],)","[4, 13, 1, 13, 12, 0, 3, 11, 2, 9, 13, 0, 10, 2, 5, 7, 6]",list(int) -> list(int) Prepend '177' to first word,"('Jacqualine +180',)",177Jacqualine,list(char) -> list(char) has-k with k=1,"([6, 0, 3, 16],)",False,list(int) -> bool drop first word delimited by ' ',"('Bess Berkeley',)",Berkeley,list(char) -> list(char) Append 'Beata',"('Eccleston',)",EcclestonBeata,list(char) -> list(char) nth (n=0) word delimited by ')',"('+105)046)Casler',)",+105,list(char) -> list(char) nth (n=-1) word delimited by '.',"('N.Annalisa.Houston',)",Houston,list(char) -> list(char) tail,"([13, 2, 2, 13, 4, 3],)","[2, 2, 13, 4, 3]",list(int) -> list(int) keep gt 2,"([1, 1, 2, 2, 0],)",[],list(int) -> list(int) Abbreviate words separated by '-',"('Mackenzie-K',)",M.K.,list(char) -> list(char) remove-index-k with k=4,"([15, 1, 4, 12],)","[15, 1, 4]",list(int) -> list(int) Prepend '086' to first word,"('18 Miah',)",08618,list(char) -> list(char) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) modulo-k with k=1,"([1, 4, 12],)","[0, 0, 0]",list(int) -> list(int) nth (n=-1) word delimited by '(',"('684(Ghoston',)",Ghoston,list(char) -> list(char) prepend-k with k=2,"([13],)","[2, 13]",list(int) -> list(int) slice-k-n with k=5 and n=3,"([10, 16, 5, 12, 15, 15, 10, 9, 1, 4, 7, 12, 2, 15, 12, 14],)","[15, 15, 10]",list(int) -> list(int) repeat-k with k=5,"([6, 15, 12, 9],)","[6, 15, 12, 9, 6, 15, 12, 9, 6, 15, 12, 9, 6, 15, 12, 9, 6, 15, 12, 9]",list(int) -> list(int) ensure suffix `Columbia`,"('158 Quashie Hage',)",158 Quashie HageColumbia,list(char) -> list(char) slice-k-n with k=2 and n=2,"([0, 9, 16, 10, 16],)","[9, 16]",list(int) -> list(int) slice-k-n with k=1 and n=5,"([7, 11, 5, 14, 15, 11, 12, 9, 7, 5],)","[7, 11, 5, 14, 15]",list(int) -> list(int) is-mod-k with k=4,"([40, 32, 16, 28],)",True,list(int) -> bool Prepend 'Ghoston' to first word,"('125 +118',)",Ghoston125,list(char) -> list(char) First letters of words (II),"('6 Kimberley 095',)",6K0,list(char) -> list(char) has-k with k=4,"([],)",False,list(int) -> bool Take first character and append '(',"('Melodi',)",M(,list(char) -> list(char) Append 'Dermody',"('29',)",29Dermody,list(char) -> list(char) "parentheses around word delimited by ',' & ' '","('Dr,+104 45',)","Dr,(+104) 45",list(char) -> list(char) take-k with k=1,"([14, 12, 5, 12, 2, 10],)",[14],list(int) -> list(int) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) slice-k-n with k=5 and n=4,"([12, 4, 7, 1, 8, 1, 2, 3, 7, 5],)","[8, 1, 2, 3]",list(int) -> list(int) Prepend 'Sergienko',"('Stefany',)",SergienkoStefany,list(char) -> list(char) remove-index-k with k=2,"([14, 5, 3],)","[14, 3]",list(int) -> list(int) ensure suffix `Columbia`,"('Ferrari250 +58 AndrewColumbia',)",Ferrari250 +58 AndrewColumbia,list(char) -> list(char) prepend-index-k with k=3,"([6, 8, 5, 6, 10, 3],)","[5, 6, 8, 5, 6, 10, 3]",list(int) -> list(int) Append 2 strings (III),"('Cambridge', 'Honda550')",CambridgeHonda550,list(char) -> list(char) -> list(char) repeat-k with k=5,"([15, 7, 7],)","[15, 7, 7, 15, 7, 7, 15, 7, 7, 15, 7, 7, 15, 7, 7]",list(int) -> list(int) is-mod-k with k=5,"([15, 4, 7, 9],)",False,list(int) -> bool take-k with k=4,"([3, 9, 9, 10, 3, 3],)","[3, 9, 9, 10]",list(int) -> list(int) remove gt 2,"([0, 2, 3, 2, 2],)","[0, 2, 2, 2]",list(int) -> list(int) modulo-k with k=1,"([],)",[],list(int) -> list(int) "nth (n=-1) word delimited by ','","('50,+9',)",+9,list(char) -> list(char) keep squares,"([3, 4, 9, 25, 1, 0, 4],)","[4, 9, 25, 1, 0, 4]",list(int) -> list(int) Append 'Angeles',"('+199',)",+199Angeles,list(char) -> list(char) evens,"([1],)",[],list(int) -> list(int) Append '636',"('Bess',)",Bess636,list(char) -> list(char) +1 maximum list,"([1, 8, 4, 4],)",9,list(int) -> int First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) parentheses around a single word (IIII),"('Harvard',)",(Harvard),list(char) -> list(char) Take first character and append ' ',"('Brescia',)",B ,list(char) -> list(char) Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) parentheses around a single word (IIIII),"('Halpern',)",(Halpern),list(char) -> list(char) caesar-cipher-k-modulo-n with k=5 and n=3,"([1, 2, 0],)","[0, 1, 2]",list(int) -> list(int) mult-k with k=4,"([1, 6, 12, 1, 7],)","[4, 24, 48, 4, 28]",list(int) -> list(int) keep eq 0,"([1, 3, 2, 3, 1],)",[],list(int) -> list(int) repeat,"([3, 7],)","[7, 7, 7]",list(int) -> list(int) slice-k-n with k=5 and n=1,"([13, 16, 6, 11, 11, 16, 8, 1, 1, 1, 15, 11],)",[11],list(int) -> list(int) remove-index-k with k=3,"([3, 11, 16, 4, 10, 7],)","[3, 11, 4, 10, 7]",list(int) -> list(int) parentheses around a single word (I),"('Halpern',)",(Halpern),list(char) -> list(char) First letters of words (IIIII),"('Dr UC K Rowden',)",DUKR,list(char) -> list(char) Abbreviate words separated by '.',"('817.33',)",8.3.,list(char) -> list(char) Abbreviate words separated by ' ',"('938 Alida',)",9.A.,list(char) -> list(char) ensure suffix `Scalia`,"('Ramthun Beata Chism FreeHaferScalia',)",Ramthun Beata Chism FreeHaferScalia,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=4,"([0, 1, 1, 2, 3],)","[1, 2, 2, 3, 0]",list(int) -> list(int) Abbreviate words separated by '-',"('941-162',)",9.1.,list(char) -> list(char) count-k with k=0,"([],)",0,list(int) -> int "nth (n=0) word delimited by ','","('+115,+106',)",+115,list(char) -> list(char) tail,"([12, 4],)",[4],list(int) -> list(int) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) pow-k with k=5,"([0, 10, 4, 11],)","[0, 100000, 1024, 161051]",list(int) -> list(int) keep eq 2,"([0, 5, 0, 5, 5],)",[],list(int) -> list(int) caesar-cipher-k-modulo-n with k=3 and n=2,"([],)",[],list(int) -> list(int) mult-k with k=4,"([1, 6, 12, 1, 7],)","[4, 24, 48, 4, 28]",list(int) -> list(int) Drop last 3 characters,"('857',)",,list(char) -> list(char) parentheses around a single word (I),"('+176',)",(+176),list(char) -> list(char) Prepend 'UCLA',"('Santa',)",UCLASanta,list(char) -> list(char) "Extract word delimited by ',' - '.'","('426,Lain.45,Honda125',)",Lain,list(char) -> list(char) First letters of words (I),"('C 461 +140 Phillip',)",C4+P,list(char) -> list(char) bool-identify-is-mod-k with k=3,"([3, 3, 7, 3, 14],)","[True, True, False, True, False]",list(int) -> list(bool) Abbreviate separate words (IIIII),"('Mulloy', 'V')",M.V.,list(char) -> list(char) -> list(char) Take first 3 characters,"('766',)",766,list(char) -> list(char) "Abbreviate words separated by ','","('FreeHafer,Park',)",F.P.,list(char) -> list(char) remove-index-k with k=4,"([6, 5, 2, 13, 14, 5, 12, 6, 16, 11, 8],)","[6, 5, 2, 14, 5, 12, 6, 16, 11, 8]",list(int) -> list(int) append-k with k=3,"([6, 15, 6],)","[6, 15, 6, 3]",list(int) -> list(int) Abbreviate words separated by '(',"('Jeanice(Acura',)",J.A.,list(char) -> list(char) mult-k with k=5,"([10, 11, 13, 1, 10],)","[50, 55, 65, 5, 50]",list(int) -> list(int) slice-k-n with k=3 and n=4,"([8, 10, 5, 12, 3, 8, 0, 16, 8, 2],)","[5, 12, 3, 8]",list(int) -> list(int) "Replace '-' w/ ','","('+138-Irwin-46',)","+138,Irwin,46",list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) sort-and-deduplicate,"([0, 5, 1, 9],)","[0, 1, 5, 9]",list(int) -> list(int) add-k with k=5,"([13, 8, 10],)","[18, 13, 15]",list(int) -> list(int) mult-k with k=4,"([13, 15, 13],)","[52, 60, 52]",list(int) -> list(int) keep eq 2,"([3, 4, 2, 6, 5],)",[2],list(int) -> list(int) "Extract word delimited by ',' - ','","('Jeff,Scalia,Gertude,877',)",Scalia,list(char) -> list(char) Replace ' ' w/ '(',"('035 Penn Hornak',)",035(Penn(Hornak,list(char) -> list(char) drop first word delimited by '.',"('Acura.Urbana',)",Urbana,list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) kth-smallest with k=3,"([1, 14, 9, 7, 11, 16],)",9,list(int) -> int remove-index-k with k=5,"([15, 3, 7, 0, 4, 7, 13, 6, 12, 4, 11],)","[15, 3, 7, 0, 7, 13, 6, 12, 4, 11]",list(int) -> list(int) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) parentheses around second word,"('O Jeanice',)",(Jeanice),list(char) -> list(char) Take first character and append ')',"('83',)",8),list(char) -> list(char) Prepend 'UCLA',"('Sergienko',)",UCLASergienko,list(char) -> list(char) nth (n=0) word delimited by '-',"('+172-Penn-Chilcott-E',)",+172,list(char) -> list(char) First letters of words (IIIIII),"('43 390 Phillip',)",43P,list(char) -> list(char) First letters of words (III),"('+5 Urbana',)",+U,list(char) -> list(char) Take first 5 characters,"('Gregori',)",Grego,list(char) -> list(char) "Replace ',' w/ '('","('820,Connecticut',)",820(Connecticut,list(char) -> list(char) slice-k-n with k=4 and n=2,"([3, 7, 8, 0, 7, 6, 8, 6, 9, 8],)","[0, 7]",list(int) -> list(int) count-head-in-tail,"([14, 14],)",1,list(int) -> int Append 2 strings (IIIIII),"('Garrard', '+141')",Garrard+141,list(char) -> list(char) -> list(char) repeat-k with k=3,"([12, 10],)","[12, 10, 12, 10, 12, 10]",list(int) -> list(int) rotate-k with k=3,"([8, 13, 9, 6, 8, 6],)","[6, 8, 6, 8, 13, 9]",list(int) -> list(int) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) drop first word delimited by '(',"('75(Rice',)",Rice,list(char) -> list(char) prepend-k with k=3,"([],)",[3],list(int) -> list(int) empty,"([4, 7, 16, 11, 10, 3, 15],)",False,list(int) -> bool Abbreviate separate words (IIII),"('+140', 'Partida')",+.P.,list(char) -> list(char) -> list(char) Abbreviate words separated by '.',"('Cambridge.6',)",C.6.,list(char) -> list(char) bool-identify-k with k=1,"([1, 1, 1, 4, 1, 1],)","[True, True, True, False, True, True]",list(int) -> list(bool) nth (n=1) word delimited by '-',"('Kotas-028',)",028,list(char) -> list(char) Append two words delimited by ')',"('Storrs', 'Jacquiline')",Storrs)Jacquiline,list(char) -> list(char) -> list(char) nth (n=1) word delimited by '(',"('+188(45(+9',)",45,list(char) -> list(char) range,"(7,)","[0, 1, 2, 3, 4, 5, 6]",int -> list(int) caesar-cipher-k-modulo-n with k=5 and n=2,"([1, 1, 0, 1, 1, 0, 0],)","[0, 0, 1, 0, 0, 1, 1]",list(int) -> list(int) drop first word delimited by ')',"('Jenee)Jenee)151)UC',)",Jenee)151)UC,list(char) -> list(char) modulo-k with k=2,"([1],)",[1],list(int) -> list(int) "Replace ',' w/ '('","('066,+106,Bobo,200',)",066(+106(Bobo(200,list(char) -> list(char) index-k with k=4,"([4, 0, 3, 4, 9, 2, 15, 4, 8, 5, 8],)",4,list(int) -> int kth-smallest with k=3,"([11, 8, 8, 5, 6, 2, 15, 9, 1, 6],)",5,list(int) -> int Append two words delimited by ' -',"('779', 'Withers')",779 -Withers,list(char) -> list(char) -> list(char) add-k with k=1,"([9, 10, 4],)","[10, 11, 5]",list(int) -> list(int) sort,"([8, 2, 10, 14],)","[2, 8, 10, 14]",list(int) -> list(int) First letters of words (IIIIII),"('+155 174 Dr Haven',)",+1DH,list(char) -> list(char) Append 2 strings (II),"('I', 'P')",IP,list(char) -> list(char) -> list(char) keep squares,"([8, 3, 5, 9, 9, 2, 4],)","[9, 9, 4]",list(int) -> list(int) count-k with k=4,"([],)",0,list(int) -> int ensure suffix `Andria`,"('Madelaine +189Andria',)",Madelaine +189Andria,list(char) -> list(char) nth (n=0) word delimited by '-',"('Olague-Bradford-+115-N',)",Olague,list(char) -> list(char) Take first character and append '(',"('020',)",0(,list(char) -> list(char) Append 'Dermody',"('085',)",085Dermody,list(char) -> list(char) drop-k with k=2,"([12, 5, 7, 15, 6],)","[7, 15, 6]",list(int) -> list(int) repeat-k with k=2,"([6, 7, 16],)","[6, 7, 16, 6, 7, 16]",list(int) -> list(int) "Replace ',' w/ '.'","('+197,980,Hage,Cencici',)",+197.980.Hage.Cencici,list(char) -> list(char) repeat-k with k=4,"([15, 10, 10, 8],)","[15, 10, 10, 8, 15, 10, 10, 8, 15, 10, 10, 8, 15, 10, 10, 8]",list(int) -> list(int) count-k with k=2,"([3],)",0,list(int) -> int Extract word delimited by ')' - '-',"('Cruz)+188-Maryann)183',)",+188,list(char) -> list(char) empty,"([1, 1, 2, 1],)",False,list(int) -> bool caesar-cipher-k-modulo-n with k=1 and n=2,"([0, 0, 1, 0, 1, 0],)","[1, 1, 0, 1, 0, 1]",list(int) -> list(int) "Extract word delimited by ',' - '.'","('CT,+118.Mariel.40',)",+118,list(char) -> list(char) tail,"([6, 6, 3, 14],)","[6, 3, 14]",list(int) -> list(int) Abbreviate separate words (IIII),"('S', 'Beata')",S.B.,list(char) -> list(char) -> list(char) slice-k-n with k=3 and n=2,"([15, 0, 8, 12, 3, 0, 14, 1],)","[8, 12]",list(int) -> list(int) "Extract word delimited by ',' - ','","('7,Soderstrom,S,A',)",Soderstrom,list(char) -> list(char) slice-k-n with k=5 and n=4,"([8, 3, 6, 2, 1, 10, 1, 13, 7, 6, 3, 8, 11, 11, 8, 10, 8],)","[1, 10, 1, 13]",list(int) -> list(int) ensure suffix `997`,"('+163 +129997',)",+163 +129997,list(char) -> list(char) prepend-k with k=5,"([10, 7, 15, 13, 14, 13, 3],)","[5, 10, 7, 15, 13, 14, 13, 3]",list(int) -> list(int) Append two words delimited by '.',"('Bradford', 'Beata')",Bradford.Beata,list(char) -> list(char) -> list(char) Extract word delimited by '(' - '(',"('14(Rowden(Jeanice(Acura125',)",Rowden,list(char) -> list(char) caesar-cipher-k-modulo-n with k=2 and n=5,"([0, 0, 2, 4, 0, 1, 0],)","[2, 2, 4, 1, 2, 3, 2]",list(int) -> list(int) drop-k with k=2,"([10, 5, 5],)",[5],list(int) -> list(int) Drop last 3 characters,"('857',)",,list(char) -> list(char) replace-all-with-index-k with k=2,"([10, 11, 9, 13],)","[11, 11, 11, 11]",list(int) -> list(int) Prepend '+174',"('Jurgens',)",+174Jurgens,list(char) -> list(char) index-head,"([3, 1, 3, 4, 2],)",4,list(int) -> int append-k with k=1,"([0, 12, 5, 16, 2, 5, 12],)","[0, 12, 5, 16, 2, 5, 12, 1]",list(int) -> list(int) append-k with k=3,"([],)",[3],list(int) -> list(int) slice-k-n with k=5 and n=5,"([4, 13, 3, 15, 11, 5, 0, 16, 4, 9, 8, 7, 16, 4, 9, 6],)","[11, 5, 0, 16, 4]",list(int) -> list(int) slice-k-n with k=3 and n=1,"([10, 13, 5, 8, 16, 1, 4],)",[5],list(int) -> list(int) append-k with k=3,"([12, 15, 12],)","[12, 15, 12, 3]",list(int) -> list(int) slice-k-n with k=3 and n=2,"([11, 12, 7, 13, 16, 3, 9, 15, 1, 0, 3],)","[7, 13]",list(int) -> list(int) Take first 3 characters,"('598',)",598,list(char) -> list(char) Append two words delimited by ')',"('Park', 'Hopkins')",Park)Hopkins,list(char) -> list(char) -> list(char) Prepend '+174',"('52',)",+17452,list(char) -> list(char) Abbreviate words separated by ')',"('83)56',)",8.5.,list(char) -> list(char) slice-k-n with k=3 and n=4,"([15, 11, 1, 3, 16, 2, 15, 2, 16, 5],)","[1, 3, 16, 2]",list(int) -> list(int) kth-largest with k=3,"([2, 14, 6, 12, 15],)",12,list(int) -> int Append 2 strings (IIII),"('Marcus', '776')",Marcus776,list(char) -> list(char) -> list(char) drop first word delimited by '-',"('62-Temple',)",Temple,list(char) -> list(char) append-k with k=5,"([9],)","[9, 5]",list(int) -> list(int) Prepend '+174',"('851',)",+174851,list(char) -> list(char) slice-k-n with k=2 and n=2,"([12, 2, 10, 14, 4, 0, 4],)","[2, 10]",list(int) -> list(int) has-k with k=4,"([4, 4, 4, 4, 4],)",True,list(int) -> bool last,"([6, 1, 4, 12, 12, 0],)",0,list(int) -> int last,"([1, 1, 2, 1],)",1,list(int) -> int has-k with k=3,"([],)",False,list(int) -> bool Append two words delimited by ' ',"('Mariel', 'Harvard')",Mariel Harvard,list(char) -> list(char) -> list(char) parentheses around a single word (II),"('Honda',)",(Honda),list(char) -> list(char) "parentheses around word delimited by ',' & ','","('+174,Bradford,University',)","+174,(Bradford),University",list(char) -> list(char) replace-all-with-index-k with k=3,"([12, 6, 11, 4],)","[11, 11, 11, 11]",list(int) -> list(int) take-k with k=5,"([1, 10, 9, 6, 10, 14, 7, 11, 16, 15],)","[1, 10, 9, 6, 10]",list(int) -> list(int) max,"([15, 14, 11, 7, 12, 0, 15],)",15,list(int) -> int Append two words delimited by '.-',"('Mackenzie', '163')",Mackenzie.-163,list(char) -> list(char) -> list(char) drop first word delimited by ')',"('Heintz)Babiarz)University',)",Babiarz)University,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=5,"([],)",[],list(int) -> list(int) Prepend 'Carlene' to first word,"('+155 45',)",Carlene+155,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([1, 0, 2, 2, 2, 0, 2],)","[2, 1, 3, 3, 3, 1, 3]",list(int) -> list(int) len,"([0],)",1,list(int) -> int slice-k-n with k=2 and n=2,"([8, 3, 9, 11, 15, 7, 13, 4],)","[3, 9]",list(int) -> list(int) Prepend 'UCLA',"('MI',)",UCLAMI,list(char) -> list(char) bool-identify-k with k=0,"([16, 15, 11],)","[False, False, False]",list(int) -> list(bool) Replace '(' w/ '.',"('C(40',)",C.40,list(char) -> list(char) nth (n=0) word delimited by ' ',"('42 597 J',)",42,list(char) -> list(char) has-k with k=0,"([13],)",False,list(int) -> bool nth (n=1) word delimited by '-',"('504-Jeanice-K',)",Jeanice,list(char) -> list(char) product,"([6],)",6,list(int) -> int caesar-cipher-k-modulo-n with k=4 and n=3,"([1, 2, 2, 1],)","[2, 0, 0, 2]",list(int) -> list(int) nth (n=0) word delimited by '(',"('B(23',)",B,list(char) -> list(char) nth (n=-1) word delimited by ' ',"('K 358 Jacquiline Columbia',)",Columbia,list(char) -> list(char) rotate-k with k=3,"([13, 12, 0, 3, 11, 2, 9, 13, 0, 10, 2, 5, 7, 6, 4, 13, 1],)","[4, 13, 1, 13, 12, 0, 3, 11, 2, 9, 13, 0, 10, 2, 5, 7, 6]",list(int) -> list(int) has-k with k=3,"([3, 15],)",True,list(int) -> bool keep-mod-k with k=2,"([2, 12, 2],)","[2, 12, 2]",list(int) -> list(int) add-k with k=4,"([10, 8],)","[14, 12]",list(int) -> list(int) keep gt 2,"([3, 5, 3, 3, 0],)","[3, 5, 3, 3]",list(int) -> list(int) Append two words delimited by '-',"('Constable', '+197')",Constable-+197,list(char) -> list(char) -> list(char) remove eq 3,"([1, 5, 6, 0, 0],)","[1, 5, 6, 0, 0]",list(int) -> list(int) ensure suffix `Ramthun`,"('Annalisa Latimore ChismRamthun',)",Annalisa Latimore ChismRamthun,list(char) -> list(char) Append '636',"('844',)",844636,list(char) -> list(char) Drop last 5 characters,"('Mcgaughey',)",Mcga,list(char) -> list(char) append-k with k=4,"([13],)","[13, 4]",list(int) -> list(int) bool-identify-k with k=2,"([13, 10, 9],)","[False, False, False]",list(int) -> list(bool) caesar-cipher-k-modulo-n with k=1 and n=3,"([],)",[],list(int) -> list(int) Take first 2 characters,"('Stefany',)",St,list(char) -> list(char) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) ensure suffix `Scalia`,"('Ducati250 HoustonScalia',)",Ducati250 HoustonScalia,list(char) -> list(char) mult-k with k=5,"([12],)",[60],list(int) -> list(int) First letters of words (II),"('365 Aylward',)",3A,list(char) -> list(char) Prepend 'Ghoston' to first word,"('FreeHafer 47',)",GhostonFreeHafer,list(char) -> list(char) "Append two words delimited by '(,'","('Ducati100', '+176')","Ducati100(,+176",list(char) -> list(char) -> list(char) kth-largest with k=5,"([9, 15, 0, 1, 8, 6, 2, 11, 4, 11],)",8,list(int) -> int Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char) Abbreviate words separated by ' ',"('Annalisa College',)",A.C.,list(char) -> list(char) Drop last 3 characters,"('857',)",,list(char) -> list(char) Prepend '177' to first word,"('566 14',)",177566,list(char) -> list(char) keep squares,"([16, 9, 6, 1, 8, 1, 7],)","[16, 9, 1, 1]",list(int) -> list(int) Append '+138',"('Cornell',)",Cornell+138,list(char) -> list(char) ensure suffix `Andria`,"('+68 +161 Heintz York',)",+68 +161 Heintz YorkAndria,list(char) -> list(char) take-k with k=4,"([12, 3, 13, 16, 6, 4, 12, 2, 16, 12],)","[12, 3, 13, 16]",list(int) -> list(int) Drop last 2 characters,"('562',)",5,list(char) -> list(char) caesar-cipher-k-modulo-n with k=3 and n=4,"([1, 2, 3, 3, 0, 1],)","[0, 1, 2, 2, 3, 0]",list(int) -> list(int) Drop last 1 characters,"('290',)",29,list(char) -> list(char) parentheses around a single word (II),"('29',)",(29),list(char) -> list(char) "parentheses around word delimited by ',' & ' '","(',Samuel Stefany.+185',)",",(Samuel) Stefany.+185",list(char) -> list(char) slice-k-n with k=5 and n=2,"([5, 3, 5, 12, 1, 7, 15, 12, 6, 1, 8, 15, 5, 2, 16],)","[1, 7]",list(int) -> list(int) Abbreviate words separated by ' ',"('+104 Hayley',)",+.H.,list(char) -> list(char) "parentheses around word delimited by ',' & ','","('Bess,994,Montiel',)","Bess,(994),Montiel",list(char) -> list(char) Append 2 strings (II),"('+163', '+141')",+163+141,list(char) -> list(char) -> list(char) keep primes,"([6, 6, 0, 37, 11, 37, 29],)","[37, 11, 37, 29]",list(int) -> list(int) kth-largest with k=5,"([10, 1, 4, 3, 5, 6, 0],)",3,list(int) -> int slice-k-n with k=3 and n=4,"([15, 10, 1, 10, 15, 13, 5, 4, 3, 12, 0, 5, 1, 9, 4],)","[1, 10, 15, 13]",list(int) -> list(int) repeat-k with k=5,"([15, 5, 8],)","[15, 5, 8, 15, 5, 8, 15, 5, 8, 15, 5, 8, 15, 5, 8]",list(int) -> list(int) "Extract word delimited by ')' - ','","('963)Kathlyn,Melodi,Spagnoli',)",Kathlyn,list(char) -> list(char) Extract word delimited by ')' - '-',"('+144)060-Soderstrom)68',)",060,list(char) -> list(char) nth (n=1) word delimited by ')',"('Partida)FreeHafer)+130)D',)",FreeHafer,list(char) -> list(char) evens,"([],)",[],list(int) -> list(int) append-index-k with k=2,"([3, 15],)","[3, 15, 15]",list(int) -> list(int) kth-largest with k=3,"([9, 12, 12, 2, 16, 1, 3, 4, 16],)",12,list(int) -> int repeat-k with k=2,"([11],)","[11, 11]",list(int) -> list(int) nth (n=-1) word delimited by '.',"('Latimore.Joaquin.Bobo.G',)",G,list(char) -> list(char) Prepend '+167' to first word,"('Madelaine Carlene',)",+167Madelaine,list(char) -> list(char) remove-index-k with k=4,"([5, 6, 2, 15, 9, 1, 6],)","[5, 6, 2, 9, 1, 6]",list(int) -> list(int) Append two words delimited by '(',"('Q', 'Ducati250')",Q(Ducati250,list(char) -> list(char) -> list(char) mult-k with k=4,"([9],)",[36],list(int) -> list(int) keep-mod-head,"([7, 3, 9],)",[],list(int) -> list(int) index-k with k=2,"([11, 7, 12, 5],)",7,list(int) -> int Take first 5 characters,"('Desiree',)",Desir,list(char) -> list(char) drop first word delimited by '.',"('Jenee.21.80.Soderstrom',)",21.80.Soderstrom,list(char) -> list(char) caesar-cipher-k-modulo-n with k=1 and n=5,"([4, 3, 2, 4, 2],)","[0, 4, 3, 0, 3]",list(int) -> list(int) Abbreviate words separated by '(',"('G(Partida',)",G.P.,list(char) -> list(char)