ED
Size: a a a
ED
IZ
k
k
DI
G
G
G
D
G
D
G
D
W
АТ
W
SM
class D:
def __init__(self):
self.d = ''.join(random.choice(string.ascii_letters) for _ in range(1 * 10 ** 10))
def g():
while True:
yield D()
for d in g():
pass
SM
class D:
def __init__(self):
self.d = ''.join(random.choice(string.ascii_letters) for _ in range(1 * 10 ** 10))
def g():
while True:
yield D()
for d in g():
pass
SG
class D:
def __init__(self):
self.d = ''.join(random.choice(string.ascii_letters) for _ in range(1 * 10 ** 10))
def g():
while True:
yield D()
for d in g():
pass
SM