functions in python
functions in python
FUNCTIONS
These are pre-defined functions and are always available for use
In order to use these functions, there is no need to import any
module
We can directly use it, in our program.
Examples: len(), print(), int(), input(), type(), id()
Functions defined in Modules