str()
              
          CODEDRAGON ㆍDevelopment/Python
반응형
    
    
    
  
str()
str()함수를 사용하여 인자로 넣어준 다른 데이터 타입을 문자열(string)로 변환할 수 있습니다.
https://docs.python.org/3/library/functions.html
'Development > Python' 카테고리의 다른 글
| Anaconda - download (다운로드) (0) | 2019.12.24 | 
|---|---|
| 논리 연산자(logical operator) (0) | 2019.12.24 | 
| numpy에서 제공하는 함수 - 배열 생성 방법 (0) | 2019.12.23 | 
| 한글 유니코드 찾기 (0) | 2019.12.23 | 
| 파이썬 자료형 (0) | 2019.12.22 |