コード例 #1
0
def test():
    b = BitString('0010')
    b2 = BitString('1110')
    print(b2.dominates(b))