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 " e " and " t " in " nentaka ".
|
ntneaka
|
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 " n " in " ngakumbi ".
|
igakumbn
|
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 " Baba ".
|
baBa
|
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 " e " in " akhe ".
|
akeh
|
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 " c " and " y " in " uLucy ".
|
uLuyc
|
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 " a " in " ukuthetha ".
|
ukuthathe
|
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 " g " in " bagqiba ".
|
baiqgba
|
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 " o " in " Yonke ".
|
Ynoke
|
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 " o " in " Kwakukho ".
|
owakukhK
|
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 " m " in " U-Tim ".
|
U-Tmi
|
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 " n " in " babebuhlungu ".
|
bnbebuhluagu
|
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 " o " in " linguTom ".
|
linouTgm
|
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 " l " in " ilori ".
|
iolri
|
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 " e " in " ekhitshini ".
|
tkhieshini
|
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 " m " in " Wazama ".
|
Wamaza
|
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 " a " in " isandi ".
|
isdnai
|
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 " y " in " omnye ".
|
oynme
|
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 " u " in " ngoku ".
|
ugokn
|
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 " Wayengazi ".
|
nayeWgazi
|
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 " v " and " i " in " yayivuya ".
|
yayviuya
|
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 " n " in " Bajonga ".
|
Banojga
|
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 " Inyibiba ".
|
Iayibibn
|
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 " c " and " u " in " incumile ".
|
inucmile
|
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 " nabo ".
|
bano
|
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 " emdaka ".
|
dmeaka
|
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 " n " in " indlu ".
|
idnlu
|
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 " w " in " wadlala ".
|
dawlala
|
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 " a " in " Wayebuhlungu ".
|
Wgyebuhlunau
|
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 " elide ".
|
eldie
|
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 " i " in " enemibala ".
|
enemlbaia
|
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 " wavula ".
|
wavlua
|
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 " w " in " wangena ".
|
ganwena
|
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 " v " in " ngovuyo ".
|
ngouvyo
|
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 " uyathanda ".
|
hyatuanda
|
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 " yam ".
|
yma
|
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 " o " in " omde ".
|
dmoe
|
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 " n " in " Ucinga ".
|
Uciagn
|
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 " w " in " kwakukho ".
|
khakukwo
|
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 " a " in " uza ".
|
uaz
|
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 " kungekudala ".
|
kuegnkudala
|
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 " elimnandi ".
|
dlimnanei
|
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 " b " in " bajonga ".
|
najobga
|
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 " d " in " incwadi ".
|
incwdai
|
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 " Bahleka ".
|
Bakleha
|
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 " s " in " Ixesha ".
|
Ixeahs
|
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 " n " in " elinye ".
|
enilye
|
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 " i " in " Ngasihlandlo ".
|
Ngaishlandlo
|
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 " sithile ".
|
sithiel
|
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 " i " in " Tim ".
|
Tmi
|
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 " intle ".
|
inlte
|
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 " x " in " isitshixo ".
|
isitsxiho
|
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 " w " in " kwakhe ".
|
khakwe
|
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 " m " in " Igama ".
|
Imaga
|
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 " z " in " ayizange ".
|
ayziange
|
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 " e " in " eluhlaza ".
|
ulehlaza
|
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 " i " in " yayinombono ".
|
yiyanombono
|
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 " S " in " linguSue ".
|
linSugue
|
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 " labo ".
|
loba
|
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 " y " in " yajonga ".
|
gajonya
|
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 " afumane ".
|
afueanm
|
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 " v " and " z " in " baziva ".
|
baviza
|
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 " c " and " n " in " echibini ".
|
enhibici
|
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 " a " in " igqabi ".
|
igaqbi
|
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 " i " in " kwindlu ".
|
iwkndlu
|
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 " n " in " endala ".
|
eldana
|
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 " z " in " elusizi ".
|
elzsiui
|
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 " adlale ".
|
aelald
|
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 " n " in " bancuma ".
|
baucnma
|
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 " d " in " mnandi ".
|
mndnai
|
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 " d " in " lokudlala ".
|
loduklala
|
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 " y " in " UFluffy ".
|
yFluffU
|
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 " W " in " Wabeka ".
|
eabWka
|
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 " b " in " wabulela ".
|
waeulbla
|
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 " i " in " uLily ".
|
uLyli
|
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 " komnye ".
|
komeyn
|
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 " Wonwabile ".
|
Wbnwaoile
|
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 " e " in " wahleka ".
|
eahlwka
|
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 " m " in " egumbini ".
|
emugbini
|
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 " n " in " umnqwazi ".
|
umaqwnzi
|
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 " i " in " yayinoyolo ".
|
yaylnoyoio
|
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 " Kwakufuneka ".
|
Kwakufuenka
|
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 " d " in " Bayakuthanda ".
|
Bayakudhanta
|
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 " ihamba ".
|
imahba
|
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 " o " in " olukhulu ".
|
kluohulu
|
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 " w " in " waqala ".
|
qawala
|
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 " g " in " ngenye ".
|
nyenge
|
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 " UBobo ".
|
bBoUo
|
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 " s " in " ubuso ".
|
ubuos
|
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 " intonga ".
|
intango
|
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 " linguLily ".
|
lingLuily
|
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 " a " in " umngxunya ".
|
uangxunym
|
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 " e " in " Sue ".
|
Seu
|
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 " iintlanzi ".
|
iinltanzi
|
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 " bathanda ".
|
dathanba
|
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 " h " in " Wayehlala ".
|
Wayhelala
|
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 " imifanekiso ".
|
imifaenkiso
|
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 " y " in " yajika ".
|
kajiya
|
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 " a " in " iya ".
|
iay
|
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 " wamnika ".
|
waknima
|
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 " nekati ".
|
nekait
|
swap_char
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.