# sum 함수 이용
li = [[21,3,18]]
sum(li,[])
# -> [21,3,18] 개이득
반응형
'🔨 Trial and Error Log' 카테고리의 다른 글
[기본 코드] 주피터노트북 디폴트 코드 (0) | 2021.06.04 |
---|---|
tqdm_notebook (0) | 2021.04.15 |
[git] 프로젝트 배포 시 유의, git 연결 확인과 연결 끊기 (0) | 2021.01.18 |
[R + jupyter notebook] R과 jupyter notebook 연동 (0) | 2020.10.01 |
[git] .gitignore 생성 (1) | 2020.09.22 |