Иван Сеченых, 521 (асвк+мк+мс) ClassOnly 15136
Крет Вячеслав Александрович, 321 группа ClassOnly 14340
f1from itertools import productf1from itertools import product
n2check = {''.join(q) for q in product('abcd', repeat=4)}n2example = {''.join(i) for i in product('abcd', repeat=4)}
33
4class Struct:4class Struct:
5    __slots__ = ()5    __slots__ = ()
66
t7    def __getattribute__(self, name):t7    def __getattribute__(self, item):
8        if name in check:8        if item in example:
9            return name9            return item
10        raise AttributeError()10        raise AttributeError
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op