Number-string 형 변환

Jmnote (토론 | 기여)님의 2014년 8월 20일 (수) 10:38 판 (새 문서: 분류: 변환 ==Python== 분류: Python <source lang='python'> mystr = str(42) type(mystr) # <class 'str'> </source>)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)


Python

mystr = str(42)
type(mystr)
# <class 'str'>
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}