python关键词及内置函数列表
python关键词
False |
class |
finally |
is |
return |
None |
continue |
for |
lambda |
try |
True |
def |
from |
nonlocal |
while |
and |
del |
global |
not |
with |
as |
elif |
if |
or |
yield |
assert |
else |
import |
pass |
|
break |
except |
in |
raise |
|
phthon内置函数
abs() |
divmod() |
input() |
open() |
staticmethod() |
all() |
enumerate() |
int() |
ord() |
str() |
any() |
eval() |
isinstance() |
pow() |
sum() |
basestring |
execfile() |
issubclass |
print() |
super() |
bin() |
file() |
iter() |
preperty() |
tuple() |
bool() |
filter() |
len() |
range() |
type() |
bytearray() |
float() |
list() |
raw_input() |
unichr() |
callable() |
format() |
locals() |
reduce() |
unicode() |
chr() |
frozenset() |
long() |
reload() |
vars() |
classmethod() |
getattr() |
map() |
repr() |
xrange() |
cmp() |
global() |
max() |
reversed() |
Zip() |
compile() |
hasattr() |
memoryview() |
round() |
import() |
complex() |
hash() |
min() |
set() |
apply() |
delattr() |
help() |
next() |
setattr() |
buffer() |
dict() |
hex() |
object() |
slice() |
coerce() |
dir() |
id() |
oct() |
sorted() |
intern() |
上一篇
下一篇