id int64 0 6k | prompt stringlengths 265 1.96k | answer stringclasses 10
values | pythoncode stringlengths 267 1.96k | depth0 stringclasses 10
values | depth1 stringclasses 10
values | depth2 stringclasses 10
values | depth3 stringclasses 10
values | depth4 stringclasses 11
values | depth5 stringclasses 11
values | depth6 stringclasses 11
values | depth7 stringclasses 11
values | num_nodes int64 3 7 | num_edges int64 3 29 | num_classes int64 2 7 | path_length int64 3 7 | num_cycle int64 0 6 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,900 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
c = B("c")
h = C("h")
f = C("f")
... | b" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
c = B("c")
h = C("h")
f = C("f")
... | j | b | j | b | x | x | x | x | 5 | 5 | 3 | 3 | 2 |
1,901 | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.t: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.p: A ... | h" | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.t: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.p: A ... | f | d | f | g | b | h | x | x | 7 | 11 | 3 | 5 | 1 |
1,902 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
d = A("d")
j = B("j... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
d = A("d")
j = B("j... | b | j | d | e | c | e | x | x | 6 | 7 | 3 | 5 | 1 |
1,903 | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.p: C = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.p: C = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt:... | i | f | i | f | x | x | x | x | 5 | 7 | 3 | 3 | 2 |
1,904 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
a = A("a")
e = B("e")
b = C("b")
a.w = e
e.... | a" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
a = A("a")
e = B("e")
b = C("b")
a.w = e
e.... | e | a | e | a | x | x | x | x | 3 | 3 | 3 | 3 | 2 |
1,905 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.w: A = None
self.txt =... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.w: A = None
self.txt =... | h | a | h | b | a | x | x | x | 6 | 11 | 3 | 4 | 2 |
1,906 | class A:
def __init__(self, txt: str):
self.u: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: C = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B ... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: C = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B ... | i | f | d | f | c | f | x | x | 5 | 8 | 3 | 5 | 2 |
1,907 | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt =... | i | d | e | d | e | x | x | x | 7 | 11 | 3 | 4 | 2 |
1,908 | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.v: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt:... | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.v: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt:... | i | a | c | f | i | c | b | x | 7 | 15 | 3 | 6 | 2 |
1,909 | class A:
def __init__(self, txt: str):
self.v: A = None
self.p: C = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.p: C = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | d | g | e | g | d | e | b | e | 7 | 18 | 3 | 7 | 4 |
1,910 | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt =... | g" | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt =... | g | c | g | c | g | x | x | x | 6 | 8 | 3 | 4 | 3 |
1,911 | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.y: A = None
self.q: B = None
self.txt =... | h" | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.y: A = None
self.q: B = None
self.txt =... | c | j | b | j | b | h | x | x | 5 | 7 | 3 | 5 | 2 |
1,912 | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
b = A("b")
d = B("d... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
b = A("b")
d = B("d... | b | d | c | d | x | x | x | x | 5 | 5 | 3 | 3 | 1 |
1,913 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt =... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt =... | g | h | a | i | h | a | h | g | 7 | 10 | 3 | 7 | 4 |
1,914 | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | b | d | c | b | x | x | x | x | 4 | 7 | 3 | 3 | 1 |
1,915 | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.y: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.y: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt =... | g | d | g | d | x | x | x | x | 3 | 4 | 3 | 3 | 2 |
1,916 | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
i = A("i")
h = B("h... | f" | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
i = A("i")
h = B("h... | h | f | h | f | x | x | x | x | 3 | 4 | 3 | 3 | 2 |
1,917 | class A:
def __init__(self, txt: str):
self.x: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.y: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | a" | class A:
def __init__(self, txt: str):
self.x: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.y: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | a | j | h | a | j | h | a | x | 7 | 14 | 3 | 6 | 4 |
1,918 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.p: A = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.p: A = None
self.txt =... | i | g | f | g | f | x | x | x | 7 | 10 | 3 | 4 | 2 |
1,919 | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: C = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | g" | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: C = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | i | f | e | i | e | g | x | x | 5 | 14 | 3 | 5 | 2 |
1,920 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
f = A("f")
h = B("h... | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
f = A("f")
h = B("h... | g | h | g | h | x | x | x | x | 4 | 5 | 3 | 3 | 2 |
1,921 | class A:
def __init__(self, txt: str):
self.r: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.y: A ... | e" | class A:
def __init__(self, txt: str):
self.r: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.y: A ... | e | j | e | j | a | c | e | x | 7 | 11 | 3 | 6 | 3 |
1,922 | class A:
def __init__(self, txt: str):
self.x: C = None
self.o: C = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: C ... | j" | class A:
def __init__(self, txt: str):
self.x: C = None
self.o: C = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: C ... | e | d | j | d | j | x | x | x | 4 | 7 | 3 | 4 | 2 |
1,923 | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.z: B ... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.z: B ... | h | a | f | h | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,924 | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A ... | f" | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A ... | d | e | f | d | f | x | x | x | 5 | 9 | 3 | 4 | 2 |
1,925 | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: C = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.u: B ... | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: C = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.u: B ... | c | i | f | b | x | x | x | x | 7 | 15 | 3 | 3 | 0 |
1,926 | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.s: C ... | d" | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.s: C ... | e | g | d | a | i | g | d | x | 6 | 10 | 3 | 6 | 2 |
1,927 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
a = B("a... | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
a = B("a... | f | d | a | d | a | d | a | x | 6 | 9 | 3 | 6 | 4 |
1,928 | class A:
def __init__(self, txt: str):
self.t: B = None
self.x: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.z: B = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt:... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.x: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.z: B = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt:... | e | j | g | d | x | x | x | x | 4 | 8 | 3 | 3 | 0 |
1,929 | class A:
def __init__(self, txt: str):
self.p: C = None
self.v: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B ... | i" | class A:
def __init__(self, txt: str):
self.p: C = None
self.v: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B ... | h | i | a | i | x | x | x | x | 3 | 6 | 3 | 3 | 1 |
1,930 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
a = B("a")
d = C("d")
b.p = a
a.... | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
a = B("a")
d = C("d")
b.p = a
a.... | d | b | a | b | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,931 | class A:
def __init__(self, txt: str):
self.u: B = None
self.w: C = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B ... | g" | class A:
def __init__(self, txt: str):
self.u: B = None
self.w: C = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B ... | a | i | g | e | g | x | x | x | 6 | 15 | 3 | 4 | 1 |
1,932 | class A:
def __init__(self, txt: str):
self.x: C = None
self.q: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | g" | class A:
def __init__(self, txt: str):
self.x: C = None
self.q: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | f | d | f | d | b | g | x | x | 6 | 11 | 3 | 5 | 2 |
1,933 | class A:
def __init__(self, txt: str):
self.x: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.o: A ... | j" | class A:
def __init__(self, txt: str):
self.x: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.o: A ... | b | c | a | j | x | x | x | x | 4 | 7 | 3 | 3 | 0 |
1,934 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.p: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt =... | c" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.p: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt =... | b | c | a | c | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,935 | class A:
def __init__(self, txt: str):
self.r: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
f = B("f... | b" | class A:
def __init__(self, txt: str):
self.r: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
f = B("f... | b | c | b | c | b | x | x | x | 6 | 7 | 3 | 4 | 3 |
1,936 | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
f = B("f")
j = C("j")
g = A("g")
... | f" | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
f = B("f")
j = C("j")
g = A("g")
... | c | j | e | f | x | x | x | x | 5 | 5 | 3 | 3 | 0 |
1,937 | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt =... | j | h | c | a | i | x | x | x | 7 | 13 | 3 | 4 | 0 |
1,938 | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.u: C ... | f" | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.u: C ... | d | e | a | d | a | f | x | x | 5 | 10 | 3 | 5 | 2 |
1,939 | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.p: B = None
self.y: B = None
self.txt =... | h" | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.p: B = None
self.y: B = None
self.txt =... | a | c | h | c | h | x | x | x | 4 | 5 | 3 | 4 | 2 |
1,940 | class A:
def __init__(self, txt: str):
self.u: C = None
self.t: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.p: B ... | i" | class A:
def __init__(self, txt: str):
self.u: C = None
self.t: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.p: B ... | c | i | c | i | x | x | x | x | 4 | 7 | 3 | 3 | 2 |
1,941 | class A:
def __init__(self, txt: str):
self.x: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.x: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.txt =... | h | e | c | e | x | x | x | x | 4 | 4 | 3 | 3 | 1 |
1,942 | class A:
def __init__(self, txt: str):
self.x: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.p: B ... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.p: B ... | d | a | d | f | x | x | x | x | 5 | 9 | 3 | 3 | 1 |
1,943 | class A:
def __init__(self, txt: str):
self.w: C = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
d = B("d... | h" | class A:
def __init__(self, txt: str):
self.w: C = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
d = B("d... | d | h | a | d | h | x | x | x | 4 | 5 | 3 | 4 | 2 |
1,944 | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
c = A("c")
g = B("g")
d = C("d")
c.u = d
g.... | g" | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
c = A("c")
g = B("g")
d = C("d")
c.u = d
g.... | g | c | d | g | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,945 | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: A = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.q: B = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt:... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: A = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.q: B = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt:... | g | h | i | h | g | i | x | x | 5 | 13 | 3 | 5 | 3 |
1,946 | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.q: C = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt:... | d" | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.q: C = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt:... | e | j | d | f | e | j | d | x | 6 | 14 | 3 | 6 | 3 |
1,947 | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B ... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B ... | a | i | a | d | f | d | f | x | 6 | 9 | 3 | 6 | 3 |
1,948 | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.r: C = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B ... | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.r: C = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B ... | g | i | c | i | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,949 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
a = B("a")
j = C("j")
e = B("e")
... | g" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
a = B("a")
j = C("j")
e = B("e")
... | b | g | b | g | x | x | x | x | 5 | 5 | 3 | 3 | 2 |
1,950 | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.s: A ... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.s: A ... | b | a | b | a | x | x | x | x | 3 | 5 | 3 | 3 | 2 |
1,951 | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.v: A = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.v: A = None
self.txt =... | i | f | i | f | x | x | x | x | 3 | 3 | 3 | 3 | 2 |
1,952 | class A:
def __init__(self, txt: str):
self.v: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.q: A = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C ... | d" | class A:
def __init__(self, txt: str):
self.v: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.q: A = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C ... | d | j | b | d | x | x | x | x | 5 | 10 | 3 | 3 | 1 |
1,953 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: B = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.p: A ... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: B = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.p: A ... | c | b | c | g | d | e | x | x | 6 | 14 | 3 | 5 | 1 |
1,954 | class A:
def __init__(self, txt: str):
self.z: A = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.s: B ... | f" | class A:
def __init__(self, txt: str):
self.z: A = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.s: B ... | i | j | c | j | f | j | f | x | 7 | 10 | 3 | 6 | 3 |
1,955 | class A:
def __init__(self, txt: str):
self.u: C = None
self.s: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.v: B ... | d" | class A:
def __init__(self, txt: str):
self.u: C = None
self.s: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.v: B ... | d | f | d | f | d | x | x | x | 4 | 6 | 3 | 4 | 3 |
1,956 | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.t: A = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.w: B ... | g" | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.t: A = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.w: B ... | c | g | j | c | g | x | x | x | 4 | 7 | 3 | 4 | 2 |
1,957 | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.r: A ... | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.r: A ... | f | i | g | j | f | x | x | x | 7 | 15 | 3 | 4 | 1 |
1,958 | class A:
def __init__(self, txt: str):
self.x: A = None
self.z: A = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C ... | b" | class A:
def __init__(self, txt: str):
self.x: A = None
self.z: A = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C ... | a | i | h | b | g | b | x | x | 7 | 15 | 3 | 5 | 1 |
1,959 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.o: A = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.s: B ... | b" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.o: A = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.s: B ... | i | b | i | b | x | x | x | x | 4 | 7 | 3 | 3 | 2 |
1,960 | class A:
def __init__(self, txt: str):
self.t: A = None
self.s: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C = None
self.o: C ... | a" | class A:
def __init__(self, txt: str):
self.t: A = None
self.s: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C = None
self.o: C ... | e | a | e | a | x | x | x | x | 7 | 11 | 3 | 3 | 2 |
1,961 | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C ... | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C ... | i | f | i | f | x | x | x | x | 6 | 10 | 3 | 3 | 2 |
1,962 | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B ... | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B ... | e | g | h | g | h | g | x | x | 6 | 11 | 3 | 5 | 3 |
1,963 | class A:
def __init__(self, txt: str):
self.r: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.z: A ... | h" | class A:
def __init__(self, txt: str):
self.r: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.z: A ... | j | h | j | h | x | x | x | x | 3 | 5 | 3 | 3 | 2 |
1,964 | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: A = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt:... | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: A = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt:... | j | b | j | b | x | x | x | x | 3 | 5 | 3 | 3 | 2 |
1,965 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C = None
self.x: C = None
self.v: B = None
self.txt =... | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C = None
self.x: C = None
self.v: B = None
self.txt =... | f | j | a | j | a | x | x | x | 6 | 8 | 3 | 4 | 2 |
1,966 | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.t: C = None
self.txt = txt
f = A("f")
d = B("d... | g" | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.t: C = None
self.txt = txt
f = A("f")
d = B("d... | g | a | e | g | h | g | h | g | 7 | 9 | 3 | 7 | 4 |
1,967 | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.s: A ... | d" | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.s: A ... | j | g | d | g | d | g | d | x | 6 | 10 | 3 | 6 | 4 |
1,968 | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.txt =... | c" | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.txt =... | g | i | d | c | d | b | c | x | 6 | 8 | 3 | 6 | 2 |
1,969 | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.v: A ... | d" | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.v: A ... | b | h | e | d | e | d | x | x | 5 | 8 | 3 | 5 | 2 |
1,970 | class A:
def __init__(self, txt: str):
self.x: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.q: A ... | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.q: A ... | h | f | h | f | x | x | x | x | 5 | 10 | 3 | 3 | 2 |
1,971 | class A:
def __init__(self, txt: str):
self.s: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.p: B ... | f" | class A:
def __init__(self, txt: str):
self.s: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.p: B ... | f | g | a | f | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,972 | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
g = A("g")
f = B("f... | h" | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
g = A("g")
f = B("f... | a | h | b | h | b | h | x | x | 6 | 8 | 3 | 5 | 3 |
1,973 | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.p: B = None
self.txt =... | j" | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.p: B = None
self.txt =... | i | c | i | j | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,974 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
a = A("a")
j = B("j... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
a = A("a")
j = B("j... | j | b | f | a | f | x | x | x | 4 | 4 | 3 | 4 | 1 |
1,975 | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.txt =... | h | b | a | f | x | x | x | x | 5 | 7 | 3 | 3 | 0 |
1,976 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
h = A("h")
e = B("e")
f = C("f")
h.z = e
e.... | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
h = A("h")
e = B("e")
f = C("f")
h.z = e
e.... | f | e | h | e | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,977 | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.v: C = None
self.txt =... | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.v: C = None
self.txt =... | c | g | j | g | a | g | x | x | 6 | 10 | 3 | 5 | 2 |
1,978 | class A:
def __init__(self, txt: str):
self.v: C = None
self.u: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.v: A ... | i" | class A:
def __init__(self, txt: str):
self.v: C = None
self.u: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.v: A ... | h | a | h | i | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,979 | class A:
def __init__(self, txt: str):
self.r: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.r: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.txt =... | d | g | i | g | d | x | x | x | 4 | 7 | 3 | 4 | 2 |
1,980 | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
i = A("i")
h = B("h... | g" | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
i = A("i")
h = B("h... | i | g | i | g | x | x | x | x | 4 | 4 | 3 | 3 | 2 |
1,981 | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.p: C = None
self.z: B ... | f" | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.p: C = None
self.z: B ... | f | h | a | h | f | x | x | x | 7 | 14 | 3 | 4 | 2 |
1,982 | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.s: A = None
self.txt = txt
e = A("e")
i = B("i... | e" | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.s: A = None
self.txt = txt
e = A("e")
i = B("i... | h | i | h | e | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,983 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
d = A("d")
i = B("i")
j = C("j")
a = A("a")
... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
d = A("d")
i = B("i")
j = C("j")
a = A("a")
... | c | i | g | i | x | x | x | x | 6 | 6 | 3 | 3 | 1 |
1,984 | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.y: C = None
self.txt = txt
h = A("h")
j = B("j... | h" | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.y: C = None
self.txt = txt
h = A("h")
j = B("j... | i | e | i | j | h | x | x | x | 4 | 6 | 3 | 4 | 1 |
1,985 | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A ... | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A ... | a | g | j | e | x | x | x | x | 6 | 16 | 3 | 3 | 0 |
1,986 | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.s: C ... | a" | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.s: C ... | e | a | c | a | f | a | x | x | 5 | 10 | 3 | 5 | 2 |
1,987 | class A:
def __init__(self, txt: str):
self.q: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.q: C ... | g" | class A:
def __init__(self, txt: str):
self.q: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.q: C ... | e | g | d | c | d | c | g | x | 6 | 10 | 3 | 6 | 3 |
1,988 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.v: A = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.q: B ... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.v: A = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.q: B ... | h | f | h | e | h | x | x | x | 4 | 5 | 3 | 4 | 2 |
1,989 | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
g = A("g")
d = B("d... | g" | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
g = A("g")
d = B("d... | d | g | b | g | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,990 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C = None
self.y: B ... | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C = None
self.y: B ... | e | i | e | a | b | a | j | e | 7 | 15 | 3 | 7 | 3 |
1,991 | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.s: B = None
self.u: B ... | a" | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.s: B = None
self.u: B ... | a | j | a | i | a | x | x | x | 5 | 8 | 3 | 4 | 2 |
1,992 | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
h = B("h... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
h = B("h... | h | c | h | c | x | x | x | x | 3 | 3 | 3 | 3 | 2 |
1,993 | class A:
def __init__(self, txt: str):
self.y: A = None
self.w: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.x: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt:... | a" | class A:
def __init__(self, txt: str):
self.y: A = None
self.w: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.x: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt:... | a | h | d | a | x | x | x | x | 7 | 15 | 3 | 3 | 1 |
1,994 | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt =... | j | e | h | j | e | x | x | x | 4 | 6 | 3 | 4 | 2 |
1,995 | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt =... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.txt =... | h | f | c | f | h | x | x | x | 5 | 8 | 3 | 4 | 2 |
1,996 | class A:
def __init__(self, txt: str):
self.r: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.u: A ... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.u: A ... | a | i | a | i | x | x | x | x | 4 | 5 | 3 | 3 | 2 |
1,997 | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.p: C = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: C = None
self.r: A ... | g" | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.p: C = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: C = None
self.r: A ... | i | g | j | i | g | x | x | x | 7 | 15 | 3 | 4 | 2 |
1,998 | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.w: A = None
self.u: A ... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.w: A = None
self.u: A ... | f | j | g | j | g | x | x | x | 6 | 12 | 3 | 4 | 2 |
1,999 | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
d = B("d... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
d = B("d... | g | f | d | f | x | x | x | x | 7 | 10 | 3 | 3 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.