더북(TheBook)

3 함수 불러오기

지금까지 우리가 사용했던 함수에는 어떤 것들이 있었나요?

 

print, input, int, str이요!

 

지금까지 사용했던 함수들은 파이썬에서 항상 사용할 수 있도록 제공하는 내장 함수(Built-in Functions)입니다. 현재 파이썬 3.7 버전에서 제공하는 내장 함수의 종류는 다음과 같습니다. 이중 몇 가지는 앞으로 사용하겠지만, 모두 알 필요는 전혀 없습니다.

 

내장 함수

abs()

delattr()

hash()

memoryview()

set()

all()

dict()

help()

min()

setattr()

any()

dir()

hex()

next()

slice()

ascii()

divmod()

id()

object()

sorted()

bin()

enumerate()

input()

oct()

staticmethod()

bool()

eval()

int()

open()

str()

breakpoint()

exec()

isinstance()

ord()

sum()

bytearray()

filter()

issubclass()

pow()

super()

bytes()

float()

iter()

print()

tuple()

callable()

format()

len()

property()

type()

chr()

frozenset()

list()

range()

vars()

classmethod()

getattr()

locals()

repr()

zip()

compile()

globals()

map()

reversed()

__import__()

complex()

hasattr()

max()

round()

 

표 부록-4 파이썬 내장 함수

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.