01. 파이썬 공부

데이터의 유형/종류(type)

코드비 2022. 6. 12. 18:26

bool : True, False 참거짓형
int : 정수형
float : 실수형
str : 문자형

*type()함수로 확인 가능