start
stringlengths
5
368
code
stringlengths
5
143
end
stringlengths
5
527
y = [0, 1, 1, 2, 3, 5, 4052739537881, 6557470319842, 10610209857723, 17167680177565, 27777890035288]
y.append(y[-1] + y[-2])
y = [0, 1, 1, 2, 3, 5, 4052739537881, 6557470319842, 10610209857723, 17167680177565, 27777890035288, 44945570212853]
z = [2, 1, 3, 1]
z.reverse()
z = [1, 3, 1, 2]
i = 0
i -= 1
i = -1
a = {(1): 0, (2): 24, (3): -1, (4): 20}; x = 3, 3; y = 3
a[x[0]] = y
a = {1: 0, 2: 24, 3: 3, 4: 20}; x = (3, 3); y = 3
c = 0; r = 5
c = r // 2 + 1
c = 3; r = 5
c = 32; l = 3.5; x = 7
l += x % c - (c / 2 - 1)
c = 32; l = -4.5; x = 7
c = '1'; j = 8
j = int(c)
c = '1'; j = 1
t = 295636; w = 50
t = w
t = 50; w = 50
a = {'c': 1, 'cd': 1, 'ccd': 1}; s = 'ccdd'
a[s] = 1
a = {'c': 1, 'cd': 1, 'ccd': 1, 'ccdd': 1}; s = 'ccdd'
r = 'X'; t = 2; u = {'_': 3, 'X': 1, 'Y': 1}
u[r] = t
r = 'X'; t = 2; u = {'_': 3, 'X': 2, 'Y': 1}
i = 1; j = 0; t = [[0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0]]
t[i][j] = 1
i = 1; j = 0; t = [[0, 0, 0, 0, 0, 0], [1, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0]]
i = 6; y = {(0): 0, (1): 0, (2): 0, (3): 0, (4): 0, (5): 0}
y[i] = 0
i = 6; y = {0: 0, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0}
m = [[0, 3]]; o = [0, 3]
m.remove(o)
m = []; o = [0, 3]
b = '11111111111111100001110110111'
b += '1'
b = '111111111111111000011101101111'
c = 1; o = 5
d = abs(c - o)
c = 1; d = 4; o = 5
i = 3; s = 14
s = s + i
i = 3; s = 17
d = {(0): 0, (1): 0, (2): 0, (3): 0, (4): 0, (5): 0}; i = 6
d[i] = 0
d = {0: 0, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0}; i = 6
i = 2; q = 10; s = 3
q = (i + 1) * s
i = 2; q = 9; s = 3
r = '2'; v = ['1', '1', '3']
v.append(r)
r = '2'; v = ['1', '1', '3', '2']
b = 4; j = 1
b += j
b = 5; j = 1
b = 1; o = {(0): 0, (1): 1, (2): 2, (3): 3, (4): 4}
h = o[b]
b = 1; h = 1; o = {0: 0, 1: 1, 2: 2, 3: 3, 4: 4}
d = {'a': 3, 'b': 2}; g = 3; l = 'b'
d[l] = g
d = {'a': 3, 'b': 3}; g = 3; l = 'b'
i = 4; t = [1, 2, 3, 4]
t.append(i + 1)
i = 4; t = [1, 2, 3, 4, 5]
n = 1
q += n
n = 1; q = 50
j = 'b'; v = {'a': 2}
v[j] = 1
j = 'b'; v = {'a': 2, 'b': 1}
m = [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
m = [(0) for x in range(26)]
m = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
c = 0; d = 1; j = 2
c, d = j - 1, j
c = 1; d = 2; j = 2
d = 8; g = [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]
g[d] += 1
d = 8; g = [0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]
p = [3, 4, 2, 3, 6, 1, 3, 6, 9, 10]; x = 9; z = 6
z = p[x - 1]
p = [3, 4, 2, 3, 6, 1, 3, 6, 9, 10]; x = 9; z = 9
i = 'c'; j = 'a'; s = 2
s += abs(ord(i) - ord(j))
i = 'c'; j = 'a'; s = 4
b = [3, 2, 1]; m = 3
b.append(m)
b = [3, 2, 1, 3]; m = 3
d = 3; e = 1; v = 1
v = int((e + d) / 2)
d = 3; e = 1; v = 2
i = '100000000000000000000000000'
i += '0'
i = '1000000000000000000000000000'
a = [-520, -470, -20]; i = [-7330761, -6461594, -3916237, -3620601, -357920, -520, -470, -20, 30, 266854, 6246457, 7374819]; x = 8
a.append(i[x])
a = [-520, -470, -20, 30]; i = [-7330761, -6461594, -3916237, -3620601, -357920, -520, -470, -20, 30, 266854, 6246457, 7374819]; x = 8
a = ['BANANA FRIES', 'FRIES', 12]
a.remove(a[1])
a = ['BANANA FRIES', 12]
d = OrderedDict([('BANANA FRIES', 12), ('POTATO CHIPS', 30), ('APPLE JUICE', 20), ('CANDY', 10)]); f = 'CANDY'; y = '5'
d[f] = d.get(f, 0) + int(y)
d = OrderedDict([('BANANA FRIES', 12), ('POTATO CHIPS', 30), ('APPLE JUICE', 20), ('CANDY', 15)]); f = 'CANDY'; y = '5'
m = [2, 5, 4]
t.append(m[0])
m = [2, 5, 4]; t = [2]
x = '89', '90', '91'
m = sum([float(y) for y in x]) / len(x)
m = 90.0; x = ('89', '90', '91')
l = [22, 7, 35, 62, 58]; r = {1, 2, 3, 4, 5, 6, 7, 8, 9, 66, 11, 55}
r.symmetric_difference_update(l)
l = [22, 7, 35, 62, 58]; r = {1, 2, 3, 4, 5, 6, 8, 9, 66, 11, 35, 22, 55, 58, 62}
e = [(0, 3), (1, 9), (2, 5)]
c = e
c = [(0, 3), (1, 9), (2, 5)]; e = [(0, 3), (1, 9), (2, 5)]
k = 64; s = ( 'In the third category he included those Brothers..., breathless from his gallop and his excitement. ' ); t = 'In the third category he included those Brothers (the majority) '
t += s[k]
k = 64; s = 'In the third category he included those Brothers..., breathless from his gallop and his excitement. '; t = 'In the third category he included those Brothers (the majority) f'
c = 'D'; m = {'B': 1, '1': 1, 'C': 1}
m[c] = 1
c = 'D'; m = {'B': 1, '1': 1, 'C': 1, 'D': 1}
x = 1; y = 3
x += y - 1
x = 3; y = 3
d = '1 2 3 9 10 12\n'; z = [[6, 7]]
z.append([int(i) for i in d.split()])
d = '1 2 3 9 10 12\n'; z = [[6, 7], [1, 2, 3, 9, 10, 12]]
k = ['400453592126560', '114213133098692', '474386082879648', '404007454272504', '549043809916080', '962410809534811']; m = '445893523733475'
k.append(m)
k = ['400453592126560', '114213133098692', '474386082879648', '404007454272504', '549043809916080', '962410809534811', '445893523733475']; m = '445893523733475'
i = 'bebeeeb'
g = len(i)
g = 7; i = 'bebeeeb'
g = ['', '']
g.append('')
g = ['', '', '']
c = 1; n = [1, 0, 0, 0, 0]
n[c - 1] += 1
c = 1; n = [2, 0, 0, 0, 0]
g = [1, 2, 3, 4]; p = 10
g.append(p)
g = [1, 2, 3, 4, 10]; p = 10
q = 6; v = 'gurwgrb'
q = len(v)
q = 7; v = 'gurwgrb'
b = 7; w = 0
b = w
b = 0; w = 0
a = ['1', '28']
a[0] = int(a[0])
a = [1, '28']
k = [1]; t = 0, 1
k.append(t[1] - 1)
k = [1, 0]; t = (0, 1)
f = {'c': 2, 'd': 1}; n = 'd'
f[n] = f[n] + 1
f = {'c': 2, 'd': 2}; n = 'd'
a = [9, 90, 99, 900, 909, 990, 999, 9000, 909000, 909009, 909090, 909099, 909900, 909909, 909990, 909999]; e = 48
a.append(int(bin(e)[2:]) * 9)
a = [9, 90, 99, 900, 909, 990, 999, 9000, 909000, 909009, 909090, 909099, 909900, 909909, 909990, 909999, 990000]; e = 48
i = 1; j = 3; k = 'atc'; o = ['a', 't', 'c', 'g', 'a', 't', 'c', 'g', 'a']
k = ''.join(o[i:i + j])
i = 1; j = 3; k = 'tcg'; o = ['a', 't', 'c', 'g', 'a', 't', 'c', 'g', 'a']
o = 73
y = (o + 2) % 5
o = 73; y = 0
i = 5; r = -1; y = {(1): {'l': 2, 'r': 3}, (2): {'l': -1, 'r': 4}, (3): {'l': -1, 'r': 5}, (4): {'l': -1, 'r': -1}, (5): {'l': -1}}
y[i]['r'] = r
i = 5; r = -1; y = {1: {'l': 2, 'r': 3}, 2: {'l': -1, 'r': 4}, 3: {'l': -1, 'r': 5}, 4: {'l': -1, 'r': -1}, 5: {'l': -1, 'r': -1}}
x = [5]; y = [1, 2, 3, 4]
x.extend(y)
x = [5, 1, 2, 3, 4]; y = [1, 2, 3, 4]
k = 0; p = [0, 1]
p.append(k)
k = 0; p = [0, 1, 0]
p = 4398046511104; s = ['1', '2', '4', '8', '16', '137438953472', '274877906944', '549755813888', '1099511627776', '2199023255552']
s.append(str(p))
p = 4398046511104; s = ['1', '2', '4', '8', '16', '137438953472', '274877906944', '549755813888', '1099511627776', '2199023255552', '4398046511104']
v = [1, 2, 3, 4]
d = max(v)
d = 4; v = [1, 2, 3, 4]
p = 1
p += 1
p = 2
o = 'aeiouuoiea'
g = o[::-1]
g = 'aeiouuoiea'; o = 'aeiouuoiea'
l = '0000000000000000000000000000010'
l += '0'
l = '00000000000000000000000000000100'
b = [1]
o = b.pop(0)
b = []; o = 1
b = 'PM'; v = '19:05:45PM'
e = v.replace(b, '', 1)
b = 'PM'; e = '19:05:45'; v = '19:05:45PM'
f = 0; p = [2, 3, 5, 6]; y = 1
f = f - p[y - 1]
f = -2; p = [2, 3, 5, 6]; y = 1
i = 3; j = 0; t = [4, 2, 3, 5, 1]
t[i], t[j] = t[j], t[i]
i = 3; j = 0; t = [5, 2, 3, 4, 1]
z = '203 204 204 205 206 207 205 208 203 206 205 206 204'
z = z.split()
z = ['203', '204', '204', '205', '206', '207', '205', '208', '203', '206', '205', '206', '204']
i = '204'; v = [203, 204, 205, 206, 207, 208, 203]
v.append(int(float(i)))
i = '204'; v = [203, 204, 205, 206, 207, 208, 203, 204]
n = 1; s = [2, 2]
n = len(s)
n = 2; s = [2, 2]
b = '1892\n'; h = [1]; j = 1
h.append(int(b[j]))
b = '1892\n'; h = [1, 8]; j = 1
f = {(0): -1, (1): -1, (2): -1}; u = 0; v = {(0): 1, (1): 2, (2): 0}
f[u] = v[u]
f = {0: 1, 1: -1, 2: -1}; u = 0; v = {0: 1, 1: 2, 2: 0}
v = [1, 2, 3, 4]
a.append(v)
a = [[1, 2, 3, 4]]; v = [1, 2, 3, 4]
k = 3; t = [0, 2, 0]; x = 2
t[x % k] += 1
k = 3; t = [0, 2, 1]; x = 2
m = {(1): 1, (2): 1}; o = 3
m[o] = 0
m = {1: 1, 2: 1, 3: 0}; o = 3
v = [1]; y = 4
v.append(y)
v = [1, 4]; y = 4
a = 1; q = [2, 2, 3, 1, 2]; v = 0
q[v] = a
a = 1; q = [1, 2, 3, 1, 2]; v = 0
c = 4
c += 1
c = 5
m = '000000000000000'
m += '0'
m = '0000000000000000'
x = 4
x += 2
x = 6
t = 'e'; z = {'g': [0], 'f': [1]}
z[t] = []
t = 'e'; z = {'g': [0], 'f': [1], 'e': []}
m = 13; n = 3
z = m - n + 1
m = 13; n = 3; z = 11
p = 1.7999999999999994e-80
p /= 10
p = 1.7999999999999995e-81
c = 'd'; q = 'c'
q = c
c = 'd'; q = 'd'
j = 1; n = 2; o = [[0, 3], [1, 9], [2, 6]]
o[n] = o[j]
j = 1; n = 2; o = [[0, 3], [1, 9], [1, 9]]
i = 4; j = 0; p = [[0, 0, 0], [0, 1, 0], [0, 2, 0], [0, 3, 0], [0, 4, 0], [2, 5, 0], [3, 0, 0], [3, 1, 0], [3, 4, 0]]; v = 0
p.append([i, j, v])
i = 4; j = 0; p = [[0, 0, 0], [0, 1, 0], [0, 2, 0], [0, 3, 0], [0, 4, 0], [2, 5, 0], [3, 0, 0], [3, 1, 0], [3, 4, 0], [4, 0, 0]]; v = 0
c = 1000; i = 5; o = [0, 0, 1, 2, 3, 999]
o[i] = c
c = 1000; i = 5; o = [0, 0, 1, 2, 3, 1000]
i = '8'
i = int(i)
i = 8
v = [1, 4, 5, 3, 2]
v = list(zip(v, list(range(len(v)))))
v = [(1, 0), (4, 1), (5, 2), (3, 3), (2, 4)]
i = 2; j = 4; z = [2, 3, 4, 1, 5, 6, 7, 8]
z = z[:i] + z[j + 1:] + z[i:j + 1]
i = 2; j = 4; z = [2, 3, 6, 7, 8, 4, 1, 5]
h = ' I like to dance I'; t = ['I', 'love', 'to', 'dance']
t = h.strip().split(' ')
h = ' I like to dance I'; t = ['I', 'like', 'to', 'dance', 'I']
k = 55; r = 'In the third category he included those Brothers (the m'; u = ( 'In the third category he included those Brothers..., breathless from his gallop and his excitement. ' )
r += u[k]
k = 55; r = 'In the third category he included those Brothers (the me'; u = 'In the third category he included those Brothers..., breathless from his gallop and his excitement. '
d = {(0): 'have', (1): ''}; g = 4; i = 1; j = 0; o = 'haveaniceday'
d[i] += o[i * g + j]
d = {0: 'have', 1: 'a'}; g = 4; i = 1; j = 0; o = 'haveaniceday'
h = [0, 0, 0, 0]; o = 0; x = 2
h[x] += 6 + h[o]
h = [0, 0, 6, 0]; o = 0; x = 2
d = 11; m = 62; o = 54
m = d ^ o
d = 11; m = 61; o = 54
c = 'f'; v = {'a': 0, 'b': 0, 'c': 0, 'd': 0, 'e': 0}
v[c] = 0
c = 'f'; v = {'a': 0, 'b': 0, 'c': 0, 'd': 0, 'e': 0, 'f': 0}
q = [2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; x = 'h'
q[ord(x) - 97] += 1
q = [2, 2, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; x = 'h'
d = ['a', 'a', 'b', 'b']
d = ''.join(d)
d = 'aabb'