File size: 5,569 Bytes
fcf6b5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301b108
fcf6b5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
    {
        "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."
    }
]