Day20- Functions in Python
Python Functions
A function is a block of code that performs a specific task whenever it is called.
In bigger programs, where we have large amounts of code, it is advisable to create or use existing functions that make the program flow organized and ...
codingsplash.hashnode.dev2 min read