Q:

How many basic types of functions are available in Python?

0

How many basic types of functions are available in Python?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

Python gives us two basic types of functions.
1. Built-in function.
2. User-defined function. It defines by the user as per the requirement.

The built-in functions happen to be part of the Python language. Some of these are print(), dir(), len(), and abs() etc.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Interview Questions and Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What are the applications of Python?... >>
<< What is the output of the below python code?...