In the Python console, when I type:
>>> "
".join(['I', 'would', 'expect', 'multiple', 'lines'])
Gives:
'I
would
expect
multiple
lines'
Though I'd expect to see such an output:
I
would
expect
multiple
lines
What am I missing here?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…