Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- port
- python
- urllib
- 다이어트
- PyQt
- flutter
- mssql
- javascript
- 날짜
- tensorflow
- IOS
- MySQL
- ASP
- sqlite
- Linux
- Excel
- 유니티
- ubuntu
- 리눅스
- GIT
- pandas
- PER
- PyQt5
- swift
- Unity
- MS-SQL
- 함수
- 맛집
- 라즈베리파이
- node.js
Archives
아미(아름다운미소)
python type 내장함수 본문
type(object)은 입력값의 자료형이 무엇인지 알려주는 내장함수입니다.
print type("abc")
print type([ ])
print type(open("test", 'w'))
결과 :'랭귀지 > python' 카테고리의 다른 글
| Python 연산자 우선순위 (0) | 2019.02.10 |
|---|---|
| [python] pandas Jupyter Notebook과 엑셀 스프레드시트를 이용하여 그래프 그리기 (0) | 2019.02.08 |
| Python Tuples (0) | 2019.02.05 |
| python 산술 연산자 (0) | 2019.02.04 |
| 클래스 객체와 인스턴스의 차이 (0) | 2019.02.02 |
Comments