Ван Цзыци, 614 группа ClassOnly 15133
Чэнь Сюаньдун, 619/2 группа ClassOnly 15042
t1from itertools import productt1from itertools import product
2ss = set((''.join(seq) for seq in product('abcd', repeat=4)))2ss = set((''.join(seq) for seq in product('abcd', repeat=4)))
33
4class Struct(object):4class Struct(object):
5    __slots__ = ()5    __slots__ = ()
66
7    def __getattribute__(self, item):7    def __getattribute__(self, item):
8        if item in ss:8        if item in ss:
9            return item9            return item
10        else:10        else:
11            raise AttributeError11            raise AttributeError
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op