input
stringlengths
469
487
output
sequencelengths
1
1
id
stringlengths
40
40
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: OaoH Output:
[ "H" ]
task365-0525777f9ea3417893b454ec2fefb972
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: SuManaLgt Output:
[ "SMnLgt" ]
task365-8ad32b2189e048c0aed19adf78c4d90b
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: YvOueiXVwUQpm Output:
[ "YvXVwQpm" ]
task365-e3f888ebf7a14e8babfe799a301e644b
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: kSTuE Output:
[ "kST" ]
task365-fdd3834c76e246ee8ae02d55f52196ef
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: ixM Output:
[ "xM" ]
task365-0c5b73e68e7940589241c49fba962841
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: eCplLoJHisWeygZOo Output:
[ "CplLJHsWygZ" ]
task365-c629acb617544479902dc31182bec732
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: uXMXSUeateDiD Output:
[ "XMXStDD" ]
task365-53cd13ba3b2340398199847e192a48ed
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: qdEaOOhphJdHOxUOyiD Output:
[ "qdhphJdHxyD" ]
task365-a9c75ade86e54723837589d7dd34f327
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: tpMEPErgPT Output:
[ "tpMPrgPT" ]
task365-2ba78533ec1847f5b45357c2e2b2c53e
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: AiUnxFNQovjU Output:
[ "nxFNQvj" ]
task365-d1f55b6b10784499a88e8298e45c7238
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: AiReaEOCa Output:
[ "RC" ]
task365-629aa7877ccd47c18bf5b7df1f77eaf2
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: eJfMOIEfmgMprdgiMu Output:
[ "JfMfmgMprdgM" ]
task365-996c21ebc2744dfc83ed7da353cc0469
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: jT Output:
[ "jT" ]
task365-40ae2c5394ec41ba9a3081b33b91b23a
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: zeejpf Output:
[ "zjpf" ]
task365-e27e28b0afd341c7a7c67fcc449db939
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: mXmuUoyR Output:
[ "mXmyR" ]
task365-cdb9aa79ea344b26bab3d595a5f1c6b3
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: woiUKheOcF Output:
[ "wKhcF" ]
task365-7754ec3889e345f9a553baaf85e83627
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: uaSUE Output:
[ "S" ]
task365-b624881f661d43f585b74fef25420cf1
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: uXzLIgUaRprPdk Output:
[ "XzLgRprPdk" ]
task365-3368c4bd550d43d0bdaa8fcbb6ff8c36
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: jEueodzxPSWhrlC Output:
[ "jdzxPSWhrlC" ]
task365-624b5c4383264c5fb521d7fe7a11ec7c
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: Baeg Output:
[ "Bg" ]
task365-f1235a5108a34d54a75b8485f71a0358
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: dEby Output:
[ "dby" ]
task365-62cfcb027aef4c2aafbf28758be6ea6e
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: qdEUIUEMneOdCa Output:
[ "qdMndC" ]
task365-f18f050697f94344acdf3863ac3b2299
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: aJZigaanZ Output:
[ "JZgnZ" ]
task365-c7d501ecc0a3466db0ec4d2216b5d62f
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: oEEIriE Output:
[ "r" ]
task365-b2454c0771c9460491eabdd7140490bc
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: vrUryuek Output:
[ "vrryk" ]
task365-31fe1175046d4972b6d6331c1011d7cb
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: JwCrYeAaaiYEh Output:
[ "JwCrYYh" ]
task365-2d510f64507948ddb439b9a7789b998a
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: wnuEeKzIiu Output:
[ "wnKz" ]
task365-3b01530f0f3642cca759869fc4561989
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: oePvNA Output:
[ "PvN" ]
task365-0454e9547e9e43828c4a461e172d4437
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: ImJjOK Output:
[ "mJjK" ]
task365-ef9718a247e743949902057f80cfc260
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: UzayIIaIsCHEdEomEo Output:
[ "zysCHdm" ]
task365-f7deb9b90e694dcaafab77512a7a458c
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: VYNtIFEaJOCraaM Output:
[ "VYNtFJCrM" ]
task365-a1e8d8f4b8ef4f13b68eb54af16bd14d
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: vveAh Output:
[ "vvh" ]
task365-c3dc6b1f7975497e803667dc11d46e78
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: qouoiPKdFhPgFfEZElI Output:
[ "qPKdFhPgFfZl" ]
task365-497b94c77e5441f8b094c7b228511d45
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: CakAwT Output:
[ "CkwT" ]
task365-70ffcbb09a9043b99c5d8cf3e9e8d818
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: OMocATACZzskdGUWuo Output:
[ "McTCZzskdGW" ]
task365-0fcb210312e8472fbe4a5dcbf1f129af
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: sGEZsfcRdUz Output:
[ "sGZsfcRdz" ]
task365-4735ffebd24b4007bdaf6bda55b6ab7c
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: nlulNPZTeaUzI Output:
[ "nllNPZTz" ]
task365-93477c4bf7744ef4b4507eff50f04429
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: ckCzu Output:
[ "ckCz" ]
task365-4016c6c8e12844e18fd7f7cb1386d6ba
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: gcS Output:
[ "gcS" ]
task365-f069faabec0c4bc0975bb5d5ffba7aa5
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: aiYYoHIt Output:
[ "YYHt" ]
task365-9d9b5e9b6b2c421e88d1a9a274db524a
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: mIm Output:
[ "mm" ]
task365-305fa6d583814d81a46eb27ad5945409
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: eFGFaqYtofeAUiDOe Output:
[ "FGFqYtfD" ]
task365-57186389a0284029847464f4d49dfe79
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: otUJPTeovqcynUDeO Output:
[ "tJPTvqcynD" ]
task365-6db3c4ff79ce4e3aa2f921000a59a0b3
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: gUUmuasyhAiwtBD Output:
[ "gmsyhwtBD" ]
task365-ee39eddf331048e9bf86ab436e90d859
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: OUEf Output:
[ "f" ]
task365-bca1c3d248284e2fb572b5193289c301
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: BFoOmiIBu Output:
[ "BFmB" ]
task365-e8ccb28125a749ec9547e6c77e43c614
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: cggZyhiUgPLhmIRajxP Output:
[ "cggZyhgPLhmRjxP" ]
task365-16a4b64f7535480f8426aedc26b33afc
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: iURAaTOUvffrezxYzuSW Output:
[ "RTvffrzxYzSW" ]
task365-36f15d367efb47ef95863b53d607269c
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: SeIyUqEOr Output:
[ "Syqr" ]
task365-38f88f10e2644379a14bf341028bc0dd
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: gVwr Output:
[ "gVwr" ]
task365-2017d04c62b2414995968b3a8daa5f78
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: lulqiwUpIAgYEmOAUEhe Output:
[ "llqwpgYmh" ]
task365-71c5abe219894698a73b53f0bd1e59b8
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: cetuHnlTAVGCna Output:
[ "ctHnlTVGCn" ]
task365-f6e758ba3f304c4aab97f8d3b09a3975
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: FrHpW Output:
[ "FrHpW" ]
task365-53914dc1ef8e49d89fe85b7df8ae7466
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: FQAuiaAgnaOzLna Output:
[ "FQgnzLn" ]
task365-925728d6fed84712a3343f857fc7f05e
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: AEQv Output:
[ "Qv" ]
task365-1bbc629e955a4e37a8748f729f0b0b31
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: iIeHBNsVrejYkXr Output:
[ "HBNsVrjYkXr" ]
task365-98a53d05e46145ccbd9e9be9801e90ce
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: XIoFiQIIiutRLyEeSx Output:
[ "XFQtRLySx" ]
task365-824ea5dd95d04c83a04c500eeb17d474
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: ahMuAVteUgQgQwQ Output:
[ "hMVtgQgQwQ" ]
task365-9b97ad78d94e49099a36445602d6bc0a
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: jxOPMVecoWr Output:
[ "jxPMVcWr" ]
task365-d11519b412a04c78b635beaa6a9e91c6
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: AiEjPmoaqAYIeakmmI Output:
[ "jPmqYkmm" ]
task365-8368205d8ae442248e02953fd15f5909
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: hUyDaYEifWY Output:
[ "hyDYfWY" ]
task365-0b4529b9eadb405e8f4503100fae5ef2
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: ZOnGnKNaOJcEAiNUMi Output:
[ "ZnGnKNJcNM" ]
task365-8329135f2b9c4f71ac4bba5fc0595f27
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: rXkaAVePsljI Output:
[ "rXkVPslj" ]
task365-6465f89f8ebd444782d4bb3b31d47999
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: ZWy Output:
[ "ZWy" ]
task365-f3ee524e2123499b82f8ea4002863274
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: EayfBeD Output:
[ "yfBD" ]
task365-b0031d8f24e64eabb5d6fa9c34ced977
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: BZPdAjfafZeuWolaAI Output:
[ "BZPdjffZWl" ]
task365-d9c4ba004d8d4116aa5dd9c778914cde
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: IWZGzWva Output:
[ "WZGzWv" ]
task365-5a54a60d34c340199b4a7f95fa5c57ba
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: BUorItApOmxqQePp Output:
[ "BrtpmxqQPp" ]
task365-e781a51c045e4d42a15200e36a734b65
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: ISXoaoBDxRpmYtNAI Output:
[ "SXBDxRpmYtN" ]
task365-c657cec90e2a4cfcb5f97db011df6e0e
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: pkKAobthpweduGxeo Output:
[ "pkKbthpwdGx" ]
task365-4830e6f2c6354396ac7618719a7f643c
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: GqR Output:
[ "GqR" ]
task365-b27169c41a604a99908b05117956c3f2
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: LFyzmXu Output:
[ "LFyzmX" ]
task365-d96e804b68234c0ebe23dffc9907d764
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: uuLJOsCdEDhMWHIIO Output:
[ "LJsCdDhMWH" ]
task365-0380f4f5291a45008bcad76ec5cdbd46
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: SjqzHhDZxLBoTb Output:
[ "SjqzHhDZxLBTb" ]
task365-bdb341470e7447188184a7862dc8141b
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: eeNtoCExZdiArekREEoO Output:
[ "NtCxZdrkR" ]
task365-201cc0f9f5964a7ea848ee87579d1982
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: UnIUOu Output:
[ "n" ]
task365-92e1ecadd18b4574a9669173b34a15e6
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: sUEWPIuscMemWAOGUU Output:
[ "sWPscMmWG" ]
task365-d6ad37873fd0460692906c1b5f04a5b4
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: iULl Output:
[ "Ll" ]
task365-9e29c7f9bd304abdb66ee48f517832ed
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: Gk Output:
[ "Gk" ]
task365-37e37340222543db9fd4ded95e28b988
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: uULWPMLUhfO Output:
[ "LWPMLhf" ]
task365-2cbe5abc8a284c829e2369981b647c32
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: uBOm Output:
[ "Bm" ]
task365-1b154dbcebcc4d12a52ad1d2355c6469
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: OFbokOqPlOGjnKrS Output:
[ "FbkqPlGjnKrS" ]
task365-fc5c6fd03808449ba20b3583ca21c0e3
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: eylvHhoHIiooolveA Output:
[ "ylvHhHlv" ]
task365-e522e7d02875448793880f74278c5c59
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: SQof Output:
[ "SQf" ]
task365-0011300dcb2a427f8ba3960af2f1b907
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: iXENFaEGoIVqLp Output:
[ "XNFGVqLp" ]
task365-fb82d6daa1f4461bbb9b2c30d26db3e3
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: VkDwylEe Output:
[ "VkDwyl" ]
task365-47a196038af542818052fc5092c9715d
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: oEoiZyAYjwcd Output:
[ "ZyYjwcd" ]
task365-a05c672924d840e1abbf449b9268b228
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: zv Output:
[ "zv" ]
task365-d0a06ee9c27247009a63661fbdee29cc
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: opRnoR Output:
[ "pRnR" ]
task365-8e1268114017478ba75bd5d15c628a07
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: hDMO Output:
[ "hDM" ]
task365-b8826c25323947b5b4631003daba70e8
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: aEUauUAEI Output:
[ "" ]
task365-bbe57526252b4386ad478e656496925a
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: AuKUVVgXuMbs Output:
[ "KVVgXMbs" ]
task365-102c3fea2e3f46748c5fddcf390b7aeb
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: KSQP Output:
[ "KSQP" ]
task365-00c4c8a2722746ad82e83f002b69a0fa
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: MV Output:
[ "MV" ]
task365-c16d45b5dc844553b571674832f2274e
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: hUEEmKWahYgDi Output:
[ "hmKWhYgD" ]
task365-1263494cd6c049e1b1f369d76f36af1d
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: AYpETiaLrRIaWhvqsEu Output:
[ "YpTLrRWhvqs" ]
task365-bfccfff504f04b5981362fea1f53b7f5
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: epbJERVUEJKaCho Output:
[ "pbJRVJKCh" ]
task365-f1cf49439fc9461aaaf1cad3010fa82c
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: FizEYIUEK Output:
[ "FzYK" ]
task365-9822c768912f4498add5bdd3d905f206
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: RKzonAe Output:
[ "RKzn" ]
task365-7413b96e6945487e9315ae34ba5bc8d7
Definition: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Positive Example 1 - Input: hNarAik Output: hNrk Positive Example 2 - Input: iOytEYBad Output: ytYBd Negative Example 1 - Input: BAaOAIIBfMj Output: BAaOAIIBfMj Negative Example 2 - Input: UOatEzBid Output: UOaEi Now complete the following example - Input: UOU Output:
[ "" ]
task365-0320d2e3c7b9479cb09ec0f9c6c9de5c