Python 문자열 합치기

1 개요[ | ]

파이썬 String Concatenation
Python 문자열 합치기
a = 'Hello, '
b = 'World!'
c = a + b
print(c)

2 같이 보기[ | ]

3 참고[ | ]

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