1 follower
I am a Christian and I am also a programmer. I use Python majorly and JavaScript, but I use other languages to learn.
A brief introduction to functional Programming · Functional Programming also popularly known as (FP) is basically writing programs that are composed of...
A step-by-step explanation of what a function is and how to use it in Python programs. · What is a Function? A function is a set of codes that you can...
I would like to start by saying: The bucket of water in my bathroom is mine but the tap of water flowing on the street is ours. The quote above...
What is an argument? In programming, an argument is an input that you give to a program to work with. Giving arguments to our functions makes them...
What are functions? Functions are like containers that we can store some code inside so that we can reuse it whenver or wherever we like to use it...