0 votes
in Python by
Define a function in Python

1 Answer

0 votes
by

A block of code that is executed when it is called is defined as a function. Keyword def is used to define a Python function.

...