I have a variable data:
data = [b'script', b'-compiler', b'123cds', b'-algo', b'timing']
I need to convert it to remove all occurrence of "b" in the list. How can i do that?
|
|
|
Not sure whether it would help - but it works with your sample:
Or in P3:
Check more on decode function. Also you may want to take a look into the following related SO thread. |
|||||||||
|
|
|||||||
|
|
|||||
|