start
stringlengths
5
368
code
stringlengths
5
143
end
stringlengths
5
527
i = 1; u = 'c'; y = 'bcab'
u = y[i - 1] if i > 0 else None
i = 1; u = 'b'; y = 'bcab'
b = 1; x = [0, 0, 0, 0, 0]
x[1] = b
b = 1; x = [0, 1, 0, 0, 0]
d = {(2): [[2, 3]], (3): []}; p = 4; r = 3; t = 1
d[r].append([t, p])
d = {2: [[2, 3]], 3: [[1, 4]]}; p = 4; r = 3; t = 1
d = 5; h = 6; k = 6
d = k - h
d = 0; h = 6; k = 6
c = [4, 5, 3, 7, 2]; d = [3]; i = 4
d.append(c[i])
c = [4, 5, 3, 7, 2]; d = [3, 2]; i = 4
l = 5
i.append(l)
i = [5]; l = 5
i = 0
j, q, x = i, 0, {}
i = 0; j = 0; q = 0; x = {}
k = 1.7999999999999995e-79
k = k / 10
k = 1.7999999999999994e-80
b = [0]
v = b.pop()
b = []; v = 0
k = [[0, 0, 0], [0, 0, 1], [0, 1, 0], [0, 1, 2]]; o = [0, 2, 1]
k.append(o)
k = [[0, 0, 0], [0, 0, 1], [0, 1, 0], [0, 1, 2], [0, 2, 1]]; o = [0, 2, 1]
e = [33, 11, 44, 11, 55]; j = 2; z = 11
z = e[j]
e = [33, 11, 44, 11, 55]; j = 2; z = 44
e = {(1): True, (5): True, (3): True}; x = 4
e[x] = True
e = {1: True, 5: True, 3: True, 4: True}; x = 4
s = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765]
s.append(s[-2] + s[-1])
s = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946]
a = 538594551; s = 590534369
s *= a
a = 538594551; s = 318058593321623319
c = 7; r = 2; x = 1
x = min(c, r)
c = 7; r = 2; x = 2
j = 2; s = 7; y = [0, 1, 3, 0, 4, 1, 7, 0, 8]
s ^= y[j]
j = 2; s = 4; y = [0, 1, 3, 0, 4, 1, 7, 0, 8]
j = 'a', 'c'; q = 3
q += 'a' in j
j = ('a', 'c'); q = 4
r = 'aaabbb'
o = list(r[len(r) // 2:])
o = ['b', 'b', 'b']; r = 'aaabbb'
r = 4
r = r + 1
r = 5
i = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; j = 9; r = 511
r = r + i[j] * 2 ** j
i = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; j = 9; r = 1023
m = [73, 48, 95, 95, 33, 47, 98, 91, 95, 93, 70, 85]; x = 33
m.append(x)
m = [73, 48, 95, 95, 33, 47, 98, 91, 95, 93, 70, 85, 33]; x = 33
l = {(1.0): True}; m = 4; x = 0.0; y = 0
l[(x + 1) * m + (y + 1)] = True
l = {1.0: True, 5.0: True}; m = 4; x = 0.0; y = 0
i = 13; j = [6, 8, 10, 11, 15, 16, 20, 20, 20, 20, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; m = 20
j[i] = m
i = 13; j = [6, 8, 10, 11, 15, 16, 20, 20, 20, 20, 20, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; m = 20
a = 48; o = 60; r = 11
a = r ^ o
a = 55; o = 60; r = 11
d = 0; k = [[], []]; y = 5
k[d].append(y)
d = 0; k = [[5], []]; y = 5
c = [1, 2]; i = 0; k = 1
c[i] += k
c = [2, 2]; i = 0; k = 1
a = '110000'; c = False; i = 2
c = a[i] == a[i + 2]
a = '110000'; c = True; i = 2
f = deque([]); i = '{'
f.append(i)
f = deque(['{']); i = '{'
x = [5, 4, 3, 2]
x = sorted(x)
x = [2, 3, 4, 5]
i = 2; j = [1, 3, 5, 7, 9]; n = 3
n = j[i]
i = 2; j = [1, 3, 5, 7, 9]; n = 5
g = [{'a': 1, 'b': 2}, {'b': 2, 'a': 1}]; z = {'a': 1}
g.append(z)
g = [{'a': 1, 'b': 2}, {'b': 2, 'a': 1}, {'a': 1}]; z = {'a': 1}
a = 1; d = 'cdcd'; l = 'd'; z = 1
l = d[a:z + 1 + a]
a = 1; d = 'cdcd'; l = 'dc'; z = 1
t = 4; y = 7
t = y
t = 7; y = 7
l = 3; v = 3
v = l + 1
l = 3; v = 4
c = [5]; i = 3; r = [4, 5, 3, 7, 2]
c.append(r[i])
c = [5, 7]; i = 3; r = [4, 5, 3, 7, 2]
a = 3; x = 3
a = a + x
a = 6; x = 3
c = {2, 3}; x = 0
x = c.pop()
c = {3}; x = 2
i = []; n = 2; s = 'wedowhatwemustbecausewecan'
a = i + [s[:n]]
a = ['we']; i = []; n = 2; s = 'wedowhatwemustbecausewecan'
k = 'SQSSOR'
k = k[3:]
k = 'SOR'
l = 16
s = l
l = 16; s = 16
d = {'a': 0, 'b': 0, 'c': 1, 'd': 0, 'e': 0, 'f': 0}; s = 'c'; x = 'g'
d[x] = s.count(x)
d = {'a': 0, 'b': 0, 'c': 1, 'd': 0, 'e': 0, 'f': 0, 'g': 0}; s = 'c'; x = 'g'
g = 16; j = 16
g = j * 2
g = 32; j = 16
u = 2; z = 100
d, q = divmod(u, z)
d = 0; q = 2; u = 2; z = 100
b = 'iluhkq'; j = 9; s = 'ifailuhkqq'
b += s[j]
b = 'iluhkqq'; j = 9; s = 'ifailuhkqq'
l = '999109991199912'; q = '999100'
l = q
l = '999100'; q = '999100'
a = [(5, 1), (2, 1), (1, 1), (8, 1)]; l = 10; m = 0
a.append((l, m))
a = [(5, 1), (2, 1), (1, 1), (8, 1), (10, 0)]; l = 10; m = 0
k = '2'; n = '8'
n, k = [int(n), int(k)]
k = 2; n = 8
e = []; i = ['1', '0', '5\n']; t = [[], []]
e.append(int(i[2]))
e = [5]; i = ['1', '0', '5\n']; t = [[], []]
k = 1; l = ['D']; y = 'DANIEL'
l.append(y[k])
k = 1; l = ['D', 'A']; y = 'DANIEL'
k = 3; q = 2; r = 1
r = q + k - 1
k = 3; q = 2; r = 4
x = 1
p.append(x)
p = [1]; x = 1
t = [1, 1, 2, 3, 5, 8, 13, 21, 34]
t.append(t[-2] + t[-1])
t = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55]
f = '-520 -470 '; r = -20, 30
f += '{} {} '.format(r[0], r[1])
f = '-520 -470 -20 30 '; r = (-20, 30)
w = 0
w += 1
w = 1
a = 53; i = 0; j = 0; k = [[1, 3, 4], [2, 2, 3], [1, 2, 4]]
a = a + abs(k[i][j] - k[i][j + 1])
a = 55; i = 0; j = 0; k = [[1, 3, 4], [2, 2, 3], [1, 2, 4]]
t = 2
t += 1
t = 3
i = 1; j = 1
j = i - 1
i = 1; j = 0
m = '500 3\n'; y = [['100', '5\n'], ['120', '10\n'], ['300', '2\n']]
y.append(m.split(' '))
m = '500 3\n'; y = [['100', '5\n'], ['120', '10\n'], ['300', '2\n'], ['500', '3\n']]
e = ['ebacd', 'fghij', 'olmkn', 'trpqs', 'xywuv']; i = 1; x = ['a', 'b', 'c', 'd', 'e']; y = ['f', 'g', 'h', 'i', 'j']
x, y = sorted(e[i]), sorted(e[i + 1])
e = ['ebacd', 'fghij', 'olmkn', 'trpqs', 'xywuv']; i = 1; x = ['f', 'g', 'h', 'i', 'j']; y = ['k', 'l', 'm', 'n', 'o']
g = {'afi': 2, 'ail': 1, 'ilu': 1, 'hlu': 1}; w = 'hku'
g[w] = 1
g = {'afi': 2, 'ail': 1, 'ilu': 1, 'hlu': 1, 'hku': 1}; w = 'hku'
o = ( '1 1 3 3 6 8 9 9 10 12 13 16 16 18 20 21 21 22 23... 46 48 50 53 56 56 57 59 60 61 63 65 67 67 68 69 ' ); x = 69
o += str(x) + ' '
o = '1 1 3 3 6 8 9 9 10 12 13 16 16 18 20 21 21 22 23... 46 48 50 53 56 56 57 59 60 61 63 65 67 67 68 69 69 '; x = 69
g = '+-++++++++'; q = ['+-++++++++', '+-++++++++']
q.append(g)
g = '+-++++++++'; q = ['+-++++++++', '+-++++++++', '+-++++++++']
i = {(2): [1], (4): []}; x = 2; y = 4
i[y].append(x)
i = {2: [1], 4: [2]}; x = 2; y = 4
t = [0, 0, 0, 0, 0]
t.append(0)
t = [0, 0, 0, 0, 0, 0]
t = [3, 1, 2]
f = len(t)
f = 3; t = [3, 1, 2]
g = [2, 1.2, 0.12, 0.012, 0.0012000000000000001, 0.00012000000000000002]; t = 1.2000000000000002e-05
g.append(t)
g = [2, 1.2, 0.12, 0.012, 0.0012000000000000001, 0.00012000000000000002, 1.2000000000000002e-05]; t = 1.2000000000000002e-05
k = 'a'; x = 'babfab'
x = x.replace(k, '')
k = 'a'; x = 'bbfb'
h = [[1, 1, 1, 2, 3], [2, 3, 4], [1, 4, 1, 1]]; t = 1; u = [2, 3, 4]
y = h[t].pop()
h = [[1, 1, 1, 2, 3], [2, 3], [1, 4, 1, 1]]; t = 1; u = [2, 3, 4]; y = 4
l = 5
l += 1
l = 6
i = 5; n = 999100
i = len(str(n))
i = 6; n = 999100
i = 4; r = [1, 2]
r.append(i)
i = 4; r = [1, 2, 4]
c = 'abcd'; g = ['a']; i = 0; j = 1
g = [el for el in c[i:j + 1]]
c = 'abcd'; g = ['a', 'b']; i = 0; j = 1
w = [[0, 0, 0], [0, 0, 1], [0, 0, 2], [0, 1, 0]]; x = 0; y = 1; z = 1
w.append([x, y, z])
w = [[0, 0, 0], [0, 0, 1], [0, 0, 2], [0, 1, 0], [0, 1, 1]]; x = 0; y = 1; z = 1
d = Counter({(4): 1}); r = 4
d[r] = d[r] + 1
d = Counter({4: 2}); r = 4
d = ['1', '2', '3', '21', '7', '12', '14', '21']; e = [1, 2, 3, 21]; x = 4
e.append(int(d[x]))
d = ['1', '2', '3', '21', '7', '12', '14', '21']; e = [1, 2, 3, 21, 7]; x = 4
g = 6.0; y = 1.0
s = (g - y) / g
g = 6.0; s = 0.8333333333333334; y = 1.0
w = '10010'
w += '1'
w = '100101'
a = 2; k = 4; s = [3, 4, 21, 36, 10, 28, 35, 5, 24, 42]
k = s[a]
a = 2; k = 21; s = [3, 4, 21, 36, 10, 28, 35, 5, 24, 42]
p = 2
p *= 2
p = 4
n = {11, 12}
n = list(n)
n = [11, 12]
b = [1, 23, 12]; x = '6'
b.append(int(x))
b = [1, 23, 12, 6]; x = '6'
b = 1; i = 2
b = i
b = 2; i = 2
y = [4, 2]
y.reverse()
y = [2, 4]
i = [[1, 1, 0, 0], [0, 1, 1, 0]]; o = [0, 0, 1, 0]
i.append(o)
i = [[1, 1, 0, 0], [0, 1, 1, 0], [0, 0, 1, 0]]; o = [0, 0, 1, 0]
i = 1; u = [1, 0, 0]
u[i] = u[i - 1] + 1
i = 1; u = [1, 2, 0]
o = [['H', 'H'], ['H', 'A'], ['H', 'C'], ['H', 'K'], ['A', 'A'], ['A', 'C'], ['A', 'K']]; y = 'C', 'C'
o.append(list(y))
o = [['H', 'H'], ['H', 'A'], ['H', 'C'], ['H', 'K'], ['A', 'A'], ['A', 'C'], ['A', 'K'], ['C', 'C']]; y = ('C', 'C')
a = ['POTATO', 'CHIPS', 30]
a[0] = a[0] + ' ' + a[1]
a = ['POTATO CHIPS', 'CHIPS', 30]
a = [3]; v = -1
a.append(v)
a = [3, -1]; v = -1
n = 2
l = n / 2
l = 1.0; n = 2
r = 21; u = 8
r += u
r = 29; u = 8
i = 2; j = 1; n = [['A', 'A'], ['A', 'C'], ['A', 'K'], ['C', 'C'], ['C', 'H'], ['H', 'H'], ['H', 'K'], ['K', 'K']]; r = 'A'
r += ''.join(n[i][j])
i = 2; j = 1; n = [['A', 'A'], ['A', 'C'], ['A', 'K'], ['C', 'C'], ['C', 'H'], ['H', 'H'], ['H', 'K'], ['K', 'K']]; r = 'AK'
a = 6; m = {(1): [3, 2], (2): [4, 1, 3], (3): [1, 4, 2], (4): [3, 2], (5): [], (6): [] }; s = 5
m[s].append(a)
a = 6; m = {1: [3, 2], 2: [4, 1, 3], 3: [1, 4, 2], 4: [3, 2], 5: [6], 6: []}; s = 5
j = [None, 2, 4, 5, 6]; l = 7
j.append(l)
j = [None, 2, 4, 5, 6, 7]; l = 7
a = [0, 1, 2, 4, 3]; y = 4
a[y - 2], a[y - 1], a[y] = a[y - 1], a[y], a[y - 2]
a = [0, 1, 4, 3, 2]; y = 4
c = 'a'
s[c] = s.get(c, 0) + 1
c = 'a'; s = {'a': 1}
a = 5; b = 3; x = [0, 0, 0, 0]
x.append(min(a, b))
a = 5; b = 3; x = [0, 0, 0, 0, 3]
d = {'bcde': 1, 'bcdef': 2, 'abcdefg': 1}; o = '2 '; w = 'abcdefg'
able += str(d[w]) + ' '
d = {'bcde': 1, 'bcdef': 2, 'abcdefg': 1}; e = 'art6zLLZ1LRoc5l1 '; o = '2 '; w = 'abcdefg'
c = 'c'; h = {'c': 3, 'd': 3}
h[c] += 1
c = 'c'; h = {'c': 4, 'd': 3}
i = 3; q = [1, 1, 2, 2]
q[i] += 1
i = 3; q = [1, 1, 2, 3]
i = 'f'; j = {'c': 4, 'd': 4, 'e': 4}
j[i] = j.get(i, 0) + 1
i = 'f'; j = {'c': 4, 'd': 4, 'e': 4, 'f': 1}