Check sibling questions

Differentiate between Built-in functions and user defined functions.

 

Answer:

Built-in functions

User defined functions

They are predefined functions which can be used anytime.

They are functions that are defined by the programmer.

Eg: len( ), type( ), etc

Eg:

def perimeter (b,l):

    p= 2 *(l+b)

    print(p)

 

  1. Computer Science - Class 12
  2. Chapter 14 - Functions in python

About the Author

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo