input
stringlengths
666
703
output
sequencelengths
1
1
id
stringlengths
40
40
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [143, 2, 14, 83, 23] Output:
[ "[430, 1, 7, 250, 70]" ]
task206-fbae0c15e2674024b858e386f51c5470
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [96, 52, 172, 77, 2] Output:
[ "[48, 26, 86, 232, 1]" ]
task206-006ae5a3a9c94c91808227a6ca8f3cfe
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [187, 151, 108, 137] Output:
[ "[562, 454, 54, 412]" ]
task206-df7a4869c7ac44908a91ca32848e7133
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [53, 9, 44, 150, 36, 124, 125] Output:
[ "[160, 28, 22, 75, 18, 62, 376]" ]
task206-552be7932a5640378276cf4f0267b040
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [93, 113, 4] Output:
[ "[280, 340, 2]" ]
task206-56467af56d7148afb5200c6a34cab8a8
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [55, 65] Output:
[ "[166, 196]" ]
task206-448c2649ee604324bc156b7fda942024
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [10, 122, 134, 22, 97, 196] Output:
[ "[5, 61, 67, 11, 292, 98]" ]
task206-83d6f13411f648009e9473a602c3e13c
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [47, 162] Output:
[ "[142, 81]" ]
task206-0df6074ba5a14721819a98be8ea971c3
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [29, 193, 123] Output:
[ "[88, 580, 370]" ]
task206-d814b4c68bbe4ffa86beaefe732bc567
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [124, 9, 159, 101, 180, 190, 69, 150] Output:
[ "[62, 28, 478, 304, 90, 95, 208, 75]" ]
task206-e2c8da0869f14c35aec6ea75cb99d5c7
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [118, 112, 35, 125, 13] Output:
[ "[59, 56, 106, 376, 40]" ]
task206-dd86253049fe47d69f2b567485fc3eb4
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [34, 105, 43, 107, 109, 4, 170] Output:
[ "[17, 316, 130, 322, 328, 2, 85]" ]
task206-d05041cc490e4bb9843bd3130677100d
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [124, 34, 191, 26, 128, 29] Output:
[ "[62, 17, 574, 13, 64, 88]" ]
task206-50c1473e26d343dfbce66a037b491482
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [97, 45, 2, 198, 40, 95, 181, 95] Output:
[ "[292, 136, 1, 99, 20, 286, 544, 286]" ]
task206-2b6a9557d27c47569a13217b7973d0fd
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [10, 72, 81, 100, 91, 89, 10, 147, 200] Output:
[ "[5, 36, 244, 50, 274, 268, 5, 442, 100]" ]
task206-d9e3cd9cf6964a59996e3efc3be8a2c1
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [161, 41, 8, 171] Output:
[ "[484, 124, 4, 514]" ]
task206-494f144f83ef4e929d03ec0e887fa1b9
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [170, 142, 147, 187, 48, 176, 131] Output:
[ "[85, 71, 442, 562, 24, 88, 394]" ]
task206-24a1e99993e14da591461217f5843111
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [112, 106, 168, 100, 69, 5, 75, 139] Output:
[ "[56, 53, 84, 50, 208, 16, 226, 418]" ]
task206-8e67a25de661469d83e31cc21df46ef1
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [160, 68, 192, 69, 152, 117, 24, 113, 99] Output:
[ "[80, 34, 96, 208, 76, 352, 12, 340, 298]" ]
task206-6c624f64538140cf8caa3a71232eabac
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [112, 68, 145] Output:
[ "[56, 34, 436]" ]
task206-18d0910ebe32470eac3cced025ca7f8e
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [189, 60, 94, 130, 177, 92] Output:
[ "[568, 30, 47, 65, 532, 46]" ]
task206-f944284f348f459b9d039d0d343b5b22
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [174, 176, 128, 57, 146] Output:
[ "[87, 88, 64, 172, 73]" ]
task206-ec0b597af99f442a8bf919f0b22dc362
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [52, 83, 156, 114, 30, 95, 116, 129, 111] Output:
[ "[26, 250, 78, 57, 15, 286, 58, 388, 334]" ]
task206-afb80b06c6814528a22458f90929eb9b
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [19, 48, 41, 135, 50, 196, 116] Output:
[ "[58, 24, 124, 406, 25, 98, 58]" ]
task206-dbbe293cafee4b54b1bff00997bb7edd
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [26, 83, 37, 93] Output:
[ "[13, 250, 112, 280]" ]
task206-d999106ef0964f37b77068dcf0bd402b
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [40, 14, 62, 192, 26, 144, 2, 98, 7] Output:
[ "[20, 7, 31, 96, 13, 72, 1, 49, 22]" ]
task206-6a50ec1d70344202b693031c942d7be3
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [160, 1, 101, 178, 167, 110, 7] Output:
[ "[80, 4, 304, 89, 502, 55, 22]" ]
task206-d2d8c686ec574720bb616a4ba90d4776
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [137, 140, 156, 103] Output:
[ "[412, 70, 78, 310]" ]
task206-9287704729654d71946c2038e83a8856
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [102, 43] Output:
[ "[51, 130]" ]
task206-f5b0a2e9597441398219702025cfb5b6
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [116, 145, 6] Output:
[ "[58, 436, 3]" ]
task206-00fa604ffdf446f399c93cff7a60c53e
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [62, 119, 191, 127, 2, 144, 79, 172] Output:
[ "[31, 358, 574, 382, 1, 72, 238, 86]" ]
task206-df840d725f7c417ea04ec4b70fe3ae0d
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [160, 19, 76, 182, 153, 81] Output:
[ "[80, 58, 38, 91, 460, 244]" ]
task206-acf64caa9da54bfe8b25db027b98743e
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [50, 179, 45, 107, 66, 79] Output:
[ "[25, 538, 136, 322, 33, 238]" ]
task206-731fd54377054e1b9480ccc5fcce75a9
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [10, 67, 35] Output:
[ "[5, 202, 106]" ]
task206-75cb0decb28840ca83748c8fefba7380
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [14, 174, 95, 138, 100, 22, 13, 157] Output:
[ "[7, 87, 286, 69, 50, 11, 40, 472]" ]
task206-8a38ed47aa9f4eca898b12f5d679b884
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [105, 1, 174, 173, 167, 47, 140, 33, 113] Output:
[ "[316, 4, 87, 520, 502, 142, 70, 100, 340]" ]
task206-6207f85a73024913afac6af056645c59
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [196, 56] Output:
[ "[98, 28]" ]
task206-3c37d413d437460a8551d95197bfc05c
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [113, 196, 118, 55, 82, 67, 68, 178, 47] Output:
[ "[340, 98, 59, 166, 41, 202, 34, 89, 142]" ]
task206-55770fa49aac41d085709f0369e79b6e
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [142, 13, 126, 108, 172, 54] Output:
[ "[71, 40, 63, 54, 86, 27]" ]
task206-431a03d30c6e4692895cb369c915a8d4
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [137, 50, 168, 42, 128] Output:
[ "[412, 25, 84, 21, 64]" ]
task206-5158445a6a8f434599960a8b782d61ee
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [196, 25, 186, 194, 145, 178] Output:
[ "[98, 76, 93, 97, 436, 89]" ]
task206-968e098877234706a096770d2fee7ac8
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [162, 41, 93, 116, 116, 82, 60] Output:
[ "[81, 124, 280, 58, 58, 41, 30]" ]
task206-7d19811342a34f17b817323542aa393f
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [128, 56, 153, 30, 150, 136, 166] Output:
[ "[64, 28, 460, 15, 75, 68, 83]" ]
task206-d4cba831509c4bbf92bfb33738f750a4
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [136, 92, 175] Output:
[ "[68, 46, 526]" ]
task206-f3141e264e5a4e6cac16951b5282d2fa
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [125, 196, 85, 139, 66, 197, 161] Output:
[ "[376, 98, 256, 418, 33, 592, 484]" ]
task206-e9cfc0c2f0824f45b6c622c2009d74b9
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [103, 104, 143, 150] Output:
[ "[310, 52, 430, 75]" ]
task206-bbee41e81b3f4674938e3c55f93d1ccd
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [138, 167, 152, 50, 43, 53, 190] Output:
[ "[69, 502, 76, 25, 130, 160, 95]" ]
task206-f62e15ed066a45048eeafe9bf67d33fe
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [92, 197, 164] Output:
[ "[46, 592, 82]" ]
task206-a8654929b88b40a3b87fc399cbd3ed96
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [75, 49, 43, 170, 105, 58, 167, 6] Output:
[ "[226, 148, 130, 85, 316, 29, 502, 3]" ]
task206-a01bd362e3d84103a017127ee453c33e
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [170, 47, 161, 83, 127, 105, 93] Output:
[ "[85, 142, 484, 250, 382, 316, 280]" ]
task206-cc2bb13529114a9796c2a365dd8e827c
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [168, 31, 4, 118, 92] Output:
[ "[84, 94, 2, 59, 46]" ]
task206-9d76dd3142c34fa59b94fe0c70b50fdd
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [169, 95, 199, 13, 93, 9] Output:
[ "[508, 286, 598, 40, 280, 28]" ]
task206-c0add5736995427288514dc339d18493
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [81, 111, 64, 20, 83, 91, 6, 92, 68] Output:
[ "[244, 334, 32, 10, 250, 274, 3, 46, 34]" ]
task206-618b879827364e15957341e7236a5a6f
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [118, 1, 4, 104, 74] Output:
[ "[59, 4, 2, 52, 37]" ]
task206-9258d118a2f849df9704e211c4572725
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [97, 41] Output:
[ "[292, 124]" ]
task206-f64aa852f7054c3091a920ec3e1712d1
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [181, 30, 116, 152, 155] Output:
[ "[544, 15, 58, 76, 466]" ]
task206-c016e0e0f8d14d71966f3e5de318c83a
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [13, 145, 156, 108, 102, 169, 110, 179, 57] Output:
[ "[40, 436, 78, 54, 51, 508, 55, 538, 172]" ]
task206-b97d8739230b4f88b9bfe69c7e740988
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [191, 174, 9, 197, 2, 48, 112, 122] Output:
[ "[574, 87, 28, 592, 1, 24, 56, 61]" ]
task206-e28a8ec16f264f0a928edd0e69a0f565
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [7, 196, 146, 68, 31] Output:
[ "[22, 98, 73, 34, 94]" ]
task206-ec47dbef65144f8fb14a5c8c6a0e31b5
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [16, 117, 196, 87] Output:
[ "[8, 352, 98, 262]" ]
task206-f7c850c345734f59886471687365993e
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [129, 115] Output:
[ "[388, 346]" ]
task206-d0248db032de4980abffdb05377cc39d
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [73, 34, 105, 164, 25, 169, 148, 149, 117] Output:
[ "[220, 17, 316, 82, 76, 508, 74, 448, 352]" ]
task206-f63e513af8324a3dad85c94b0b6a3148
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [149, 88, 5, 19, 184, 71, 190, 97, 12] Output:
[ "[448, 44, 16, 58, 92, 214, 95, 292, 6]" ]
task206-6fd699149b2241fda840d7fc9ded08de
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [116, 122, 96, 97, 130, 173, 155, 28, 191] Output:
[ "[58, 61, 48, 292, 65, 520, 466, 14, 574]" ]
task206-7549c39209ad424da24ae6bc86f93a67
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [141, 51, 118, 68, 113, 45] Output:
[ "[424, 154, 59, 34, 340, 136]" ]
task206-229448da467b4c6dba94d1c016d30786
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [19, 186, 82, 185, 181] Output:
[ "[58, 93, 41, 556, 544]" ]
task206-f7a5329c18364448b0639894b1bbe8ed
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [198, 118, 92, 123, 89, 200, 107, 100, 79] Output:
[ "[99, 59, 46, 370, 268, 100, 322, 50, 238]" ]
task206-17d0602e46a14075b1c7c6e175db2bbc
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [15, 123, 138, 183, 45, 36, 101, 152, 36] Output:
[ "[46, 370, 69, 550, 136, 18, 304, 76, 18]" ]
task206-45638932d1e94236b445e3eec7647048
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [51, 64, 115, 119, 13, 149] Output:
[ "[154, 32, 346, 358, 40, 448]" ]
task206-1016e81d80df42908f6be3459fce701a
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [189, 158, 115] Output:
[ "[568, 79, 346]" ]
task206-f350ccf74cbc4a4fa4196c4b36e02326
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [155, 22, 126, 3, 197] Output:
[ "[466, 11, 63, 10, 592]" ]
task206-2ad514af47304dd79c7ea58bf7997079
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [114, 120, 150, 21, 115, 177, 169, 120, 192] Output:
[ "[57, 60, 75, 64, 346, 532, 508, 60, 96]" ]
task206-a0b7adabf2e847b088fd7a5c9dfcc800
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [104, 142, 84, 102, 196, 140, 26] Output:
[ "[52, 71, 42, 51, 98, 70, 13]" ]
task206-dcc671fbfe1949a5a3b1a6b21bfd7469
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [144, 163, 178, 93] Output:
[ "[72, 490, 89, 280]" ]
task206-650d93fa104e493a8d6e24d1176a5e2a
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [95, 122, 93, 10, 95, 69, 138, 20] Output:
[ "[286, 61, 280, 5, 286, 208, 69, 10]" ]
task206-9c856123ec7246ccb10ef9f76837e784
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [107, 146, 172, 31, 8, 106, 147, 143, 57] Output:
[ "[322, 73, 86, 94, 4, 53, 442, 430, 172]" ]
task206-f35fee69b729418f8d34218768bb55b3
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [101, 23, 9, 154] Output:
[ "[304, 70, 28, 77]" ]
task206-929bd5011b1a46f09c0be84e81acac65
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [77, 151, 11, 169, 64, 114] Output:
[ "[232, 454, 34, 508, 32, 57]" ]
task206-ff9593d40b3c48d89f03d4ca2a2d46f8
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [34, 97, 14, 38] Output:
[ "[17, 292, 7, 19]" ]
task206-98010d39da9d4c43b5d670e0d784bfc7
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [80, 46, 48, 76] Output:
[ "[40, 23, 24, 38]" ]
task206-b79258bfda8941dd807de00a3ed02cc0
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [133, 85, 102, 154] Output:
[ "[400, 256, 51, 77]" ]
task206-a678e4c5313d42ea814164006297551e
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [176, 69, 94, 187, 194] Output:
[ "[88, 208, 47, 562, 97]" ]
task206-031c094979e74dd688f26593b5b2aac4
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [83, 160] Output:
[ "[250, 80]" ]
task206-22dd09b2208640e89733a62382fb7594
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [99, 15, 142] Output:
[ "[298, 46, 71]" ]
task206-c3d2167fe9444dddb186635be35486a9
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [55, 150, 124, 3, 22] Output:
[ "[166, 75, 62, 10, 11]" ]
task206-9ae160ca002a4926b1c3294b351bc8d4
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [168, 53, 24, 4, 121, 18] Output:
[ "[84, 160, 12, 2, 364, 9]" ]
task206-d437de13fb984cd28b525fe478f2d64c
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [97, 139, 93, 115, 146, 121, 128, 136, 190] Output:
[ "[292, 418, 280, 346, 73, 364, 64, 68, 95]" ]
task206-3c9a621f028b4e6abdbb9810f24e4bc6
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [161, 43, 132, 64, 38, 194, 58, 125, 148] Output:
[ "[484, 130, 66, 32, 19, 97, 29, 376, 74]" ]
task206-f02bc760d9864409a8d4ae1903dd5296
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [161, 37, 122, 192, 17] Output:
[ "[484, 112, 61, 96, 52]" ]
task206-87f9d0a0b9d64d3b906aaedc9e47ca5a
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [124, 123, 8, 170, 179, 50, 111] Output:
[ "[62, 370, 4, 85, 538, 25, 334]" ]
task206-e9eeaa82fa9a4dc6a7e4c413979c3107
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [7, 62, 18] Output:
[ "[22, 31, 9]" ]
task206-dd7398330b5140429e5dd5bfbb01121a
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [64, 19, 61, 49, 103, 105] Output:
[ "[32, 58, 184, 148, 310, 316]" ]
task206-3e3d48361cd94339ac3a16ca4ef56678
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [184, 94, 137, 142] Output:
[ "[92, 47, 412, 71]" ]
task206-968afe05ede34b5e91f790a0c775abfa
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [188, 34, 183] Output:
[ "[94, 17, 550]" ]
task206-bde54151ce9e484290fa649c127a6c92
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [176, 107] Output:
[ "[88, 322]" ]
task206-9540a8efc7c649a4ba61a5d4aa514fee
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [152, 31, 187, 139, 183, 74, 181] Output:
[ "[76, 94, 562, 418, 550, 37, 544]" ]
task206-66c5d617cafc4f06b105f72a5ed7a1f5
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [5, 48] Output:
[ "[16, 24]" ]
task206-659cb18dd0d243aaab3d8e9fe7255c69
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [51, 50, 178, 10, 115, 12] Output:
[ "[154, 25, 89, 5, 346, 6]" ]
task206-beb936a4827648c99685e00d3f71611b
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [162, 91, 166, 26, 62, 106] Output:
[ "[81, 274, 83, 13, 31, 53]" ]
task206-627c5b37eee44618850b6c5f9af113ad
Definition: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. Positive Example 1 - Input: [7, 9, 2, 8] Output: [22, 28, 1, 4] Positive Example 2 - Input: [3, 4, 5, 6, 7] Output: [10, 2, 16, 3, 22] Negative Example 1 - Input: [4, 10, 5, 11] Output: [4, 10, 5, 11, 2, 5, 16, 34] Negative Example 2 - Input: [3, 9, 4, 1, 2] Output: [1.5, 4.5, 13, 0.5, 7] Now complete the following example - Input: [1, 64] Output:
[ "[4, 32]" ]
task206-41af33d8f002456a95fab33e47d5b861