본문 바로가기

언어/Python

[파이썬 기초] 내장함수 목록

1. 입출력 관련 함수 (print, input, help, globals, locals, vars, del, eval, exec, open)

 

2. 기본 자료형의 생성과 변환 함수 ( int, complex, bool, float object)

 

3. 기본 자료형의 정보를 얻는 함수 ( type, dir, repr, ascii, id, hash, chr, ord, inistance , isuubclass)

 

4. 열거형 정보를 얻는 함수 ( len, iter, next , enumerate, sorted, start, reverse, filter, map)