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 |
Tags
- swift
- 맛집
- Unity
- port
- Linux
- pandas
- 유니티
- ubuntu
- PyQt
- 날짜
- 함수
- javascript
- 라즈베리파이
- MS-SQL
- ASP
- flutter
- PER
- sqlite
- MySQL
- Excel
- python
- 리눅스
- IOS
- tensorflow
- mssql
- 다이어트
- node.js
- PyQt5
- urllib
- GIT
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