start
stringlengths
5
368
code
stringlengths
5
143
end
stringlengths
5
527
i = 0; j = [[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
j[i][i] = 1
i = 0; j = [[1, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]]
e = [2]; l = 2; u = {(0): [2], (2): [0]}
e = u[l]
e = [0]; l = 2; u = {0: [2], 2: [0]}
b = {(0): [(1, 2), (1, 5), (2, 1), (4, 6), (5, 2), (5, 5)], (1): [(2, 2), ( 2, 5), (4, 2), (4, 5)]}; c = 2; r = 6; z = 1
b.setdefault(z, []).append((r, c))
b = {0: [(1, 2), (1, 5), (2, 1), (4, 6), (5, 2), (5, 5)], 1: [(2, 2), (2, 5), (4, 2), (4, 5), (6, 2)]}; c = 2; r = 6; z = 1
b = ( 'In the third category he included those Brothers..., breathless from his gallop and his excitement. ' ); k = 41; y = 'In the third category he included those B'
y += b[k]
b = 'In the third category he included those Brothers..., breathless from his gallop and his excitement. '; k = 41; y = 'In the third category he included those Br'
a = '1'; i = 2; j = 1; r = [[1, 1, 1, 2], [1, 9, 1, 2], [1, 8, 9, 2], [1, 2, 3, 4]]
a += str(r[i][j])
a = '18'; i = 2; j = 1; r = [[1, 1, 1, 2], [1, 9, 1, 2], [1, 8, 9, 2], [1, 2, 3, 4]]
l = 'A'; w = ['C']
w.append(l)
l = 'A'; w = ['C', 'A']
a = ['2', '3', '4', '1']; n = 1; p = '3'
p = a[n - 1]
a = ['2', '3', '4', '1']; n = 1; p = '2'
k = 3; u = [1, 2, 3, 5, 4]
k = len(u)
k = 5; u = [1, 2, 3, 5, 4]
i = 2; j = 166
j += i
i = 2; j = 168
b = 3; j = 2
b = min(b, j)
b = 2; j = 2
d = 94339769860640; x = 3
d = id(x)
d = 94444398986080; x = 3
s = -2; v = [1, 0, -1, -2, -1]
v.append(s)
s = -2; v = [1, 0, -1, -2, -1, -2]
g = 9
g -= 1
g = 8
b = 1; c = 2
b = c
b = 2; c = 2
a = ['{']; k = '{'
a.append(k)
a = ['{', '{']; k = '{'
b = [1.0, 1.0, 1.0, 1.0, 1.0, 1.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]; i = 17; z = [2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
b[i] = z[i] / 2
b = [1.0, 1.0, 1.0, 1.0, 1.0, 1.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]; i = 17; z = [2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
c = 0; g = [0, 1]
w = c in g
c = 0; g = [0, 1]; w = True
i = 14; o = [1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]; y = 1000000007
o.append(o[i - 1] * 2 % y)
i = 14; o = [1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384]; y = 1000000007
d = 2; i = 0; n = 6
d ^= n - i
d = 4; i = 0; n = 6
n = 3.0
n = n + 1
n = 4.0
c = ['remove', '9']; s = {2, 3, 4, 5, 6, 7, 8, 9}
s.remove(int(c[1]))
c = ['remove', '9']; s = {2, 3, 4, 5, 6, 7, 8}
c = 3; l = 1; x = 3
c = x + l
c = 4; l = 1; x = 3
i = {(1): [2], (2): [3, 5, 1], (3): [2], (5): [2, 4, 6], (4): [5], (6): [5]}; w = [2, 3]
i[w[0]].remove(w[1])
i = {1: [2], 2: [5, 1], 3: [2], 5: [2, 4, 6], 4: [5], 6: [5]}; w = [2, 3]
s = 'e-d-c-b-a-b-c-d'
s += '-'
s = 'e-d-c-b-a-b-c-d-'
a = [108, 109, 110, 111]; i = 3; j = 3
a[i - 1] = a[j]
a = [108, 109, 111, 111]; i = 3; j = 3
j = 1; k = 3; l = [3, 3, 9, 9, 5]
k -= l[j]
j = 1; k = 0; l = [3, 3, 9, 9, 5]
o = [5184, 4489, 8464, 9025, 3481, 3364, 9025, 8836, 7056, 6889]; p = 70
o.append(p ** 2)
o = [5184, 4489, 8464, 9025, 3481, 3364, 9025, 8836, 7056, 6889, 4900]; p = 70
a = {(0, 1), (1, 2), (0, 0), (0, 2), (2, 1), (1, 0), (1, 1)}; n = 2, 0
a.add(n)
a = {(0, 1), (1, 2), (0, 0), (2, 1), (2, 0), (1, 1), (1, 0), (0, 2)}; n = (2, 0)
c = '5A'; f = '1011000'
f = str(bin(int(c, 16))[2:])
c = '5A'; f = '1011010'
n = 1
n //= 2
n = 0
d = 0.625; j = 0.625; x = 1
j = (d + 1 - x) / 2 + x - 1
d = 0.625; j = 0.3125; x = 1
b = 114; i = 1, 0, 2; j = 0; k = [5, 4]
b += k[i[j]] ** 2
b = 130; i = (1, 0, 2); j = 0; k = [5, 4]
a = 2; b = 10; i = 102; t = 50706024009129176059868128215230
t += a ^ b << i
a = 2; b = 10; i = 102; t = 101412048018258352119736256430272
l = [0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1]; x = 12
l[x] = l[x] + 1
l = [0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1]; x = 12
i = 12; n = -1
n = i
i = 12; n = 12
h = 1; l = ['4', '.', '0', 'O', '0']
l.remove(l[h])
h = 1; l = ['4', '0', 'O', '0']
e = 536, 0; h = 0; m = 256
m, h = e
e = (536, 0); h = 0; m = 536
i = 2; j = 7; s = 'ifailuhkqq'; x = 'ailu'
x = s[i:j]
i = 2; j = 7; s = 'ifailuhkqq'; x = 'ailuh'
q = [[3, 1], [2, 3]]; x = [3, 1]
q.remove(x)
q = [[2, 3]]; x = [3, 1]
j = 3; m = [True, True, False, False, False]
m[j] = True
j = 3; m = [True, True, False, True, False]
a = {'NAME', 'ID', 'MARKS'}; o = 'CLASS'
a.add(o)
a = {'ID', 'CLASS', 'NAME', 'MARKS'}; o = 'CLASS'
r = '5'; s = {'1': 3, '2': 4, '3': 3, '6': 3, '5': 3, '4': 3}
s[r] = s[r] + 1
r = '5'; s = {'1': 3, '2': 4, '3': 3, '6': 3, '5': 4, '4': 3}
d = {'0': [(0, 'ab'), (2, 'ef'), (5, 'ab'), (7, 'ef')], '6': [(1, 'cd'), (3, 'gh'), (6, 'cd')], '4': [(4, 'ij')]}; i = 8; s = 'gh'; x = '6'
d[x].append((i, s))
d = {'0': [(0, 'ab'), (2, 'ef'), (5, 'ab'), (7, 'ef')], '6': [(1, 'cd'), (3, 'gh'), (6, 'cd'), (8, 'gh')], '4': [(4, 'ij')]}; i = 8; s = 'gh'; x = '6'
l = 4
v = l - 1
l = 4; v = 3
f = [0, 0]
f[0] = 1
f = [1, 0]
s = 'aba'
w = s
s = 'aba'; w = 'aba'
i = 2; j = 132
j += i
i = 2; j = 134
i = 86; y = [4, 16, 36, 64, 100, 144, 196, 256, 324, 400, 4624, 4900, 5184, 5476, 5776, 6084, 6400, 6724, 7056]
y.append(i * i)
i = 86; y = [4, 16, 36, 64, 100, 144, 196, 256, 324, 400, 4624, 4900, 5184, 5476, 5776, 6084, 6400, 6724, 7056, 7396]
d = {'two': 1}; w = 'times'
d[w] = 1
d = {'two': 1, 'times': 1}; w = 'times'
c = -520, -470; d = 357400
d = c[1] - c[0]
c = (-520, -470); d = 50
n = 7.450580596923828e-08
n /= 2
n = 3.725290298461914e-08
d = 0
j[d] = True
d = 0; j = {0: True}
f = 1; x = 2, 2
f += max(x)
f = 3; x = (2, 2)
c = 'A'; z = 'B'
z = c
c = 'A'; z = 'A'
g = 55
t += g
g = 55; t = -36
a = 1; c = 'q'; u = {'i': 2, 'f': 1, 'a': 1, 'l': 1, 'u': 1, 'h': 1, 'k': 1, 'q': 2}
a += int(u[c] * (u[c] - 1) / 2)
a = 2; c = 'q'; u = {'i': 2, 'f': 1, 'a': 1, 'l': 1, 'u': 1, 'h': 1, 'k': 1, 'q': 2}
t = '1 0 3\n'; y = [1, 1, 7]
y = list(map(int, t.strip().split(' ')))
t = '1 0 3\n'; y = [1, 0, 3]
t = '1 2\n'
c = t.split()
c = ['1', '2']; t = '1 2\n'
p = 65536
p *= 2
p = 131072
x = 6
z += x
x = 6; z = -71
a = 100001; k = 1
a = k
a = 1; k = 1
a = 4; e = 4
b = int(min(a, e) / 2)
a = 4; b = 2; e = 4
i = 27
i += 1
i = 28
x = 91; z = [26]
z.append(x)
x = 91; z = [26, 91]
n = 5.169878828456423e-25
n /= 2
n = 2.5849394142282115e-25
i = 3; j = 2
i = j
i = 2; j = 2
n = 1.000000000000001e-104
n /= 10
n = 1.000000000000001e-105
g = 3; n = 0.0625; x = 2
g = n % x
g = 0.0625; n = 0.0625; x = 2
a = [4, 5, 1, 2]; r = 3
a.append(r)
a = [4, 5, 1, 2, 3]; r = 3
q = 15
q %= 10
q = 5
i = 1; k = 6; s = [2, 2, 2, 2]
k -= s[i]
i = 1; k = 4; s = [2, 2, 2, 2]
g = 105; k = 2; q = 111
q = g + k
g = 105; k = 2; q = 107
s = 1; z = 2
z = s
s = 1; z = 1
i = '204'; j = [203, 204]
j.append(int(float(i)))
i = '204'; j = [203, 204, 204]
n = 7
r = [2] * n
n = 7; r = [2, 2, 2, 2, 2, 2, 2]
i = '3\n'; u = 2
u = int(i)
i = '3\n'; u = 3
d = [2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; i = 'c'
d[ord(i) - 97] += 1
d = [2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; i = 'c'
i = 4; s = 'abccddde'; x = 3
x = ord(s[i]) - ord('a') + 1
i = 4; s = 'abccddde'; x = 4
a = [1.5, 1.75, 0.875, 0.4375, 0.21875, 0.109375]; b = 0.0546875
a.append(b % 2)
a = [1.5, 1.75, 0.875, 0.4375, 0.21875, 0.109375, 0.0546875]; b = 0.0546875
g = {(0): [], (1): [], (2): [], (3): []}; i = 4
g[i] = []
g = {0: [], 1: [], 2: [], 3: [], 4: []}; i = 4
a = 4; p = 7
p += a
a = 4; p = 11
h = 3
h += 1
h = 4
c = 2
c += 1
c = 3
h = 2
h = set(range(h))
h = {0, 1}
b = 1, 1; j = 1
j = b[0] + 1
b = (1, 1); j = 2
a = [73, 69, 36, 77, 43]; j = 0; v = 20
v = v + a[j]
a = [73, 69, 36, 77, 43]; j = 0; v = 93
j = 84
j = j - 1
j = 83
g = 22
g += 1
g = 23
i = 1; m = [[1, 3, 1], [2, 1, 2]]; q = [5, 0, 0]
q[i] = sum(m[-1])
i = 1; m = [[1, 3, 1], [2, 1, 2]]; q = [5, 5, 0]
l = 6
l = l + 1
l = 7
o = {'A': 5, 'C': 0, 'T': 1, 'G': 0}; z = 'A'
o[z] = o[z] - 1
o = {'A': 4, 'C': 0, 'T': 1, 'G': 0}; z = 'A'
n = 1.000000000000001e-103
n /= 10
n = 1.000000000000001e-104
j = 198
j += i
i = -99; j = 99
x = 1; y = 9; z = 3
z = y - x
x = 1; y = 9; z = 8
c = [1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1]; i = 4; k = 5
c[i + k] += c[i]
c = [1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1]; i = 4; k = 5
u = [0, 2]; x = 4
u.append(x)
u = [0, 2, 4]; x = 4
x = [1, 3]
x.pop(x.index(min(x)))
x = [3]
n = 10; s = 19
n = s
n = 19; s = 19
i = 2; j = 2; m = ['', 'a ', 'ab']; p = ['', 'a ', 'ab']; z = 'aba '
z = p[i] + m[j]
i = 2; j = 2; m = ['', 'a ', 'ab']; p = ['', 'a ', 'ab']; z = 'abab'
f = 'cd'; i = ['d']
f = ''.join(i)
f = 'd'; i = ['d']