Computer Science, asked by kuljitk377, 6 hours ago

explain all the type of functions in python​

Answers

Answered by gbisht1972gb
0

Answer:

There are three types of functions in Python: Built-in functions, such as help() to ask for help, min() to get the minimum value, print() to print an object to the terminal,… ... User-Defined Functions (UDFs), which are functions that users create to help them out;

Similar questions