Галустов Артемий Львович, 527 ClassOnly 14658
Гусейнов Саид Сайпудинович 519/2 ClassOnly 15343
f1from itertools import productf1from itertools import product
22
3class Struct:3class Struct:
4    __slots__ = []4    __slots__ = []
t5for s in [''.join(s) for s in product(*['abcd'] * 4)]:t5for name in [''.join(name) for name in product(*['abcd'] * 4)]:
6    setattr(Struct, ss)6    setattr(Struct, namename)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op