start
stringlengths
5
368
code
stringlengths
5
143
end
stringlengths
5
527
u = [[0, 0, 0], [0, 0, 1], [0, 0, 2], [0, 1, 0], [0, 1, 1], [0, 1, 2], [0, 2, 0]]; x = 0; y = 2; z = 1
u.append([x, y, z])
u = [[0, 0, 0], [0, 0, 1], [0, 0, 2], [0, 1, 0], [0, 1, 1], [0, 1, 2], [0, 2, 0], [0, 2, 1]]; x = 0; y = 2; z = 1
j = 1; k = 2; z = 2
z = j + k
j = 1; k = 2; z = 3
i = 5; j = 1; t = 'abcabcddd'; w = ['a', 'b', 'c', 'a', 'b', 'c', 'd', 'd', 'abca', 'bcab', 'cabc', 'abcd', 'bcdd', 'cddd', 'abcab']
w.append(t[j:j + i])
i = 5; j = 1; t = 'abcabcddd'; w = ['a', 'b', 'c', 'a', 'b', 'c', 'd', 'd', 'abca', 'bcab', 'cabc', 'abcd', 'bcdd', 'cddd', 'abcab', 'bcabc']
h = '0b11'
h += '0'
h = '0b110'
i = 11; n = 10
n = i
i = 11; n = 11
h = 1; v = {(-1): [-1, -1], (1): [2, 3], (2): [4, -1], (3): [5, -1], (4): [-1, -1], (5): [-1, -1]}
h = v[h][0]
h = 2; v = {-1: [-1, -1], 1: [2, 3], 2: [4, -1], 3: [5, -1], 4: [-1, -1], 5: [-1, -1]}
i = 4; k = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; n = 135
n = n - k[i]
i = 4; k = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; n = 104
d = 'mnop'; q = ['a']
q = list(d[:len(d) // 2])
d = 'mnop'; q = ['m', 'n']
b = 6; j = [7]
j.append(b)
b = 6; j = [7, 6]
n = 2.384185791015625e-06
n /= 2
n = 1.1920928955078125e-06
s = 0, 2; t = 0, 0
s, t = None, None
s = None; t = None
f = 2
f += 1
f = 3
w = '2 4 5 9'
z = set(list(map(int, w.split())))
w = '2 4 5 9'; z = {9, 2, 4, 5}
e = 1; g = 9; i = 1; l = [9, 7, 5, 3, 1]
g += l[i] * e
e = 1; g = 16; i = 1; l = [9, 7, 5, 3, 1]
o = 8; y = 7
o = y
o = 7; y = 7
k = 3; w = [10]
w = w[k:]
k = 3; w = []
i = 0; m = [-3, 1, 17, 68, 71]
v.append(abs(m[i] - m[i + 1]))
i = 0; m = [-3, 1, 17, 68, 71]; v = [4]
i = 1; j = 1; w = [[1, 1, 1, 2], [1, 9, 1, 2], [1, 8, 9, 2], [1, 2, 3, 4]]
z = w[i][j]
i = 1; j = 1; w = [[1, 1, 1, 2], [1, 9, 1, 2], [1, 8, 9, 2], [1, 2, 3, 4]]; z = 9
a = '1111111111111110000'; i = '0'
a += str(int(i) ^ 1)
a = '11111111111111100001'; i = '0'
i = 'to'; w = ['-', '-', '-', '-', '-', 'to', 'be', 'or', 'not']
w.append(i)
i = 'to'; w = ['-', '-', '-', '-', '-', 'to', 'be', 'or', 'not', 'to']
i = 203; x = {(203): 0}
x[i] += 1
i = 203; x = {203: 1}
i = 106; v = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i']
v.append(chr(i))
i = 106; v = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']
h = 0; i = 1; l = 0; s = [10, 1, 10, 1, 10]
l, h = max(h + s[i - 1] - 1, l), max(l + s[i] - 1, h + abs(s[i] - s[i - 1]))
h = 9; i = 1; l = 9; s = [10, 1, 10, 1, 10]
a = [5, 2, 3, 4, 1]; i = 4; k = '5 2 3 4 '
k += str(a[i]) + ' '
a = [5, 2, 3, 4, 1]; i = 4; k = '5 2 3 4 1 '
m = 1
m += 1
m = 2
u = 1.2000000000000003e-14
u /= 10
u = 1.2000000000000002e-15
f = 3; p = [2]
p.append(f)
f = 3; p = [2, 3]
i = 5; j = 1; z = [1, 2, 2, 3, 3, 2]
z[i] = z[j] + 1
i = 5; j = 1; z = [1, 2, 2, 3, 3, 3]
c = 'B'; i = 0; s = 'BANANA'
r[c in 'AEIOU'] += len(s) - i
c = 'B'; i = 0; r = [-1, -8, 5, -7, -1]; s = 'BANANA'
g = 22; p = 111
g -= p
g = -89; p = 111
b = 1128362; i = 0; o = [-7330761, -6461594, -3916237, -3620601, -357920, -520, -470, -20, 30, 266854, 6246457, 7374819]
b = abs(o[i] - o[i + 1])
b = 869167; i = 0; o = [-7330761, -6461594, -3916237, -3620601, -357920, -520, -470, -20, 30, 266854, 6246457, 7374819]
l = [3, 3, 3]
l = tuple(l)
l = (3, 3, 3)
c = 28; s = 28; x = 111
s = c + x
c = 28; s = 139; x = 111
d = 2; e = 3; g = 9; h = [1, 2, 3, 4, 5]
g = d * h[e]
d = 2; e = 3; g = 8; h = [1, 2, 3, 4, 5]
i = '6'; k = '7.0 7.0'; r = '5'
[r, i] = k.split(' ')
i = '7.0'; k = '7.0 7.0'; r = '7.0'
a = 'cdcd'; i = 1; j = 2; m = ['cd']
m.append(a[i:i + j])
a = 'cdcd'; i = 1; j = 2; m = ['cd', 'dc']
j = 58
j += i
i = 35; j = 93
b = ['i']; h = 5; p = 4; s = 'ifailuhkqq'
b = sorted(s[p:h])
b = ['l']; h = 5; p = 4; s = 'ifailuhkqq'
k = 20; o = {(1): 0, (2): 24, (3): -1, (4): -1}; x = 4, 20
o[x[0]] = k
k = 20; o = {1: 0, 2: 24, 3: -1, 4: 20}; x = (4, 20)
i = 1; l = [[0], [1, 2, 3]]; x = 2; y = 1
s += (len(l[i]) - 1) * y + x
i = 1; l = [[0], [1, 2, 3]]; s = -93; x = 2; y = 1
i = 0
p.append(i)
i = 0; p = [0]
i = 2; p = 3
i = p
i = 3; p = 3
m = 9; s = [25, 25, 49, 64, 81, 100]
m = s.pop(0)
m = 25; s = [25, 49, 64, 81, 100]
n = 3
n -= 1
n = 2
x = ['a']
l.append(sorted(x))
l = [['a']]; x = ['a']
c = 97; q = 'e'; w = 7
w = ord(q) - c
c = 97; q = 'e'; w = 4
b = 3; i = 9; s = 'aaabbbbcccddd'
b = b + 1 if i + 1 != len(s) and s[i + 1] == s[i] else 1
b = 1; i = 9; s = 'aaabbbbcccddd'
i = 1; n = [1, '12', '5', '111', '200', '1000', '10']
n[i] = int(n[i])
i = 1; n = [1, 12, '5', '111', '200', '1000', '10']
k = 6; n = [6, 5, 8, 4, 7, 10, 9]; y = 1000000001
y = n[k]
k = 6; n = [6, 5, 8, 4, 7, 10, 9]; y = 9
j = 16; s = [4, 6, 8, 10, 12, 14]
s.append(j)
j = 16; s = [4, 6, 8, 10, 12, 14, 16]
b = 4
b += 1
b = 5
f = 'b'; y = ['a']
y.append(f)
f = 'b'; y = ['a', 'b']
j = 0; l = [4, 4, 3, 5, 6, 2]; t = 7
l[j + 1] = t
j = 0; l = [4, 7, 3, 5, 6, 2]; t = 7
p = [7, 6]; x = 5
p.append(x)
p = [7, 6, 5]; x = 5
f = [True, True]
f[0] = f[1] = False
f = [False, False]
d = 12; i = ['6']
i = list(str(d))
d = 12; i = ['1', '2']
n = 4
l = [[(-1) for j in range(n)] for i in range(n)]
l = []; n = -32
l = 5.0; m = 4.5
l += m
l = 9.5; m = 4.5
i = 0; x = [1, 2]
x[i] += 1
i = 0; x = [2, 2]
b = '11111'
b += '1'
b = '111111'
f = ['a', 'b', 'a', 'a']; j = 3; y = 'ababaa'
f.append(y[j])
f = ['a', 'b', 'a', 'a', 'b']; j = 3; y = 'ababaa'
b = 159; c = 88; e = 231; h = 159
h ^= (c | b) & e
b = 159; c = 88; e = 231; h = 88
a = 145; b = 190; c = 168
a ^= a & ((a | b) ^ c)
a = 128; b = 190; c = 168
i = 'e'; m = {'a': 1, 'b': 1, 'c': 1, 'd': 1, 'e': 1, 'f': 2, 'g': 2, 'h': 2}
m[i] = m.get(i, 0) + 1
i = 'e'; m = {'a': 1, 'b': 1, 'c': 1, 'd': 1, 'e': 2, 'f': 2, 'g': 2, 'h': 2}
r = 4
r += 1
r = 5
e = 1; q = [set(), set(), set(), set()]; r = 0
q[r].add(e)
e = 1; q = [{1}, set(), set(), set()]; r = 0
a = 387452744
a = a * a % 1000000007
a = 782292147
x = 2; z = [2, 4, 2, 6, 1, 7, 8, 9]
z.append(x)
x = 2; z = [2, 4, 2, 6, 1, 7, 8, 9, 2]
r = ' #####'
r += '#'
r = ' ######'
a = 2; l = [6, 2, 1, 1, 3, 1, 4, 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]
l[a] += 1
a = 2; l = [6, 2, 2, 1, 3, 1, 4, 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]
h = [[0, 3], [1, 9], [2, 6]]; i = 2
r = h[i]
h = [[0, 3], [1, 9], [2, 6]]; i = 2; r = [2, 6]
h = 1.2000000000000002e-06
h = h / 10
h = 1.2000000000000002e-07
b = ['161', '182', '161', '154', '176', '170', '167', '171', '170', '174']; i = 0
c.append(int(b[i]))
b = ['161', '182', '161', '154', '176', '170', '167', '171', '170', '174']; c = [161]; i = 0
x = 'do'; z = ['we']
z.append(x)
x = 'do'; z = ['we', 'do']
l = 5
n.append(l)
l = 5; n = [5]
j = 4; x = [3]
x.append(j)
j = 4; x = [3, 4]
q = [3, 1, 2]
q.pop()
q = [3, 1]
l = ['b']; y = 2
y = len(l)
l = ['b']; y = 1
r = '3'; s = {'1': 1, '2': 2, '3': 1, '6': 1, '5': 2, '4': 2}
s[r] = s[r] + 1
r = '3'; s = {'1': 1, '2': 2, '3': 2, '6': 1, '5': 2, '4': 2}
i = 2; t = 2
o.append((t, i))
i = 2; o = [(2, 2)]; t = 2
g = 2; y = [1]
g = y.pop()
g = 1; y = []
j = [['a', 'b', 'b', 'a']]
m = j[0] if j else None
j = [['a', 'b', 'b', 'a']]; m = ['a', 'b', 'b', 'a']
w = 1; z = 1
z += w
w = 1; z = 2
d = [6, 3]; f = [[1, 3, 1], [2, 1, 2], [3, 3, 3]]; i = 1; j = 1
d[i] += f[j][i]
d = [6, 4]; f = [[1, 3, 1], [2, 1, 2], [3, 3, 3]]; i = 1; j = 1
j = 4; x = 3
x = x ^ j
j = 4; x = 7
k = 7; s = [[0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6]]
s.append(list(range(k)))
k = 7; s = [[0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6], [0, 1, 2, 4, 5, 6], [0, 1, 2, 3, 4, 5, 6]]
w = 2; z = 3
z = w = 0
w = 0; z = 0
b = [6, 8, 10, 11, 15, 16, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; h = [6, 2, 2, 1, 4, 1, 4, 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 = 9
b[i] = h[i] + b[i - 1]
b = [6, 8, 10, 11, 15, 16, 20, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; h = [6, 2, 2, 1, 4, 1, 4, 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 = 9
e = {}; m = 32
e[m] = list()
e = {32: []}; m = 32
b = 2; j = 1; s = 'e-d-c-'; w = 'abcdefghijklmnopqrstuvwxyz'
s += w[b + abs(j)]
b = 2; j = 1; s = 'e-d-c-d'; w = 'abcdefghijklmnopqrstuvwxyz'
i = 3; j = [1, 2, 1, 1, 1, 2, 1, 3]; t = 4
t = j[i] + t
i = 3; j = [1, 2, 1, 1, 1, 2, 1, 3]; t = 5
d = 4; i = 5; p = 6
d = i if i > p else -1
d = -1; i = 5; p = 6
g = [1, 0, 0, 0, 0]; i = 1; t = [1, 1, 4, 1, 1]
g[i] = g[i - 1] + t[i]
g = [1, 2, 0, 0, 0]; i = 1; t = [1, 1, 4, 1, 1]
f = ['1', '2', '3']; i = 0
x = int(f[i])
f = ['1', '2', '3']; i = 0; x = 1
m = [5, 10, 10, 5]
m = [1] + m + [1]
m = [1, 5, 10, 10, 5, 1]
k = 3; p = 3
j = k % p
j = 0; k = 3; p = 3
v = 2
h = v
h = 2; v = 2
a = [72, 67]; p = 92
a.append(p)
a = [72, 67, 92]; p = 92
i = -1; o = 2
o = abs(i)
i = -1; o = 1
x = [2, 2]
r = x[0]
r = 2; x = [2, 2]