|
[ |
|
{ |
|
"task_id": 1, |
|
"mbpp_task_id": 776, |
|
"source": "https://www.geeksforgeeks.org/python-program-to-count-characters-surrounding-vowels/", |
|
"licence": "CC BY-SA", |
|
"task": "Count non-vowels neighboring at least one vowel in a string." |
|
}, { |
|
"task_id": 2, |
|
"mbpp_task_id": 639, |
|
"source": "https://www.w3resource.com/python-exercises/lambda/python-lambda-exercise-22.php", |
|
"licence": "CC Attribution 4.0 International License", |
|
"task": "Sum the length of the strings of a given list after removing the strings that start with a lowercase letter." |
|
}, { |
|
"task_id": 3, |
|
"mbpp_task_id": 793, |
|
"source": "https://www.geeksforgeeks.org/find-first-and-last-positions-of-an-element-in-a-sorted-array/", |
|
"licence": "CC BY-SA", |
|
"task": "Find the position of last occurrences of an element in a sorted array." |
|
}, { |
|
"task_id": 4, |
|
"mbpp_task_id": -1, |
|
"source": "https://www.geeksforgeeks.org/text-preprocessing-in-python-set-1/", |
|
"licence": "CC BY-SA", |
|
"task": "Lowercase the given input text." |
|
}, { |
|
"task_id": 5, |
|
"mbpp_task_id": 725, |
|
"source": "https://www.geeksforgeeks.org/extract-string-from-between-quotations-python/", |
|
"licence": "CC BY-SA", |
|
"task": "Extract string from between quotations." |
|
}, { |
|
"task_id": 6, |
|
"mbpp_task_id": 619, |
|
"source": "https://www.geeksforgeeks.org/python-program-to-move-numbers-to-the-end-of-the-string/", |
|
"licence": "CC BY-SA", |
|
"task": "Move numbers to the end of the string." |
|
}, { |
|
"task_id": 7, |
|
"mbpp_task_id": 602, |
|
"source": "https://www.geeksforgeeks.org/find-the-first-repeated-character-in-a-string/", |
|
"licence": "CC BY-SA", |
|
"task": "Find the first repeated character in a string." |
|
}, { |
|
"task_id": 8, |
|
"mbpp_task_id": 616, |
|
"source": "https://www.geeksforgeeks.org/python-modulo-of-tuple-elements/", |
|
"licence": "CC BY-SA", |
|
"task":"Perform element wise modulo of tuples of the same length." |
|
}, { |
|
"task_id": 9, |
|
"mbpp_task_id": 641, |
|
"source": "https://www.geeksforgeeks.org/nonagonal-number/#:~:text=The%20nth%20nonagonal%20number,7n%20%E2%80%93%205)%20%2F%202.", |
|
"licence": "CC BY-SA", |
|
"task":"Find the nth nonagonal number." |
|
}, { |
|
"task_id": 10, |
|
"mbpp_task_id": 784, |
|
"source": "https://www.w3resource.com/python-exercises/list/python-data-type-list-exercise-137.php", |
|
"licence": "CC Attribution 4.0 International License", |
|
"task":"Find the first even and odd number of a given list." |
|
}, { |
|
"task_id": 11, |
|
"mbpp_task_id": 785, |
|
"source": "https://www.geeksforgeeks.org/python-convert-tuple-string-to-integer-tuple/#:~:text=One%20can%20face%20a%20problem,tuple()%20and%20int().", |
|
"licence": "CC BY-SA", |
|
"task":"Convert tuple string to integer tuple." |
|
}, { |
|
"task_id": 12, |
|
"mbpp_task_id": 574, |
|
"source":"https://www.w3resource.com/python-exercises/math/python-math-exercise-5.php", |
|
"licence": "CC Attribution 4.0 International License", |
|
"task":"Compute the surface area of a cylinder." |
|
}, { |
|
"task_id": 13, |
|
"mbpp_task_id": 786, |
|
"source":"https://www.w3resource.com/python-exercises/data-structures-and-algorithms/python-data-structure-exercise-25.php", |
|
"licence": "CC Attribution 4.0 International License", |
|
"task":"Locate the right insertion point for a specified value in sorted order." |
|
}, { |
|
"task_id": 14, |
|
"mbpp_task_id": 566, |
|
"source":"https://www.geeksforgeeks.org/program-for-sum-of-the-digits-of-a-given-number/", |
|
"licence": "CC BY-SA", |
|
"task": "Get the sum of the digits of a non-negative integer." |
|
}, { |
|
"task_id": 15, |
|
"mbpp_task_id": 603, |
|
"source":"https://www.geeksforgeeks.org/program-for-sum-of-the-digits-of-a-given-number/", |
|
"licence": "CC BY-SA", |
|
"task": "Get lucid numbers smaller than or equal to a given integer." |
|
}, { |
|
"task_id": 16, |
|
"mbpp_task_id": 760, |
|
"source":"https://www.geeksforgeeks.org/check-if-an-array-contains-only-one-distinct-element/", |
|
"licence": "CC BY-SA", |
|
"task": "Check whether a list of numbers contains only one distinct element or not." |
|
}, { |
|
"task_id": 17, |
|
"mbpp_task_id": 744, |
|
"source":"https://www.geeksforgeeks.org/python-check-if-tuple-has-any-none-value/", |
|
"licence": "CC BY-SA", |
|
"task": "Check if the given tuple has any none value or not." |
|
}, { |
|
"task_id": 18, |
|
"mbpp_task_id": 772, |
|
"source":"https://www.geeksforgeeks.org/python-program-to-remove-k-length-words-in-string/", |
|
"licence": "CC BY-SA", |
|
"task": "Remove all the words with k length in the given string." |
|
}, { |
|
"task_id": 19, |
|
"mbpp_task_id": 775, |
|
"source":"https://www.w3resource.com/python-exercises/basic/python-basic-1-exercise-95.php", |
|
"licence": "CC Attribution 4.0 International License", |
|
"task": "Check whether every odd index contains odd numbers of a given list." |
|
}, { |
|
"task_id": 20, |
|
"mbpp_task_id": 597, |
|
"source":"https://www.geeksforgeeks.org/k-th-element-two-sorted-arrays/", |
|
"licence": "CC BY-SA", |
|
"task": "Find kth element from the given two sorted arrays." |
|
} |
|
] |
|
|