How do I fix a bug where when I put my combination in a list like this ([ address )] , it says it’s empty and doesn’t print anything?
I’m using python to generate combinations of a 74 character string and I’m using two combinations strings which are “0123456789abcdef” and “QQQQQQ33”. I want the QQQQQQ33 to be in brackets [] so that when it is used, it uses the full string instead of generating all combinations of the string with 0123456789abcdef.
In Python3.x, how can I create a product of a 2-dimensional list with a 1-dimensional list using itertools or similar libary (needs to be one-liner)?
I have two lists that I’m trying to combine: