Functions in Python
Introduction
A function is a block of code that when called, performs a task it was written for. It is like a mini program within a program.
In Python there are built in functions but one can also create functions for one’s own use. Functions are of...
ifeoluwafavour.hashnode.dev3 min read