- Write python program to illustrate the usage of different built-in functions (Min 25 built-in functions). Avoid repeating the frequently discussed/used built-in functions.
- Write python program to illustrate the usage of custom functions to replace the built-in functions (Min 10 custom functions). Minimize using any built-in functions while trying to program the custom functions.