python tip (파이썬 팁, 명령어)

python Reference list(파이썬 참조 list)



- 예외처리: try, except, else, finally

- List Reference (파이썬 리스트)

- Dictionary Reference (파이썬 딕셔너리)

- Dictionary Reference (파이썬 딕셔너리)

- Set Reference (파이썬 집합)

- Tuple Reference (파이썬 튜플)


  




 리스트 --> 문자열로


''.join(list) # 공백없이 붙임

' '.join(list) # 공백 이용해서 구분

'-'.join(list) # -이용해서 구분

https://m.blog.naver.com/PostView.nhn?blogId=complusblog&logNo=221158629508&proxyReferer=https:%2F%2Fwww.google.com%2F

0 댓글