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 " m " and " o " in " noSam ".
|
nmSao
|
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 " a " in " entsha ".
|
entsah
|
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 " a " in " ukubona ".
|
ukubano
|
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 " e " in " elikhulu ".
|
ilekhulu
|
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 " bonke ".
|
bknoe
|
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 " o " in " wabo ".
|
oabw
|
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 " n " in " babona ".
|
babnoa
|
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 " B " in " Bobabini ".
|
aobBbini
|
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 " a " in " yayilusizi ".
|
ylyiausizi
|
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 " UBen ".
|
nBeU
|
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 " k " in " kuyo ".
|
yuko
|
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 " h " in " ekhaya ".
|
ekyaha
|
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 " wayenombono ".
|
weyanombono
|
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 " q " in " yaqala ".
|
yalaqa
|
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 " i " in " inkwenkwana ".
|
enkwinkwana
|
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 " emhlabeni ".
|
enhlabemi
|
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 " USara ".
|
SUara
|
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 " y " in " Wavuya ".
|
yavuWa
|
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 " emthini ".
|
hmteini
|
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 " yonwabile ".
|
yanwobile
|
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 " indlela ".
|
andleli
|
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 " u " in " wayevuya ".
|
uayevwya
|
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 " wonke ".
|
wknoe
|
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 " b " in " ukuhamba ".
|
ubuhamka
|
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 " x " and " i " in " ingxolo ".
|
xngiolo
|
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 " m " in " omtsha ".
|
ohtsma
|
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 " s " in " esikhulu ".
|
seikhulu
|
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 " n " in " Indoda ".
|
Iodnda
|
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 " b " in " Ibala ".
|
bIala
|
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 " b " in " bahlala ".
|
hablala
|
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 " kwigumbi ".
|
kwiugmbi
|
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 " i " in " UMia ".
|
iMUa
|
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 " kuye ".
|
kyue
|
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 " k " in " sakhe ".
|
kashe
|
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 " bafumana ".
|
bafnmaua
|
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 " ngokukhawuleza ".
|
wgokukhanuleza
|
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 " wathi ".
|
waiht
|
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 " u " in " uMax ".
|
aMux
|
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 " kude ".
|
kued
|
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 " a " in " nayo ".
|
noya
|
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 " k " in " Wonke ".
|
Wonek
|
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 " m " in " ukufumana ".
|
ukufunama
|
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 " kufuneka ".
|
kufuaekn
|
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 " umsila ".
|
umails
|
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 " komthi ".
|
komiht
|
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 " Baye ".
|
eayB
|
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 " amanzi ".
|
amaizn
|
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 " ntoni ".
|
notni
|
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 " uTim ".
|
mTiu
|
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 " naye ".
|
anye
|
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 " linguTim ".
|
lingmTiu
|
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 " z " in " yeza ".
|
zeya
|
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 " j " in " nenja ".
|
njnea
|
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 " malunga ".
|
manulga
|
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 " b " in " ukubaleka ".
|
ukulabeka
|
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 " l " in " phezulu ".
|
plezuhu
|
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 " U " in " UAnna ".
|
aAnnU
|
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 " g " in " ngebhola ".
|
nbeghola
|
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 " o " in " ogama ".
|
mgaoa
|
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 " Bonwabile ".
|
noBwabile
|
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 " b " in " Intombazana ".
|
Intomzabana
|
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 " nje ".
|
jne
|
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 " UBob ".
|
BUob
|
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 " Babenokonwaba ".
|
Babwnokoneaba
|
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 " endlwini ".
|
wndleini
|
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 " y " in " enye ".
|
eyne
|
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 " Njengoko ".
|
jNengoko
|
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 " c " in " Wayecinga ".
|
Wayeginca
|
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 " ngokuba ".
|
agokubn
|
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 " emininzi ".
|
ezininmi
|
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 " ngeethoyi ".
|
ngeeohtyi
|
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 " yaziva ".
|
iazyva
|
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 " g " in " wajonga ".
|
wajgnoa
|
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 " v " 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 " e " and " l " in " ngelo ".
|
ngleo
|
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 " g " in " Ilanga ".
|
Ilagna
|
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 " L " in " noLily ".
|
noyilL
|
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 " babo ".
|
boba
|
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 " b " 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 " m " and " z " in " emanzini ".
|
ezanmini
|
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 " uSam ".
|
Suam
|
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 " - " in " I-Tom ".
|
IT-om
|
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 " Babevuya ".
|
baBevuya
|
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 " u " in " yavuya ".
|
yauvya
|
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 " nto ".
|
otn
|
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 " a " in " ngayo ".
|
ngoya
|
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 " - " in " I-max ".
|
Im-ax
|
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 " b " in " yaba ".
|
baya
|
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 " q " in " Ekugqibeleni ".
|
qkugEibeleni
|
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 " waqalisa ".
|
saqaliwa
|
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 " y " in " wayelusizi ".
|
wazelusiyi
|
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 " ithanda ".
|
dthania
|
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 " uBen ".
|
Buen
|
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 " a " in " ukwenza ".
|
ukaenzw
|
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 " n " in " notata ".
|
ontata
|
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 " nomama ".
|
onmama
|
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 " o " in " omncinci ".
|
moncinci
|
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 " y " in " yintoni ".
|
ointyni
|
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 " h " in " ngathi ".
|
nghtai
|
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 " apho ".
|
opha
|
swap_char
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.