10 important Built-in Function in Python


Here is the list:-

  1. print() - for standard output.
  2. help([object]) - To invoke the built-in help.
  3. range()
  4. len([object]) - return length of an object.
  5. input() - for get standard input.
  6. isinstance() - to check for existence of an instance.
  7. open() - for open files.
  8. id() - return object’s memory address.
  9. next()
  10. sorted() - creates sorted copy of list
More details: 2. Built-in Functions

Thanks.
Next Post Previous Post
No Comment
Add Comment
comment url