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,100 | class A:
def __init__(self, txt: str):
self.p: C = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B ... | g" | class A:
def __init__(self, txt: str):
self.p: C = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B ... | f | j | b | g | h | c | b | g | 7 | 17 | 3 | 7 | 2 |
1,101 | class A:
def __init__(self, txt: str):
self.s: 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.r: B = None
self.txt = txt
e = A("e")
g = B("g")
f = C("f")
h = A("h")
... | g" | class A:
def __init__(self, txt: str):
self.s: 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.r: B = None
self.txt = txt
e = A("e")
g = B("g")
f = C("f")
h = A("h")
... | f | b | g | b | g | b | g | x | 6 | 6 | 3 | 6 | 4 |
1,102 | class A:
def __init__(self, txt: str):
self.u: A = None
self.s: 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.p: A = None
self.w: A = None
self.x: C ... | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.s: 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.p: A = None
self.w: A = None
self.x: C ... | f | j | i | j | i | x | x | x | 5 | 11 | 3 | 4 | 2 |
1,103 | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: C = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B ... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: C = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B ... | d | h | i | g | x | x | x | x | 5 | 9 | 3 | 3 | 0 |
1,104 | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.q: B = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.q: B = None
self.txt =... | i | e | i | e | x | x | x | x | 5 | 6 | 3 | 3 | 2 |
1,105 | class A:
def __init__(self, txt: str):
self.y: B = 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.x: A = None
self.txt = txt
c = A("c")
a = B("a")
j = C("j")
i = B("i")
... | i" | class A:
def __init__(self, txt: str):
self.y: B = 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.x: A = None
self.txt = txt
c = A("c")
a = B("a")
j = C("j")
i = B("i")
... | c | i | a | i | x | x | x | x | 4 | 4 | 3 | 3 | 1 |
1,106 | class A:
def __init__(self, txt: str):
self.t: C = None
self.r: B = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt:... | j" | class A:
def __init__(self, txt: str):
self.t: C = None
self.r: B = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt:... | g | d | g | j | g | j | x | x | 6 | 7 | 3 | 5 | 3 |
1,107 | class A:
def __init__(self, txt: str):
self.t: C = None
self.w: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A ... | a" | class A:
def __init__(self, txt: str):
self.t: C = None
self.w: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A ... | g | a | g | a | x | x | x | x | 3 | 4 | 3 | 3 | 2 |
1,108 | 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.z: C = None
self.t: A = None
self.txt = txt
g = A("g")
i = B("i... | f" | 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.z: C = None
self.t: A = None
self.txt = txt
g = A("g")
i = B("i... | g | h | f | h | a | f | x | x | 6 | 8 | 3 | 5 | 2 |
1,109 | class A:
def __init__(self, txt: str):
self.z: C = None
self.u: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | h" | class A:
def __init__(self, txt: str):
self.z: C = None
self.u: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | g | b | g | h | x | x | x | x | 5 | 8 | 3 | 3 | 1 |
1,110 | class A:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.s: B ... | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.s: B ... | b | c | f | b | g | f | x | x | 6 | 14 | 3 | 5 | 2 |
1,111 | class A:
def __init__(self, txt: str):
self.y: C = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt =... | c" | class A:
def __init__(self, txt: str):
self.y: C = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt =... | h | c | j | c | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,112 | class A:
def __init__(self, txt: str):
self.t: B = 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.v: B = None
self.txt = txt
g = A("g")
c = B("c")
e = C("e")
g.t = c
c.... | e" | class A:
def __init__(self, txt: str):
self.t: B = 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.v: B = None
self.txt = txt
g = A("g")
c = B("c")
e = C("e")
g.t = c
c.... | c | e | c | e | x | x | x | x | 3 | 3 | 3 | 3 | 2 |
1,113 | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt:... | h" | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt:... | b | h | e | h | x | x | x | x | 7 | 17 | 3 | 3 | 1 |
1,114 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.q: C = None
self.w: A ... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.q: C = None
self.w: A ... | g | j | g | a | i | g | x | x | 7 | 9 | 3 | 5 | 2 |
1,115 | class A:
def __init__(self, txt: str):
self.q: C = None
self.r: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.w: A ... | g" | class A:
def __init__(self, txt: str):
self.q: C = None
self.r: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.w: A ... | g | c | i | g | x | x | x | x | 3 | 5 | 3 | 3 | 1 |
1,116 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.q: C = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.p: A ... | g" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.q: C = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.p: A ... | j | g | h | j | g | x | x | x | 6 | 9 | 3 | 4 | 2 |
1,117 | class A:
def __init__(self, txt: str):
self.r: 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.r: C = None
self.txt = txt
j = A("j")
c = B("c")
h = C("h")
g = C("g")
... | g" | class A:
def __init__(self, txt: str):
self.r: 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.r: C = None
self.txt = txt
j = A("j")
c = B("c")
h = C("h")
g = C("g")
... | g | h | g | h | g | x | x | x | 4 | 4 | 3 | 4 | 3 |
1,118 | class A:
def __init__(self, txt: str):
self.o: C = None
self.p: B = None
self.s: 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.q: B = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.o: C = None
self.p: B = None
self.s: 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.q: B = None
self.txt =... | c | f | c | i | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,119 | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
b = A("b")
e = B("e... | g" | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
b = A("b")
e = B("e... | a | d | e | f | e | g | x | x | 7 | 9 | 3 | 5 | 1 |
1,120 | class A:
def __init__(self, txt: str):
self.z: C = None
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.z: C = None
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt =... | j | f | e | f | e | x | x | x | 4 | 6 | 3 | 4 | 2 |
1,121 | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
e = B("e... | g" | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.y: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
e = B("e... | e | g | e | g | e | g | x | x | 5 | 7 | 3 | 5 | 4 |
1,122 | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: C = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C ... | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: C = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C ... | f | b | i | b | i | x | x | x | 7 | 13 | 3 | 4 | 2 |
1,123 | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.t: C = 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.y: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B ... | f | b | f | b | f | b | f | x | 6 | 11 | 3 | 6 | 5 |
1,124 | class A:
def __init__(self, txt: str):
self.v: B = 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.t: A = None
self.v: C = None
self.y: A = None
self.txt =... | h" | class A:
def __init__(self, txt: str):
self.v: B = 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.t: A = None
self.v: C = None
self.y: A = None
self.txt =... | d | a | b | f | h | x | x | x | 7 | 11 | 3 | 4 | 0 |
1,125 | class A:
def __init__(self, txt: str):
self.t: C = None
self.u: C = None
self.o: 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: A = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.t: C = None
self.u: C = None
self.o: 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: A = None
self.txt =... | c | a | c | a | c | f | x | x | 6 | 7 | 3 | 5 | 3 |
1,126 | class A:
def __init__(self, txt: str):
self.s: C = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: C ... | e" | class A:
def __init__(self, txt: str):
self.s: C = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: C ... | f | c | f | c | a | e | x | x | 6 | 12 | 3 | 5 | 2 |
1,127 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
h = A("h")
d = B("d")
e = C("e")
i = B("i")
... | d" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
h = A("h")
d = B("d")
e = C("e")
i = B("i")
... | e | h | i | d | x | x | x | x | 4 | 4 | 3 | 3 | 0 |
1,128 | class A:
def __init__(self, txt: str):
self.q: 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.p: B = None
self.u: A = None
self.t: B = None
self.txt =... | h" | class A:
def __init__(self, txt: str):
self.q: 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.p: B = None
self.u: A = None
self.t: B = None
self.txt =... | j | h | g | h | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,129 | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
f = A("f")
e = B("e... | a" | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
f = A("f")
e = B("e... | d | c | a | c | a | c | a | x | 6 | 8 | 3 | 6 | 4 |
1,130 | class A:
def __init__(self, txt: str):
self.u: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A ... | j" | class A:
def __init__(self, txt: str):
self.u: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A ... | c | b | f | j | x | x | x | x | 7 | 13 | 3 | 3 | 0 |
1,131 | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.txt =... | i | b | c | i | x | x | x | x | 5 | 7 | 3 | 3 | 1 |
1,132 | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.z: B ... | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.z: B ... | j | i | j | i | x | x | x | x | 5 | 6 | 3 | 3 | 2 |
1,133 | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt =... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt =... | g | j | d | j | d | g | j | x | 6 | 9 | 3 | 6 | 4 |
1,134 | class A:
def __init__(self, txt: str):
self.v: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.p: B ... | a" | class A:
def __init__(self, txt: str):
self.v: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.p: B ... | b | d | b | a | x | x | x | x | 4 | 7 | 3 | 3 | 1 |
1,135 | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: C = 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.y: B = None
self.r: A = None
self.txt =... | j" | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: C = 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.y: B = None
self.r: A = None
self.txt =... | e | j | h | g | j | x | x | x | 6 | 10 | 3 | 4 | 1 |
1,136 | class A:
def __init__(self, txt: str):
self.o: C = None
self.t: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.x: B ... | h" | class A:
def __init__(self, txt: str):
self.o: C = None
self.t: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.x: B ... | h | i | a | b | f | a | g | h | 7 | 14 | 3 | 7 | 2 |
1,137 | class A:
def __init__(self, txt: str):
self.s: C = None
self.y: B = None
self.v: B = 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.z: B = None
self.o: A ... | b" | class A:
def __init__(self, txt: str):
self.s: C = None
self.y: B = None
self.v: B = 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.z: B = None
self.o: A ... | b | h | d | b | x | x | x | x | 5 | 9 | 3 | 3 | 1 |
1,138 | class A:
def __init__(self, txt: str):
self.s: B = 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.z: B = None
self.y: A = None
self.o: A = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.s: B = 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.z: B = None
self.y: A = None
self.o: A = None
self.txt =... | f | d | a | d | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,139 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.y: C = None
self.s: C = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.y: C = None
self.s: C = None
self.txt =... | e | h | e | f | d | x | x | x | 6 | 8 | 3 | 4 | 1 |
1,140 | class A:
def __init__(self, txt: str):
self.v: C = None
self.z: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | a" | class A:
def __init__(self, txt: str):
self.v: C = None
self.z: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | d | a | g | a | x | x | x | x | 7 | 11 | 3 | 3 | 1 |
1,141 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: C = None
self.p: B ... | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: C = None
self.p: B ... | g | h | g | h | x | x | x | x | 6 | 9 | 3 | 3 | 2 |
1,142 | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt =... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt =... | b | h | d | j | b | h | d | j | 7 | 11 | 3 | 7 | 4 |
1,143 | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: B = None
self.o: B = 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: B = None
self.p: B ... | h" | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: B = None
self.o: B = 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: B = None
self.p: B ... | d | a | f | h | x | x | x | x | 7 | 10 | 3 | 3 | 0 |
1,144 | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.p: B = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.p: B = None
self.txt =... | g | a | g | j | g | f | x | x | 7 | 12 | 3 | 5 | 2 |
1,145 | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.s: B ... | f" | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.s: B ... | c | g | h | f | x | x | x | x | 6 | 12 | 3 | 3 | 0 |
1,146 | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.s: A = 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.x: A = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.s: A = None
self.txt =... | j | a | i | h | x | x | x | x | 6 | 9 | 3 | 3 | 0 |
1,147 | class A:
def __init__(self, txt: str):
self.o: B = None
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: B = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: B = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt:... | i | e | i | e | f | x | x | x | 5 | 9 | 3 | 4 | 2 |
1,148 | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.z: B = None
self.u: C = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.z: B = None
self.u: C = None
self.txt =... | j | e | g | e | g | e | x | x | 6 | 10 | 3 | 5 | 3 |
1,149 | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: B ... | e" | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.y: B ... | e | f | h | i | e | x | x | x | 4 | 7 | 3 | 4 | 1 |
1,150 | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.s: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.r: C ... | f" | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.s: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.r: C ... | j | f | b | j | f | x | x | x | 5 | 9 | 3 | 4 | 2 |
1,151 | class A:
def __init__(self, txt: str):
self.p: B = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.txt =... | e | j | e | j | e | x | x | x | 6 | 11 | 3 | 4 | 3 |
1,152 | class A:
def __init__(self, txt: str):
self.x: C = None
self.w: C = None
self.y: C = 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.z: B = None
self.o: B ... | c" | class A:
def __init__(self, txt: str):
self.x: C = None
self.w: C = None
self.y: C = 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.z: B = None
self.o: B ... | c | i | d | c | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,153 | class A:
def __init__(self, txt: str):
self.y: C = None
self.q: C = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | a" | class A:
def __init__(self, txt: str):
self.y: C = None
self.q: C = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | f | g | i | a | x | x | x | x | 6 | 12 | 3 | 3 | 0 |
1,154 | class A:
def __init__(self, txt: str):
self.w: 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.q: B = None
self.txt = txt
a = A("a")
b = B("b")
h = C("h")
i = C("i")
... | a" | class A:
def __init__(self, txt: str):
self.w: 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.q: B = None
self.txt = txt
a = A("a")
b = B("b")
h = C("h")
i = C("i")
... | h | b | a | d | b | a | x | x | 5 | 5 | 3 | 5 | 2 |
1,155 | class A:
def __init__(self, txt: str):
self.t: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.v: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | c" | class A:
def __init__(self, txt: str):
self.t: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.v: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | d | c | d | c | x | x | x | x | 3 | 5 | 3 | 3 | 2 |
1,156 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.o: B = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.y: C ... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.o: B = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.y: C ... | i | c | d | c | e | x | x | x | 5 | 11 | 3 | 4 | 1 |
1,157 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt =... | c | e | c | e | x | x | x | x | 7 | 13 | 3 | 3 | 2 |
1,158 | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.r: C = None
self.txt = txt
i = A("i")
f = B("f... | c" | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.r: C = None
self.txt = txt
i = A("i")
f = B("f... | f | c | j | i | c | x | x | x | 4 | 6 | 3 | 4 | 1 |
1,159 | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.w: B ... | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.w: B ... | a | i | a | i | a | i | j | x | 6 | 12 | 3 | 6 | 4 |
1,160 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: C = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: C = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt =... | e | b | d | h | d | x | x | x | 5 | 11 | 3 | 4 | 1 |
1,161 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.t: A = None
self.txt = txt
g = A("g")
d = B("d... | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.t: A = None
self.txt = txt
g = A("g")
d = B("d... | d | b | g | d | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,162 | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: C = None
self.x: 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.u: A = None
self.w: B ... | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: C = None
self.x: 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.u: A = None
self.w: B ... | d | h | d | h | x | x | x | x | 3 | 5 | 3 | 3 | 2 |
1,163 | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.u: A = 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.z: B = None
self.w: B ... | b" | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.u: A = 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.z: B = None
self.w: B ... | f | b | f | b | x | x | x | x | 6 | 9 | 3 | 3 | 2 |
1,164 | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.v: C = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.q: B ... | g" | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.v: C = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.q: B ... | e | c | h | e | h | g | x | x | 5 | 8 | 3 | 5 | 2 |
1,165 | 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.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
g = B("g... | i" | 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.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
g = B("g... | j | i | j | i | x | x | x | x | 4 | 5 | 3 | 3 | 2 |
1,166 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.t: C ... | e" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.t: C ... | e | h | e | h | e | x | x | x | 4 | 6 | 3 | 4 | 3 |
1,167 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.t: C = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.t: C = None
self.txt =... | e | h | e | h | e | x | x | x | 7 | 13 | 3 | 4 | 3 |
1,168 | class A:
def __init__(self, txt: str):
self.u: A = None
self.s: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt:... | b" | class A:
def __init__(self, txt: str):
self.u: A = None
self.s: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt:... | j | b | e | d | j | b | x | x | 6 | 13 | 3 | 5 | 2 |
1,169 | class A:
def __init__(self, txt: str):
self.o: 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.q: B = None
self.w: C = None
self.s: C = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.o: 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.q: B = None
self.w: C = None
self.s: C = None
self.txt =... | e | f | c | f | c | f | x | x | 6 | 8 | 3 | 5 | 3 |
1,170 | class A:
def __init__(self, txt: str):
self.s: C = None
self.o: 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.p: B = None
self.txt = txt
f = A("f")
d = B("d... | g" | class A:
def __init__(self, txt: str):
self.s: C = None
self.o: 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.p: B = None
self.txt = txt
f = A("f")
d = B("d... | j | g | d | g | x | x | x | x | 6 | 6 | 3 | 3 | 1 |
1,171 | class A:
def __init__(self, txt: str):
self.v: C = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.r: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | j" | class A:
def __init__(self, txt: str):
self.v: C = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.r: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A ... | g | a | h | a | j | x | x | x | 4 | 8 | 3 | 4 | 1 |
1,172 | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
e = A("e")
a = B("a... | g" | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
e = A("e")
a = B("a... | e | g | f | g | x | x | x | x | 6 | 8 | 3 | 3 | 1 |
1,173 | class A:
def __init__(self, txt: str):
self.w: C = None
self.x: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.v: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt:... | c" | class A:
def __init__(self, txt: str):
self.w: C = None
self.x: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.v: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt:... | h | c | i | c | x | x | x | x | 4 | 7 | 3 | 3 | 1 |
1,174 | class A:
def __init__(self, txt: str):
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.w: B = None
self.u: A = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
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.w: B = None
self.u: A = None
self.txt =... | e | c | d | i | x | x | x | x | 7 | 11 | 3 | 3 | 0 |
1,175 | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.y: A ... | f" | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.y: A ... | a | d | a | j | d | a | j | f | 7 | 16 | 3 | 7 | 4 |
1,176 | class A:
def __init__(self, txt: str):
self.v: C = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | i" | class A:
def __init__(self, txt: str):
self.v: C = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | g | i | g | i | x | x | x | x | 4 | 7 | 3 | 3 | 2 |
1,177 | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: 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.z: C = None
self.txt = txt
a = A("a")
d = B("d... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: 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.z: C = None
self.txt = txt
a = A("a")
d = B("d... | f | e | j | e | j | e | x | x | 5 | 6 | 3 | 5 | 3 |
1,178 | class A:
def __init__(self, txt: str):
self.x: C = None
self.r: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B ... | c" | class A:
def __init__(self, txt: str):
self.x: C = None
self.r: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B ... | d | j | d | c | x | x | x | x | 7 | 11 | 3 | 3 | 1 |
1,179 | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: C = None
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A ... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: C = None
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A ... | g | f | c | e | f | x | x | x | 6 | 12 | 3 | 4 | 1 |
1,180 | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
e = B("e... | b" | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
e = B("e... | b | e | f | b | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,181 | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: C = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt:... | a" | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: C = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt:... | c | a | c | a | g | a | x | x | 7 | 10 | 3 | 5 | 3 |
1,182 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
c = A("c")
h = B("h... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
c = A("c")
h = B("h... | i | e | i | e | x | x | x | x | 4 | 4 | 3 | 3 | 2 |
1,183 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.txt =... | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.txt =... | j | d | b | d | j | x | x | x | 5 | 8 | 3 | 4 | 2 |
1,184 | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C = None
self.y: C = None
self.txt =... | h" | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C = None
self.y: C = None
self.txt =... | f | h | f | h | x | x | x | x | 4 | 5 | 3 | 3 | 2 |
1,185 | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.r: A = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A ... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.r: A = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A ... | a | g | c | g | c | x | x | x | 4 | 9 | 3 | 4 | 2 |
1,186 | class A:
def __init__(self, txt: str):
self.y: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
e = B("e... | h" | class A:
def __init__(self, txt: str):
self.y: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
e = B("e... | h | e | h | e | h | x | x | x | 5 | 5 | 3 | 4 | 3 |
1,187 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt =... | d | c | b | d | x | x | x | x | 3 | 4 | 3 | 3 | 1 |
1,188 | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: 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.q: B = None
self.txt = txt
b = A("b")
a = B("a... | c" | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: 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.q: B = None
self.txt = txt
b = A("b")
a = B("a... | b | c | b | c | x | x | x | x | 4 | 4 | 3 | 3 | 2 |
1,189 | class A:
def __init__(self, txt: str):
self.t: A = None
self.w: A = None
self.o: B = 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.q: A = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.w: A = None
self.o: B = 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.q: A = None
self.txt =... | a | j | e | j | d | x | x | x | 4 | 6 | 3 | 4 | 1 |
1,190 | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: A = 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: B = None
self.v: A = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: A = 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: B = None
self.v: A = None
self.txt =... | b | f | e | h | f | x | x | x | 6 | 11 | 3 | 4 | 1 |
1,191 | class A:
def __init__(self, txt: str):
self.q: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A ... | h" | class A:
def __init__(self, txt: str):
self.q: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A ... | e | i | h | i | h | x | x | x | 4 | 8 | 3 | 4 | 2 |
1,192 | class A:
def __init__(self, txt: str):
self.s: 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.v: B = None
self.u: B = None
self.txt = txt
a = A("a")
b = B("b... | a" | class A:
def __init__(self, txt: str):
self.s: 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.v: B = None
self.u: B = None
self.txt = txt
a = A("a")
b = B("b... | a | g | b | a | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,193 | class A:
def __init__(self, txt: str):
self.x: C = 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.w: A = None
self.q: C = None
self.txt = txt
e = A("e")
g = B("g... | e" | class A:
def __init__(self, txt: str):
self.x: C = 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.w: A = None
self.q: C = None
self.txt = txt
e = A("e")
g = B("g... | i | e | i | f | e | x | x | x | 5 | 8 | 3 | 4 | 2 |
1,194 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.p: A = None
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt =... | e" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.p: A = None
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt =... | i | h | c | f | i | e | x | x | 6 | 12 | 3 | 5 | 1 |
1,195 | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.o: B = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A ... | j" | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.o: B = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A ... | j | i | j | i | j | x | x | x | 7 | 11 | 3 | 4 | 3 |
1,196 | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.q: B ... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.q: B ... | h | j | a | j | a | x | x | x | 4 | 6 | 3 | 4 | 2 |
1,197 | class A:
def __init__(self, txt: str):
self.t: C = 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: B = None
self.txt = txt
d = A("d")
g = B("g")
a = C("a")
d.t = a
g.... | d" | class A:
def __init__(self, txt: str):
self.t: C = 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: B = None
self.txt = txt
d = A("d")
g = B("g")
a = C("a")
d.t = a
g.... | d | a | g | d | x | x | x | x | 3 | 3 | 3 | 3 | 1 |
1,198 | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: C = 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.o: A = None
self.z: B = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: C = 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.o: A = None
self.z: B = None
self.txt =... | i | f | i | f | x | x | x | x | 3 | 5 | 3 | 3 | 2 |
1,199 | class A:
def __init__(self, txt: str):
self.t: A = None
self.r: C = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt:... | h" | class A:
def __init__(self, txt: str):
self.t: A = None
self.r: C = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt:... | a | h | g | h | f | a | h | x | 6 | 12 | 3 | 6 | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.