Skip to content

Instantly share code, notes, and snippets.

@lorne-luo
Created February 27, 2020 23:31
Show Gist options
  • Save lorne-luo/68355dd5cfd3c81e3601abdcebe18f78 to your computer and use it in GitHub Desktop.
Save lorne-luo/68355dd5cfd3c81e3601abdcebe18f78 to your computer and use it in GitHub Desktop.
Python Built-in Functions

Built-in Functions

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment