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: eaNXzAMBRzo Output:
[ "NXzMBRz" ]
task365-6e3671a7c82a4e23824bb8c9abb332e9
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: ibDIUHA Output:
[ "bDH" ]
task365-163704d7d80f425ab3d9eba0acd05d64
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: kAnluH Output:
[ "knlH" ]
task365-2ad32667fbb24ba19179dc5ccfd7fbb8
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: vVnupycJVB Output:
[ "vVnpycJVB" ]
task365-604eac1d3f644b8b860d4de29523209a
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: TKeNzAnjVrWtBUUgR Output:
[ "TKNznjVrWtBgR" ]
task365-e0a5b37cf76a4b518043a0a892ce3fef
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: oiYzTfDofoxQK Output:
[ "YzTfDfxQK" ]
task365-e2297955313a41c79b2532fc9db6b4f4
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: CAmidofoIHAkyeun Output:
[ "CmdfHkyn" ]
task365-1adb834935a54dfbbddb88cf2f0c8d15
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: uxAOdowNTaVTVLou Output:
[ "xdwNTVTVL" ]
task365-ed25d49d92884aaf89d3d5ae18ca2cd3
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: UeeUioa Output:
[ "" ]
task365-3dd0e475a0d5488c8a6c71a0ff69a642
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: GiwiknaiiRPcJlEU Output:
[ "GwknRPcJl" ]
task365-edc3a41875b848a39e00c1321a111dd0
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: aUoK Output:
[ "K" ]
task365-8ae552365b52486b85662494c4e5037f
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: BgEVNAUazNOfHOJxIIa Output:
[ "BgVNzNfHJx" ]
task365-ab14b3b2a1ac4505ba2b5ad8a850680f
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: uEOatUNCmAuFEU Output:
[ "tNCmF" ]
task365-c766ac45f6704b38ae5764844245002f
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: hE Output:
[ "h" ]
task365-836968d181fe43ebb42ffbf26b4053b9
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: eLHUsAaUIkfTVOnmPu Output:
[ "LHskfTVnmP" ]
task365-d5d642e8401e45fd85e3524c82ac542d
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: xDzOYfeseNDbEhsEsydR Output:
[ "xDzYfsNDbhssydR" ]
task365-e99f7225b65443d6bdbcb16434a33fbb
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: aO Output:
[ "" ]
task365-733b4d671bad46f1bfa3dd2ac625b23a
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: upOcIAoRwreoiELG Output:
[ "pcRwrLG" ]
task365-8af6f4be1d6e47618a6841e3dba1a4a2
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: FnnIltECaCUuAwNO Output:
[ "FnnltCCwN" ]
task365-4b06347cf60e401696c16a9771c5359b
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: EZPzQYPGEmuJeYwHnzA Output:
[ "ZPzQYPGmJYwHnz" ]
task365-f7ab342af34d4b52865d141239cda037
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: AWBoaOLUIuEEOC Output:
[ "WBLC" ]
task365-ac1d35c1720e40cc868a0cbc93a94b60
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: RkgDQeQeaHYoDS Output:
[ "RkgDQQHYDS" ]
task365-6154c44e15e9401eb630e4c82921b5f8
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: vEetPqpvn Output:
[ "vtPqpvn" ]
task365-beff9612327e4107867acb42439f2d1e
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: AWNvine Output:
[ "WNvn" ]
task365-d173d50bded34367b9250c8d003a8af3
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: eUGpExoMumzXnAGFkN Output:
[ "GpxMmzXnGFkN" ]
task365-345c8b3988534ee6895fcbe389275ff6
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: JfiUxQUwYIzEDIDCM Output:
[ "JfxQwYzDDCM" ]
task365-e72b52f36b6d47c7bfdff06f9cb9dcbc
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: zCOfUxASuUAI Output:
[ "zCfxS" ]
task365-2aa0497063d04b7f8e22136f53a98503
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: dgOUPooxEUzUxiaeps Output:
[ "dgPxzxps" ]
task365-ae9780f2a25a408cbb99b815d14c06af
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: jSri Output:
[ "jSr" ]
task365-8c1dd5e2f4b74f0fa6a36d22c357d061
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: oeCOISbqqOI Output:
[ "CSbqq" ]
task365-1e4617e90d324c4382e235bd288b01ee
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: upJoroEIKIQipajSUhk Output:
[ "pJrKQpjShk" ]
task365-3e85ee87e7354f17a156b99f975d17b8
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: jzuAB Output:
[ "jzB" ]
task365-7abaf10f4b164207af9c42d1c93d690a
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: ANJOPlKbeBZOEJRttooK Output:
[ "NJPlKbBZJRttK" ]
task365-c9fb41b6d6e14ce7a1bfb4bc322452c0
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: TovugZOiHyoCcAUIeO Output:
[ "TvgZHyCc" ]
task365-27e17384b22a49c6aed9dff4e5526538
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: PEubU Output:
[ "Pb" ]
task365-f9af411106984d92a2b30dc6def68c88
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: tZmRIaIsnhpfE Output:
[ "tZmRsnhpf" ]
task365-53edbbf7ff4749568b1913b5d426478c
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: YOVg Output:
[ "YVg" ]
task365-d89729c50ccc4f2e8d8268d85788fc71
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: ixw Output:
[ "xw" ]
task365-6a23ba0c315340a698fb370348583546
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: ZUCiUIjJK Output:
[ "ZCjJK" ]
task365-1ae05023a27b46fa981a47175bc6547a
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: cfWLJ Output:
[ "cfWLJ" ]
task365-0e87a8ecb7da4fa09fdcbc2cb7ae1895
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: DUYDKtE Output:
[ "DYDKt" ]
task365-b7ab0c2d5d534a35bc4256c2e681414f
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: AdMkpEiesoatoleiBAEg Output:
[ "dMkpstlBg" ]
task365-76b80e1a4d144dc5ab90492c8ca89afc
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: oEgeIJAscOfaZoFoi Output:
[ "gJscfZF" ]
task365-f1b01dbb9e5e4cb39c90f104fb0b5f3a
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: AACgaEIqRcwrUat Output:
[ "CgqRcwrt" ]
task365-00c68efc08354b24b1156a834042807b
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: eNMQyp Output:
[ "NMQyp" ]
task365-48236aa726a942b48d5a486ebd6c7805
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: BUQtCeCc Output:
[ "BQtCCc" ]
task365-98ef3f593de540c7a1e3ec1ae876eb8b
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: aEXaoPIRKAW Output:
[ "XPRKW" ]
task365-d366039d567d482ab38204bd693c0cc4
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: knarMOiq Output:
[ "knrMq" ]
task365-095947dbcdb34b068af24d632a1d3dcd
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: liGEeOnx Output:
[ "lGnx" ]
task365-66cd596b57f54412bb5480f60476d999
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: YPUEyOeRc Output:
[ "YPyRc" ]
task365-00b06a17ba494e02a911d6721c444a94
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: VioLokOEAOFSHjLQdVe Output:
[ "VLkFSHjLQdV" ]
task365-95853b1b91d841a998bf8d18535983f4
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: kAraB Output:
[ "krB" ]
task365-32c92a1c1f164907a44089c750aee947
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: LidgOqsjIpoQYPAQUaE Output:
[ "LdgqsjpQYPQ" ]
task365-5453a63595dc4a34a1356daa55703e39
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: KHozIMFGEZ Output:
[ "KHzMFGZ" ]
task365-ca7bf38a54844fa29dbd7877577999d7
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: LcuDUeUOgCQWuFTao Output:
[ "LcDgCQWFT" ]
task365-06eb858d5f2c4e64aa7439b0c05e9010
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: OZOzTgxIyuSJuIrB Output:
[ "ZzTgxySJrB" ]
task365-b68060b67f6c4c9686e87010918bb022
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: ICNaqBeAiAZUEDbIyU Output:
[ "CNqBZDby" ]
task365-6347907f5c904d57b7c07fb372d34e09
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: UTHAIkhWNiqgEPTkEeMe Output:
[ "THkhWNqgPTkM" ]
task365-35695a75bc8e417f99e19affa467254b
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: qAEjqvtneBKT Output:
[ "qjqvtnBKT" ]
task365-de359724e72d426aa2d436d6f96c7a13
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: jOLuaRptuxOiELm Output:
[ "jLRptxLm" ]
task365-3cccea173402483fb2ca409f418549bb
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: fRgpIgsuJWAO Output:
[ "fRgpgsJW" ]
task365-7f58099c3e7c48b181973dc53e3faed4
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: XOWTBEm Output:
[ "XWTBm" ]
task365-de79793cb6634b818481062f923d8428
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: boZOfOCV Output:
[ "bZfCV" ]
task365-c2d929f8609c41c79bc01a2500fee3e1
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: dhEuopXOI Output:
[ "dhpX" ]
task365-a49de8410369413786ec6377dbf99ba0
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: UlqaDyha Output:
[ "lqDyh" ]
task365-d7091446f14841d994e591759ce95fbc
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: YISAuiit Output:
[ "YSt" ]
task365-b836eccb947d4b18b4e3409672399315
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: ovaOGWobSvX Output:
[ "vGWbSvX" ]
task365-93c861cf0a24442d82b66410712ceb42
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: PuEiXuILkiuPO Output:
[ "PXLkP" ]
task365-d48e9ead45a446f38a7139bc4f274792
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: EaOrmgbUalEkaKUaOI Output:
[ "rmgblkK" ]
task365-b5963f2989b04615990e85eb2d90efe2
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: rAZXME Output:
[ "rZXM" ]
task365-465078333b7b442e995ec3b1660cff24
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: DVEOIUQNUaSlUV Output:
[ "DVQNSlV" ]
task365-a970d75646b745479d7869a8e5b07f1b
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: IKobsWLIui Output:
[ "KbsWL" ]
task365-de6272cc639948c0bb62f2aad45a25c1
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: aObPYZBzKuISde Output:
[ "bPYZBzKSd" ]
task365-a26c7fbc7b8c47c8815e8dbeb8de3a60
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: wGvInaAtEcEEDriA Output:
[ "wGvntcDr" ]
task365-22d82672f7df44d5a07b5ace0965fe49
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: pjOdxa Output:
[ "pjdx" ]
task365-970f79caf7814b2e8d3299db83dd2357
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: oWrbFYuqaZFEryeuli Output:
[ "WrbFYqZFryl" ]
task365-b0ee602ef56f4857ad61f3fdc8ad8b5b
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: oUUacFmP Output:
[ "cFmP" ]
task365-f2b0c588d9a747239392e247fbdf989a
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: IQOn Output:
[ "Qn" ]
task365-ac1aadd8e9a045e5a94b907de737e4b8
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: cEAKTuiODEOcF Output:
[ "cKTDcF" ]
task365-d948a02dbb1942c6a2daefe46bce8ac5
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: eUIAuTFiflOSUEWb Output:
[ "TFflSWb" ]
task365-6b4771b9ce1343ef9f577a63abe9700f
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: fxOJkoW Output:
[ "fxJkW" ]
task365-c067b8e943734ca78415864fcb1530a2
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: fOkIIXFalfMaUrplU Output:
[ "fkXFlfMrpl" ]
task365-03f85b75dd41427390ae948dd68ef2f8
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: mexuSodqxAlcTIC Output:
[ "mxSdqxlcTC" ]
task365-b37f50537c9d4fe89cd4d41c851bc959
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: ORNwgbuAUyokpUe Output:
[ "RNwgbykp" ]
task365-04362f3deda44a6193fc54790e575795
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: ymUETuQoME Output:
[ "ymTQM" ]
task365-23ffdb10cdf54173a61b0d493228a01e
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: vhBEIHuoxr Output:
[ "vhBHxr" ]
task365-03b08e1a083746b781bed31e385f610f
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: rOecDlua Output:
[ "rcDl" ]
task365-2034ddc5d97d4120bcc4089bbdf00cba
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: VjIEieVLLrE Output:
[ "VjVLLr" ]
task365-624562e0602a4b00b8ab67eb4a5de1fe
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: rSuASKcMXO Output:
[ "rSSKcMX" ]
task365-2637fe008496431ea2efdacd90890949
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: QG Output:
[ "QG" ]
task365-c5120175b8934480b6e9150b9ac973d4
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: idhsAOOlEOpuRXn Output:
[ "dhslpRXn" ]
task365-606db0b16c214ae585c653be9779260a
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: RKY Output:
[ "RKY" ]
task365-228204bd92314c96833299b94c43fbc2
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: EicCevuZoWoTPLlWP Output:
[ "cCvZWTPLlWP" ]
task365-e986bf72fd9d4fb48352e600b5a9984c
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: MP Output:
[ "MP" ]
task365-e48c22772cfc43ddbb7b1308f42d6bfe
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: YgEIrRw Output:
[ "YgrRw" ]
task365-770bb63dbaf44d919055b8f9d8953b27
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: snUbdoIxHDsjTv Output:
[ "snbdxHDsjTv" ]
task365-6a56916ed22446b3816606260f3edbbd
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: AHxSRCLeIapzTcuA Output:
[ "HxSRCLpzTc" ]
task365-8bddd88f08a24306bdbacf8453c2ae09
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: kQOiVu Output:
[ "kQV" ]
task365-4178aed4c57d4ee7b7829ffd755f7610
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: OWMWhsmpKU Output:
[ "WMWhsmpK" ]
task365-3fcbdd615ed948388c45697169f5502a
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: EiKZilEHuxf Output:
[ "KZlHxf" ]
task365-2cbdbcd1c9d74fc8849684d1f2ebf335