Questions How do I iterate through nested lists of binary digits and append their decimal number to a list? ex: [[0,0,1,0,1],[1,0,0,0,1]]==[5, 17] byMRJanuary 11, 2022