Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 429 Bytes

File metadata and controls

4 lines (4 loc) · 429 Bytes

Built-in functions

  • 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.

Custom 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.