Saved Bookmarks
| 1. |
“Python has certain functions that you can readily use without having to write any special code.” What type of functions are these ? |
|
Answer» The pre-defined functions that are always available for use are known as python’s built-in functions. For example : len (), type (), int (), raw-input () etc. |
|