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: ZZrMBqq Output:
[ "ZZrMBqq" ]
task365-3d48bff0815648799847fbe1a2bf4dae
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: ajQmiGuNloOOowuU Output:
[ "jQmGNlw" ]
task365-e61b458e4d1c4e63a3dbd5517ccc62a9
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: drxrKdaxaah Output:
[ "drxrKdxh" ]
task365-cf55ff87fac7469da8ecd619a5b6237e
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: vQQTOIjCe Output:
[ "vQQTjC" ]
task365-189e4e136a6d4ba5b65bddaa46fc9945
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: zOCaIUWMdV Output:
[ "zCWMdV" ]
task365-d09a57ceaa50403090b5f147c8921b56
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: eQZao Output:
[ "QZ" ]
task365-2b39c5b5eaa644ae966bafc51999685e
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: uwJyEaxrIWXJf Output:
[ "wJyxrWXJf" ]
task365-7152a1564fa84d9f90ad6bba7104339f
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: hEIkbWVaGFo Output:
[ "hkbWVGF" ]
task365-ce11ae08d3d5448e81f0a4d25617bace
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: OZ Output:
[ "Z" ]
task365-91e209c8d53242b7bc80451b1ce90df7
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: bMaocNUVOJPianIpubKA Output:
[ "bMcNVJPnpbK" ]
task365-505ce41f5b0d4a3cb25a687498b31cf5
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: sOaqyoBufOa Output:
[ "sqyBf" ]
task365-6b52ccd50ec742f6a5169c7ef6419d91
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: MAOoLIohfMfjWim Output:
[ "MLhfMfjWm" ]
task365-db36cb9abcf94b3cbfe5a110b3dc3731
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: sCtAN Output:
[ "sCtN" ]
task365-ce26392593af4c1bbc5ad464b80b8153
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: vXTxHvqeBGgFPBaUQAh Output:
[ "vXTxHvqBGgFPBQh" ]
task365-ead6e6cccf314767983b78f55e23dec4
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: mniIFAlgVc Output:
[ "mnFlgVc" ]
task365-6ead334aea4e4ec1aff14022ebf34164
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: dDeksOyabhUnHPT Output:
[ "dDksybhnHPT" ]
task365-6b65653add4348a8b3ba89e781236d3c
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: ABdiOaayNbcUIe Output:
[ "BdyNbc" ]
task365-327f9beffeeb4aba9c98b06ffd79b1c6
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: oCiapOoEOUK Output:
[ "CpK" ]
task365-e6b2866dd8d546ed963804d33bffb5b2
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: oedAqCrFzH Output:
[ "dqCrFzH" ]
task365-df2e875cda33473e87d9aa05911a1266
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: qIAiIAUjWeAiOklO Output:
[ "qjWkl" ]
task365-218b9a484f734b72afdfa28cf65ae442
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: HEqu Output:
[ "Hq" ]
task365-681c5e145a0e4d11b639b612030437cf
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: HleLRidRIsfwAOx Output:
[ "HlLRdRsfwx" ]
task365-8bd15d5356724e4cbb7e46ac31eb40b8
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: iIrAuTIRspxgJPRI Output:
[ "rTRspxgJPR" ]
task365-9b13d90fcda74e19bcdbdf6e14b7eefd
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: OsuHGROVF Output:
[ "sHGRVF" ]
task365-f1d4d9ec79324543bfee4af4059e1cf5
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: GHTAOLdUjLcqoUZZ Output:
[ "GHTLdjLcqZZ" ]
task365-f9b1e730c9ef464ba08665e552f56aca
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: OoCUOR Output:
[ "CR" ]
task365-576350ae4d1a4f7bb5c3d3685c264e85
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: OeNhPo Output:
[ "NhP" ]
task365-3d3d447877524b10b74d1693a6188949
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: LnhG Output:
[ "LnhG" ]
task365-fb30670d85334b69806b8b8918d70941
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: FaCWiEKb Output:
[ "FCWKb" ]
task365-0033c41978904c4dbdcaa376c9c22aef
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: iIhm Output:
[ "hm" ]
task365-4a3802e1e8a64f97892f6731df749f99
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: EAMSmMIRoXITFsj Output:
[ "MSmMRXTFsj" ]
task365-8d29f555ea8745dbb0ed543af206bce6
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: uIeadIOOXue Output:
[ "dX" ]
task365-de092e3cad6544b89bbceaf633800242
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: oiB Output:
[ "B" ]
task365-dd424170da1c4cf09b807e542553ac52
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: LOGnxECEPIlxeeilA Output:
[ "LGnxCPlxl" ]
task365-7ac1a632cdea461aba89da496cc37c4d
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: lZOLtuvfuejYzraeEIH Output:
[ "lZLtvfjYzrH" ]
task365-be1698d8fb644e2ea04c1833e79d31de
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: kaaabAO Output:
[ "kb" ]
task365-449399674c3e471fb9c84323ef050b4b
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: ztjbBAifevurvMiiEn Output:
[ "ztjbBfvrvMn" ]
task365-fcd7db33308b4752b635cb2b16c7b482
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: zeKOMEyXLYaeEONO Output:
[ "zKMyXLYN" ]
task365-809219181f7540e9b85586ece4cb2946
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: aveyi Output:
[ "vy" ]
task365-fc600f3378f94b8e8832023327988126
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: OfdOUOEjcIarabuEYwcu Output:
[ "fdjcrbYwc" ]
task365-86268983ae4b4273b6b04add00b69554
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: VzEOhO Output:
[ "Vzh" ]
task365-d47a8605a464480984f92a6e360683ca
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: PMoMn Output:
[ "PMMn" ]
task365-837517eeedc14d079a02ccafb083692b
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: aIvUAjtMeAQUCMohjqm Output:
[ "vjtMQCMhjqm" ]
task365-bd3ab362df2140deaf97a489bd5936d9
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: orjoezJk Output:
[ "rjzJk" ]
task365-3492cb1658f7430aa2acba07565c087f
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: pmADOAkIuDUEeM Output:
[ "pmDkDM" ]
task365-1013f78ab337480a847b2158a787a5f5
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: Ua Output:
[ "" ]
task365-b8cd20b049ea4e5d95f06ae9fde8c660
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: eaaauglqIxa Output:
[ "glqx" ]
task365-6d0d4c831c0d419e8a9ee5d4b1855377
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: ESKeIenaoDea Output:
[ "SKnD" ]
task365-cbdd8650bec147d0ac264bea739c66a8
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: UxEiyxWsUCG Output:
[ "xyxWsCG" ]
task365-78a5f5da3b024d2c982d23737b6be0d7
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: zOenLSfTLhn Output:
[ "znLSfTLhn" ]
task365-2dc9135783cc42e8ba8842e95e4accd2
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: RYyJnZLUJUug Output:
[ "RYyJnZLJg" ]
task365-d45515beac804e36a8aa31d1c3f1c44a
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: OTAAuUXn Output:
[ "TXn" ]
task365-30f136af144c476ebeb1971223f2e05a
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: GblOsIPIAecwJnvQD Output:
[ "GblsPcwJnvQD" ]
task365-0a64c48a84264c4e9f57d1161539e6a7
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: XoaBZNIoaAiAXiUonnw Output:
[ "XBZNXnnw" ]
task365-d0e692feea5d43a8a5451e7323820d26
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: taEmNIpXuRSLOCwOM Output:
[ "tmNpXRSLCwM" ]
task365-1ed7ab5d53f94deebb34bd86f7705f49
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: pCLvkpnFNNEtnV Output:
[ "pCLvkpnFNNtnV" ]
task365-039562975f2640a3be034bbca5610c54
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: JKOHeUlkaBJ Output:
[ "JKHlkBJ" ]
task365-757046e3d0524171be40d6996f752655
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: swRtfqqXeETAVAXUuA Output:
[ "swRtfqqXTVX" ]
task365-da27d513dcac420db458aae52ba6dd35
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: ofqttRkapBcEo Output:
[ "fqttRkpBc" ]
task365-457a8726708f44c7824846edb364e575
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: oJZfA Output:
[ "JZf" ]
task365-b34a05c1210a440d9baabbe8d873cbfa
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: GUIDA Output:
[ "GD" ]
task365-de878b24d4354c2186f2730d2cab1d91
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: IZAcmgewZadPs Output:
[ "ZcmgwZdPs" ]
task365-ddc474c6ca1a40c8b8f12e221b77d1f2
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: auP Output:
[ "P" ]
task365-36087bb2c9394e9d9531b527dc416a25
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: APptIyhEaEoEeBusfI Output:
[ "PptyhBsf" ]
task365-971db9a7202744ae9f48591a1c87d65e
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: UAefMgiOqoIThesUKqOn Output:
[ "fMgqThsKqn" ]
task365-96fe7fd43bd04c8a8035a6dab503f815
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: Ai Output:
[ "" ]
task365-fe8405e89ca444698ba26631f2b009b2
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: JQGaU Output:
[ "JQG" ]
task365-32995dc03ca740f094639e74dd53d390
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: UAggzGeza Output:
[ "ggzGz" ]
task365-8da1745c63f442efa1dc3bd93d4f0804
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: tGnEMafOMusuA Output:
[ "tGnMfMs" ]
task365-b69df32557974d669e30a31dd217fde2
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: BOvuhKAuiF Output:
[ "BvhKF" ]
task365-084134876ff6402d869c0bd7ec8b9541
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: pnsAFacuiAdOTvOqbuOg Output:
[ "pnsFcdTvqbg" ]
task365-d8567007b6714d3fbbd0284912a980a2
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: tc Output:
[ "tc" ]
task365-1ec2cf5ae47e445ba88aa27c50ac7aec
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: BWL Output:
[ "BWL" ]
task365-0d05991724df47cbb05d1f992919c912
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: yo Output:
[ "y" ]
task365-89c703ef0ea64c8f919b23a47894da88