"": Python str, __str__ repr , str. Python , , , ( Python ), . __str__ , , , "".
for, zip .. , - ; , .
, , . Python 3. str, :
iterable_of_bytes_objects = b'123', b'456'
','.join(iterable_of_bytes_objects)
"b'123',b'456'", , b :
b','.join(iterable_of_bytes_objects)
, , , decode bytes. , , repr str - . Python , Zen of Python (import this):
.
:
, .
, " ". , ','.join(map(str, iterable)), , , , , Zen:
.
.