Дудаков Денис Вадимович ИИКБ_119 ClassOnly 15017
Галустов Артемий Львович, 527 ClassOnly 14658
f1from itertools import productf1from itertools import product
22
3class Struct:3class Struct:
4    __slots__ = []4    __slots__ = []
t5for char in [''.join(attr) for attr in product(*['abcd'] * 4)]:t5for s in [''.join(s) for s in product(*['abcd'] * 4)]:
6    setattr(Struct, charchar)6    setattr(Struct, ss)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op