[파이썬] 리스트 문자열로 합치기 n = ['1', '3', '2', '7'] print(''.join(n)) print('#'.join(n)) - 결과 알고리즘/필요 개념 2022.04.19