Python 문자열 format()

에어컨 (토론 | 기여)님의 2020년 2월 8일 (토) 10:44 판 (새 문서: ==개요== ;Python 문자열 format() <source lang='python' run> print(a,b,c,d,e) print("{} {} {} {} {}".format("a","b","c","d","e")) </source> ==같이 보기== * Python 문자...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Python 문자열 format()
print(a,b,c,d,e)
print("{} {} {} {} {}".format("a","b","c","d","e"))

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}