python内置函数

1、abs()

2、all()

3、any()

4、ascii()

5、bin()

6、bool()

7、bytearray()

8、bytes()

9、callable()

10、chr()

11、classmethod()

12、compile()

13、complex()

14、delattr()

15、dict()

16、dir()

17、divmod()

18、enumerate()

19、eval()

20、exec()

21、filter()

22、float()

23、format()

24、frozenset()

25、getattr()

26、globals()

27、hasattr()

27、hash()

28、help()

29、hex()

30、id()

31、input()

32、int()

33、isintace()

34、issubclass()

35、iter()

36、len()

37、list()

38、locals()

39、map()

40、max()

41、memoryview()

42、min()

43、next()

44、object()

45、oct()

46、open()

47、ord()

48、pow()

49、print()

50、property()

51、range()

52、repr()

53、reversed()

54、round()

55、set()

56、setattr()

57、slice()

58、sorted()

59、staticmethod()

60、str()

61、sum()

62、super()

63、tuple()

64、type()

65、vars()

66、zip()

67、__import__()

每个方法的具体详解参考链接:http://www.cnblogs.com/sesshoumaru/p/6140987.html

原文地址:https://www.cnblogs.com/yingqml/p/7216555.html