so
python
Chatroom
Common Questions
Wiki
Salad Language
Transcripts
Log In
Using a list comprehension with str.join
string
list-comprehension
join
>>>
''
.
join
(
...
)
>>>
''
.
join
([
...
])
list comprehension without [ ], Python