M

Mr. Dubey • 100.69K Points
Coach

Q. What are the two main types of functions?

  • (A) custom function
  • (B) built-in function & user defined function
  • (C) user function
  • (D) system function
Share

Explanation by: Mr. Dubey
built-in functions and user defined ones. the built-in functions are part of the python language. examples are: dir(), len() or abs(). the user defined functions are functions created with the def keyword.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics