How do I use
map(int, some_list)
while including the base = 2 argument for the int function like:
int('01010101', base = 2)
How do I use
map(int, some_list)
while including the base = 2 argument for the int function like:
int('01010101', base = 2)