Hello, I was just following the tests in the README and I tried:
python3 checkinclusion.py alic
and I got:
yes ['2bd806c97f0e00af1a1fc3328fa763a9269723c8db8fac4f93af71db186d6e90', '92bb1b1e2b4fe6055b9acef6b11b355bf0c58f15aa7b1cde6e3dabec49d95174', 'c73547b1ffacdea74edffa5972a04ebc76ab1798a29e596be3bb48e647c3492d', '9ff7c6657435e429dc3048441e92be88d270821a855102b3e262287464991820']
I would expect to receive a no instead. Just wanted to mention it in case it is helpful. Thanks for the code otherwise!
Hello, I was just following the tests in the
READMEand I tried:python3 checkinclusion.py alic
and I got:
yes ['2bd806c97f0e00af1a1fc3328fa763a9269723c8db8fac4f93af71db186d6e90', '92bb1b1e2b4fe6055b9acef6b11b355bf0c58f15aa7b1cde6e3dabec49d95174', 'c73547b1ffacdea74edffa5972a04ebc76ab1798a29e596be3bb48e647c3492d', '9ff7c6657435e429dc3048441e92be88d270821a855102b3e262287464991820']
I would expect to receive a
noinstead. Just wanted to mention it in case it is helpful. Thanks for the code otherwise!