본문 바로가기
Python

0701 python built- in data type 정리

by 대금부는개발자 2021. 7. 1.
SMALL

python built- in data type

1.Numeric

# int (정수)

# float(실수)

# complex(복소수)

2.Sequence

#list

#tuple

#range

3.Text Sequence

# str

4.Mapping

#dict

5.set

#set

6.bool

#True

#False

LIST

'Python' 카테고리의 다른 글

0701 while  (0) 2021.07.01
0701 python control statement(제어문) 정리  (0) 2021.07.01
0630 python - print( )  (0) 2021.06.30
0630 python - control statement (제어문)  (0) 2021.06.30
0630 python Bool  (0) 2021.06.30

댓글