"Python has certain functions that you can readily use without having to write any special code."
What type of functions are these?
Answer:
The functions that you can readily use without having to write any special code are pre-defined functions called built-in functions.
Examples of built-in functions:
- len( )
- type( )
- input( )