Answers for "use join to get list in 1 line"

10

python join list

''.join(list) # If you want to join with comma (,) then: ','.join(list)
Posted by: Guest on July-04-2020

Python Answers by Framework

Browse Popular Code Answers by Language