#type()


>>> my_float = 1.2

>>>type(my_float) #변수, 객체의 타입을 알 수 있다

<class 'float'> #실수형 객체

'programing > Python' 카테고리의 다른 글

Pycharm 패키지 설치 안될 때  (0) 2020.02.09
윈도우 pandas 설치법  (0) 2018.06.18
Python 기초 - input()  (0) 2018.04.09
Python 기초 - print()  (0) 2018.04.09
Python 기초 - 리스트  (0) 2018.04.09

+ Recent posts