Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python Built-in Functions

내장 함수들은 파이썬 그 자체를 설명하는 존재같습니다.

사용 예시를 추가해 나중에 내가 봐도 기억날 수 있도록 작성했습니다.

Built-in Functions

Built-in Functions
abs delattr hash memoryview set
all dict help min setattr
any dir hex next slice
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