Computer Science, asked by xujalxharma2020, 1 month ago

what do you mean by function in python

Answers

Answered by sakshikjadhav042
0

Answer:

Function in Python is defined by the "def " statement followed by the function name and parentheses ( () ) Example: Let us define a function by using the command " def func1():" and call the function. The output of the function will be "I am learning Python function".

Similar questions