built-in functions and anonymous functions of day4-python

 

1. Built-in functions

As of python version 3.6.2, python provides us with 68 built-in functions. These functions are all functions provided by python that can be used directly.

 

   built-in function    
abs() dict() help() min () setattr()
all()  to you()  hex()  next()  slice() 
any()  divmod ()  id()  object()  sorted() 
ascii() enumerate()  input()  oct()  staticmethod() 
bin()  eval()  int()  open()  str() 
bool()  exec()  isinstance()  words()  sum() 
bytearray()  filter()  issubclass()  pow()  super() 
bytes() float()  iter ()  print()  tuple() 
callable() format()  len ()  property()  type() 
chr() frozenset()  list()  range()  whose() 
classmethod()  getattr() locals()  repr()  zip() 
compile()  globals() map()  reversed()  __import__() 
complex()  hasattr()  max()  round()  
delattr() hash()  memoryview()  set()  

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325282772&siteId=291194637