prompt stringlengths 418 953 | answer stringlengths 1 88 | split stringclasses 12 values |
|---|---|---|
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " a " and " M " in " uMia ". | uaiM | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " t " and " n " in " noTata ". | toTana | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " a " in " etafileni ". | etnfileai | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " p " and " a " in " ukuphuma ". | ukuahump | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " a " and " o " in " yayo ". | yoya | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " i " and " u " in " olungileyo ". | olinguleyo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " A " and " z " in " Abazange ". | zbaAange | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " l " and " y " in " Wayichola ". | Walichoya | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " l " and " y " in " laya ". | yala | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " u " and " h " in " uthe ". | htue | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " U " and " A " in " UAna ". | AUna | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " z " and " i " in " uziva ". | uizva | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " a " and " v " in " Umvundla ". | Umaundlv | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " u " and " m " in " Wafumana ". | Wafmuana | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " c " in " ucango ". | unacgo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " w " and " m " in " wavuma ". | mavuwa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " e " and " o " in " lokuhlambela ". | lekuhlambola | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " e " and " d " in " Udlale ". | Uelald | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " m " and " e " in " Wayenomdla ". | Waymnoedla | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " s " and " e " in " esincinci ". | seincinci | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " o " and " k " in " yayiyoyika ". | yayiykyioa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " J " and " h " in " UJohn ". | UhoJn | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " e " and " l " in " elincinci ". | leincinci | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " w " and " n " in " waphulukana ". | naphulukawa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " g " and " n " in " Khange ". | Khagne | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " W " and " n " in " Wayeyithanda ". | nayeyithaWda | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " w " and " k " in " kuwo ". | wuko | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " i " and " k " in " ukulila ". | uiulkla | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " s " and " u " in " ilusizi ". | ilsuizi | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " u " and " g " in " hug ". | hgu | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " s " and " B " in " Batsala ". | satBala | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " m " and " n " in " yomlingo ". | yonlimgo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " b " and " y " in " yahamba ". | bahamya | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " I " and " p " in " I-Spot ". | p-SIot | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " e " in " babone ". | baboen | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " d " and " k " in " ukumnceda ". | udumnceka | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " a " and " f " in " ufuna ". | uaunf | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " o " and " i " in " imouse ". | omiuse | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " b " and " s " in " ubusuku ". | usubuku | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " l " and " h " in " engaqhelekanga ". | engaqlehekanga | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " I " and " T " in " I-CAT ". | T-CAI | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " e " and " o " in " ijonge ". | ijengo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " k " and " e " in " ibaleka ". | ibalkea | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " z " in " enze ". | ezne | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " i " in " yinto ". | ynito | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " l " and " t " in " ekhethekileyo ". | ekhelhekiteyo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " y " and " m " in " Umoya ". | Uyoma | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " e " and " n " in " enobuhlobo ". | neobuhlobo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " f " and " k " in " bafika ". | bakifa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " i " and " y " in " IKitty ". | IKytti | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " t " in " yamthanda ". | yamnhatda | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " i " and " u " in " uloliwe ". | iloluwe | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " o " and " B " in " no-Ben ". | nB-oen | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " h " and " k " in " lwakhe ". | lwahke | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " b " and " w " in " wathabatha ". | bathawatha | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " Y " and " t " in " Yayiyinto ". | tayiyinYo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " g " and " l " in " enelanga ". | eneganla | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " q " and " h " in " baqhwaba ". | bahqwaba | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " b " and " y " in " bavuya ". | yavuba | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " r " and " b " in " Ibhere ". | Irhebe | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " o " and " i " in " yoyika ". | yiyoka | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " y " and " n " in " wayengazi ". | waneygazi | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " h " and " o " in " oluhle ". | hluole | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " B " and " y " in " Baya ". | yaBa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " t " and " o " in " yayiyinto ". | yayiyinot | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " o " and " w " in " wagoduka ". | oagwduka | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " B " and " e " in " Babeka ". | eabBka | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " d " in " badanisa ". | banadisa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " s " and " a " in " nosapho ". | noaspho | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " W " and " l " in " Wayenoyolo ". | layenoyoWo | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " d " and " i " in " ithande ". | dthanie | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " a " and " m " in " umvundla ". | uavundlm | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " - " and " b " in " I-bunny ". | Ib-unny | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " g " and " u " in " I-bug ". | I-bgu | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " e " and " l " in " Wahleka ". | Wahelka | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " i " and " d " in " Kwakumnandi ". | Kwakumnanid | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " j " and " a " in " njani ". | najni | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " I " and " - " in " I-squirrel ". | -Isquirrel | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " s " and " w " in " sangokuhlwa ". | wangokuhlsa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " u " and " l " in " babuyela ". | bablyeua | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " e " and " o " in " okwesibhakabhaka ". | ekwosibhakabhaka | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " l " and " L " in " iLily ". | iliLy | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " a " and " l " in " ukuvula ". | ukuvual | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " u " and " a " in " uJack ". | aJuck | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " d " and " h " in " ngonaphakade ". | ngonapdakahe | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " d " and " B " in " Badlala ". | daBlala | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " m " and " h " in " ngaphambi ". | ngapmahbi | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " a " and " w " in " wam ". | awm | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " b " and " n " in " nokuba ". | bokuna | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " g " and " e " in " ukuthenga ". | ukuthgnea | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " k " and " h " in " Ibhokisi ". | Ibkohisi | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " B " and " u " in " Bafumana ". | uafBmana | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " t " and " l " in " Intlanzi ". | Inltanzi | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " n " and " l " in " bamangaliswa ". | bamalganiswa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " k " and " m " in " amakhulu ". | akamhulu | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " y " and " m " in " emnyango ". | eynmango | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " q " and " l " in " Banqwenela ". | Banlweneqa | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " b " and " B " in " Babengafuni ". | baBengafuni | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " i " and " l " in " kaLily ". | kaLliy | swap_char |
Swap the positions of two specified letters in a given word, based on the following examples:
1. Swap " w " and " n " in " kwakhona ". Answer: " knakhowa "
2. Swap " o " and " r " in " Ilori ". Answer: " Ilroi "
3. Swap " g " and " b " in " ekugqibeleni ". Answer: " ekubqigeleni "
4. Swap " e " and " d " in " babedlala ". Answer: " babdelala "
Question: Swap " d " and " e " in " udlale ". | uelald | swap_char |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.