With itertools.permutations, how to find all unique permutations of objects '0' and '1' that have length of 3? output should be ['000','111','001','010','100','011','101','110']
— Sorry
— Permutations/combinations are not suitable here it sounds like, list(product([0,1],repeat=3))
— Link for Brazilian python group?
— !otherlanguages
— Thanks
— Hey guys
— Hey guys i am stuck in my task searched everywhere for solution but not found Any one can Help?
— Share the details please
— Hi
— I want to create a script to check if new document has added in specific collection of my mongo database