#functional-programming
Read more stories on Hashnode
Articles with this tag
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...
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...