감동, 마음이 움직이는 것
[python] list출력(join사용) 본문
Note: List의 모든 elements가 string일때만 사용 가능하다.
res = []
res.append(["a", "123", "bb"])
ofp.write("%s\n" % " ".join(res))
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[LaTex] inserting one column equation in two column mode (0) | 2017.11.29 |
---|---|
[Python] 열로 데이터 읽어들이기 (0) | 2017.11.25 |
[mathematica] axis scale바꾸기 (ScailingFunctions) (0) | 2017.11.01 |
[Latex] differenciate at (0) | 2017.10.31 |
[gnuplot] key space 조절 set key spacing 1 (0) | 2017.10.27 |