"Number-string 형 변환"의 두 판 사이의 차이

(새 문서: 분류: 변환 ==Python== 분류: Python <source lang='python'> mystr = str(42) type(mystr) # <class 'str'> </source>)
 
8번째 줄: 8번째 줄:
# <class 'str'>
# <class 'str'>
</source>
</source>
==같이 보기==
*[[int to string]]

2014년 8월 20일 (수) 10:39 판


1 Python

mystr = str(42)
type(mystr)
# <class 'str'>

2 같이 보기

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