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: [196, 197, 130, 12, 119, 53, 138, 194, 133] Output:
[ "[98, 592, 65, 6, 358, 160, 69, 97, 400]" ]
task206-4d72f72e054648448b0e3316fbaf0136
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: [190, 155, 83, 195, 107, 185] Output:
[ "[95, 466, 250, 586, 322, 556]" ]
task206-c2501c59e3a14ad5a449982f72d81fe5
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: [119, 31, 15, 186, 175] Output:
[ "[358, 94, 46, 93, 526]" ]
task206-f390fcd956d94039be96d59c1929576c
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: [43, 43, 37, 80, 10, 154] Output:
[ "[130, 130, 112, 40, 5, 77]" ]
task206-973d67df408a49fa8a20df948856aee7
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, 11, 18, 43, 150] Output:
[ "[304, 34, 9, 130, 75]" ]
task206-1afc1db01397442ea262e5eee938b2a1
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: [39, 66] Output:
[ "[118, 33]" ]
task206-6514bb33a1394216914d02156254cdf0
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: [43, 33, 37, 116, 123, 91] Output:
[ "[130, 100, 112, 58, 370, 274]" ]
task206-adb8b0f7843e4be197c70f262a878065
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, 57, 104] Output:
[ "[51, 172, 52]" ]
task206-bdd26ce8f5894286b77f23fa2070ff45
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: [48, 35, 37, 92] Output:
[ "[24, 106, 112, 46]" ]
task206-e243519414bc46e893b475435b64c3f4
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: [87, 115] Output:
[ "[262, 346]" ]
task206-fb9b6cfe0530472996b6bd3b3c3e3eb5
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: [17, 132, 6, 25, 144, 186] Output:
[ "[52, 66, 3, 76, 72, 93]" ]
task206-7b7bd62cd3c14e74adf82fc068fa5472
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, 157] Output:
[ "[400, 472]" ]
task206-61d68024eb264b4ba66237ba1d31b707
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: [164, 148, 127] Output:
[ "[82, 74, 382]" ]
task206-85564c894be54f14b47668a22fc9edb8
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, 188, 185] Output:
[ "[81, 94, 556]" ]
task206-ca63c4d39e0347139f112a565186173a
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: [68, 20] Output:
[ "[34, 10]" ]
task206-5d28f46fac0946e381fac4823fe3b330
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, 93, 85, 18, 171] Output:
[ "[5, 280, 256, 9, 514]" ]
task206-d36c859bc69244cea733eaa4b6722bf0
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, 144, 57, 34, 8, 193, 184, 169, 130] Output:
[ "[424, 72, 172, 17, 4, 580, 92, 508, 65]" ]
task206-339c8b77059d4c6f83b6f1f3479a1193
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: [166, 45, 63, 179, 157, 183] Output:
[ "[83, 136, 190, 538, 472, 550]" ]
task206-4ee40754ee024e49a42ca297392ab858
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, 177, 41, 38, 125, 15, 16, 178, 129] Output:
[ "[544, 532, 124, 19, 376, 46, 8, 89, 388]" ]
task206-fb9dbed9709e42b78e4f28d4512225e2
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: [123, 115, 78, 177, 158, 68, 103, 200, 103] Output:
[ "[370, 346, 39, 532, 79, 34, 310, 100, 310]" ]
task206-195a571806f2484ea5ac3fb18bd01b7f
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: [61, 42, 97, 152, 74, 24] Output:
[ "[184, 21, 292, 76, 37, 12]" ]
task206-d3cea6872d6a4a9ebdefab4e2fe77099
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, 141, 134, 115, 16] Output:
[ "[58, 424, 67, 346, 8]" ]
task206-0da85bdde270449fbc11d4f268adb5d1
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, 52] Output:
[ "[26, 26]" ]
task206-3167d202907f4b2296909d1c376d5a65
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, 100] Output:
[ "[340, 50]" ]
task206-73bfdd1709b64151bc42c4e1d6aca814
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: [173, 20, 13, 29, 99, 155] Output:
[ "[520, 10, 40, 88, 298, 466]" ]
task206-464b4c29469f48c7a0b8e292bc7d25c7
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: [46, 130, 106, 105, 173, 52, 148] Output:
[ "[23, 65, 53, 316, 520, 26, 74]" ]
task206-f750bb78457b4c989f1aa693484e31b2
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: [90, 194, 21, 67, 113] Output:
[ "[45, 97, 64, 202, 340]" ]
task206-78b09198c371483ca3e77805a9b6a86f
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: [71, 178, 44, 4, 77, 189, 101, 43] Output:
[ "[214, 89, 22, 2, 232, 568, 304, 130]" ]
task206-3d36e94ccc0b47e98c8785abb00106a2
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: [200, 66, 138, 183] Output:
[ "[100, 33, 69, 550]" ]
task206-fc3c3ca8e5e54e1ca1f588fa6c321adc
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, 96, 145, 49, 196] Output:
[ "[568, 48, 436, 148, 98]" ]
task206-ff95e4497be14ca9b50fc5b60c33335c
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: [192, 187, 27, 59, 6] Output:
[ "[96, 562, 82, 178, 3]" ]
task206-b010e9810bf342a890a37e7f5590ce6a
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: [23, 82, 12, 51, 26, 73, 133, 117] Output:
[ "[70, 41, 6, 154, 13, 220, 400, 352]" ]
task206-c882a7ff8b5b4899bc32f4fdbed68250
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: [179, 71, 188, 11, 121, 129, 53, 174] Output:
[ "[538, 214, 94, 34, 364, 388, 160, 87]" ]
task206-3c0bb36a768a496f9fa749f49a2bb106
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, 140, 11, 178, 190, 86, 58, 145] Output:
[ "[58, 70, 34, 89, 95, 43, 29, 436]" ]
task206-f752f02e7350468a9cc4dc735084f56e
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, 103, 30, 161, 98, 97, 32, 66] Output:
[ "[574, 310, 15, 484, 49, 292, 16, 33]" ]
task206-ac78f750540649d9878eebddbac42dc0
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: [89, 127, 169, 165, 195] Output:
[ "[268, 382, 508, 496, 586]" ]
task206-33ba1065f5f84266a23a3d340199229c
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: [45, 130, 105, 96, 38, 119, 16, 112] Output:
[ "[136, 65, 316, 48, 19, 358, 8, 56]" ]
task206-12a8312bcc0e4af7a0884dd6e5cec96f
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: [190, 181, 86, 102, 150, 129] Output:
[ "[95, 544, 43, 51, 75, 388]" ]
task206-bb41e33b735540a980b11077c77a73da
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: [145, 146, 57, 128, 96] Output:
[ "[436, 73, 172, 64, 48]" ]
task206-7c0b0909844f4f879b5fde4f77d8e3ae
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: [106, 170, 117, 166] Output:
[ "[53, 85, 352, 83]" ]
task206-bd76b58d199844eaa7bde5063aa3c2f2
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, 176, 55] Output:
[ "[160, 88, 166]" ]
task206-5f7a5693aef042ffaf50ef03acbd15fb
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: [25, 190, 145, 61, 86] Output:
[ "[76, 95, 436, 184, 43]" ]
task206-c78fbd68dde14cb49c48d3dcc6147b61
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: [192, 109, 25, 11, 194, 105] Output:
[ "[96, 328, 76, 34, 97, 316]" ]
task206-5e86f74014994c4184de19572121ef86
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: [69, 63, 194, 166, 80, 60, 97, 99] Output:
[ "[208, 190, 97, 83, 40, 30, 292, 298]" ]
task206-1f46547cd8d94488a7e1abe14fecf3c9
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, 8, 124, 80, 170] Output:
[ "[484, 4, 62, 40, 85]" ]
task206-00664dc716c44377982dfbefefe38887
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, 137, 161, 20, 133, 155, 191, 84, 30] Output:
[ "[26, 412, 484, 10, 400, 466, 574, 42, 15]" ]
task206-c5778319352f49a99a4673ec15bcb27c
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, 32, 173, 184] Output:
[ "[286, 16, 520, 92]" ]
task206-ee51425457c549f7a5544d09ed755a52
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: [147, 181, 74, 6, 23, 113, 126, 189, 158] Output:
[ "[442, 544, 37, 3, 70, 340, 63, 568, 79]" ]
task206-4ca69c9fedfe4136a33073e0b9ffa2c9
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: [135, 60, 143, 147] Output:
[ "[406, 30, 430, 442]" ]
task206-5b84084b1f38451abf41f95a5be681d4
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, 200, 175] Output:
[ "[154, 100, 526]" ]
task206-8e76673be80646ac85d5b842460db1d8
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, 162, 24, 146, 184, 1, 121, 162, 133] Output:
[ "[286, 81, 12, 73, 92, 4, 364, 81, 400]" ]
task206-6c68502482a142d99fcfca1e13778311
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: [163, 128, 200, 141, 40, 52, 77, 107, 181] Output:
[ "[490, 64, 100, 424, 20, 26, 232, 322, 544]" ]
task206-6cdfe5fa34e146c19cc480518675ea4d
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, 121, 113, 149] Output:
[ "[316, 364, 340, 448]" ]
task206-d766a60ab733468ebef9dcc2c32ba259
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, 178, 22] Output:
[ "[31, 89, 11]" ]
task206-9ff25563351140d1990f3bebc00b0d5e
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, 171] Output:
[ "[56, 514]" ]
task206-e33c0aaa471a4bbbaa51d92a48354f1b
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, 103, 34, 197, 7, 59, 154] Output:
[ "[88, 310, 17, 592, 22, 178, 77]" ]
task206-d0550e492e694c0ba2c78fb6e920607b
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: [132, 175, 40, 128, 171, 77, 195] Output:
[ "[66, 526, 20, 64, 514, 232, 586]" ]
task206-e12dae764aee48ddb56b9ff320e3db9b
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, 121, 170, 189, 31] Output:
[ "[69, 364, 85, 568, 94]" ]
task206-a11de96fdc9b4bc690f667cb69a016a4
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, 104, 118] Output:
[ "[430, 52, 59]" ]
task206-d87c06c3c2d44751a553a9a06c3d3d8b
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: [135, 198, 177, 129, 68, 186, 106, 41] Output:
[ "[406, 99, 532, 388, 34, 93, 53, 124]" ]
task206-670afbe1297a4515b44310d2fec9b3b0
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, 177, 43, 20, 66, 174, 175, 189] Output:
[ "[72, 532, 130, 10, 33, 87, 526, 568]" ]
task206-d80096e603b34f8e88c61ffebd48826b
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: [119, 24, 14] Output:
[ "[358, 12, 7]" ]
task206-c4978ee69d074082ba5cdaae1ff589ea
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: [23, 195, 4] Output:
[ "[70, 586, 2]" ]
task206-97e0d37b0377417a8bce99292964f5ce
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: [63, 171, 135, 200, 50, 21, 30, 132] Output:
[ "[190, 514, 406, 100, 25, 64, 15, 66]" ]
task206-7a1522dc162b4b36a377f1d0b99a7565
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, 141, 95, 124, 171, 34] Output:
[ "[87, 424, 286, 62, 514, 17]" ]
task206-5e44e1bca84740faa64731ae189ad35c
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, 135, 172, 148, 101, 61] Output:
[ "[13, 406, 86, 74, 304, 184]" ]
task206-90e22007a15c40dbb6ee56a4641cf7dd
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: [197, 141, 80, 29, 90, 184] Output:
[ "[592, 424, 40, 88, 45, 92]" ]
task206-e54ea9232eeb4347b1a34978635eee78
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: [200, 43, 192, 65, 78] Output:
[ "[100, 130, 96, 196, 39]" ]
task206-8c974847311a4188a5a86ff7c09816e1
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, 9, 173, 126] Output:
[ "[99, 28, 520, 63]" ]
task206-0be8288e58cc41009701f6e30178b573
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: [109, 28] Output:
[ "[328, 14]" ]
task206-9d13283136c44b51b25f6fe335a19d08
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: [72, 54, 175, 67, 137, 54, 53, 73] Output:
[ "[36, 27, 526, 202, 412, 27, 160, 220]" ]
task206-7ef4dd3337884eda83766b26080135bb
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: [22, 23, 63, 106, 92, 132, 166] Output:
[ "[11, 70, 190, 53, 46, 66, 83]" ]
task206-b770586d08374c44880cc535fd81f4e0
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, 56, 71, 161] Output:
[ "[16, 28, 214, 484]" ]
task206-943599254c60423e85d844104761f8ad
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, 55, 4, 132, 86, 104, 29, 166] Output:
[ "[62, 166, 2, 66, 43, 52, 88, 83]" ]
task206-7fc88b3601af44cfb940d1ae0c463575
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, 128, 156, 91, 22, 116, 78] Output:
[ "[16, 64, 78, 274, 11, 58, 39]" ]
task206-05b8da9b7591405d849a61cba5a4130a
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: [49, 108, 130, 157] Output:
[ "[148, 54, 65, 472]" ]
task206-5ff5225cd6a943f5b898457f48cc5d19
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: [58, 140, 57, 103, 139, 27] Output:
[ "[29, 70, 172, 310, 418, 82]" ]
task206-1ce73b16d6de4b249bc08104bb6e5ef9
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: [163, 158, 22, 121, 159, 17, 62, 68, 173] Output:
[ "[490, 79, 11, 364, 478, 52, 31, 34, 520]" ]
task206-751287f907ac4f38bfed8001ebf4ff89
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: [197, 132, 76, 197, 113, 73, 44, 174, 58] Output:
[ "[592, 66, 38, 592, 340, 220, 22, 87, 29]" ]
task206-be0c5a2f0a6646af834ba993f0b33a14
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, 182, 197] Output:
[ "[388, 91, 592]" ]
task206-b16806cb480d41b7a7cc5ed9e6b66ecd
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, 156, 149, 113, 13, 61, 124, 183] Output:
[ "[322, 78, 448, 340, 40, 184, 62, 550]" ]
task206-dcb840c5b7d147c882694ab83ea6e722
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: [135, 78, 190, 120, 144] Output:
[ "[406, 39, 95, 60, 72]" ]
task206-404d6cdf570040d987b83c21afd8e97d
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, 138, 124, 79, 150, 176, 105] Output:
[ "[99, 69, 62, 238, 75, 88, 316]" ]
task206-d93383b327b24f72b650d1731ef277cc
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: [9, 79, 89, 161] Output:
[ "[28, 238, 268, 484]" ]
task206-0a3d663ef1f54718a41bcd8c39b1cf65
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, 23, 114, 13, 185, 154, 11] Output:
[ "[87, 70, 57, 40, 556, 77, 34]" ]
task206-d06f0b60e8a9496c923bdb531e44ece8
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, 195, 155] Output:
[ "[142, 586, 466]" ]
task206-2feca5aba74a45289bb5f3899a1a9c64
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, 104, 32] Output:
[ "[13, 52, 16]" ]
task206-2c2ec365ccee4045954853cb6b946a12
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: [59, 51, 30, 133, 59, 44, 176, 108, 29] Output:
[ "[178, 154, 15, 400, 178, 22, 88, 54, 88]" ]
task206-cafe9b79ab144d7dbd6e5659b340fef5
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: [90, 199, 99, 49, 81, 157] Output:
[ "[45, 598, 298, 148, 244, 472]" ]
task206-2f4e8ca0614f4ccebc174201603e972b
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, 150, 17] Output:
[ "[13, 75, 52]" ]
task206-a8d290a1a8b64efd8c49956659d81df8
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: [6, 194, 164, 23, 170] Output:
[ "[3, 97, 82, 70, 85]" ]
task206-6b4a2ac7a63246f6b418126d87b3f5bd
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: [179, 61, 185, 72, 151] Output:
[ "[538, 184, 556, 36, 454]" ]
task206-1eaed71d11d54df1b7799e8887cc653a
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: [76, 5, 136, 190, 63, 182, 178, 168, 27] Output:
[ "[38, 16, 68, 95, 190, 91, 89, 84, 82]" ]
task206-becf237040ff4e48824103fa6a4f7179
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, 185, 56] Output:
[ "[322, 556, 28]" ]
task206-1ea56c8ca98440e18ddd0c06915e02a4
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: [60, 77, 4, 41, 71] Output:
[ "[30, 232, 2, 124, 214]" ]
task206-cca4b84bc7a548fe88dcb6bc63e13225
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: [197, 97, 47, 4, 129, 32, 33] Output:
[ "[592, 292, 142, 2, 388, 16, 100]" ]
task206-6fc18ac5c2b145488ca1191b04d7ad2f
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: [63, 26, 158, 74, 100, 193, 196, 185, 21] Output:
[ "[190, 13, 79, 37, 50, 580, 98, 556, 64]" ]
task206-d88af07350594d4ea4c0d47fc7e695fe
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: [58, 172, 178, 64, 14, 124, 143, 176] Output:
[ "[29, 86, 89, 32, 7, 62, 430, 88]" ]
task206-60f82c4503df4c33913f9719f5b4669b
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, 181, 146, 109] Output:
[ "[322, 544, 73, 328]" ]
task206-5ecaced665a94d8b8b845a79991c3cce
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: [39, 3, 188, 116, 21, 138, 10, 63] Output:
[ "[118, 10, 94, 58, 64, 69, 5, 190]" ]
task206-4b3476aefac8442882d24219d6d3a8d7