Day 17 - Function Arguments and return Statement
There are four types of arguments that we can provide in a function:
Default Arguments
Keyword Arguments
Variable length Arguments
Required Arguments
Default arguments:
We can provide a default value while creating a function. This way the func...
viveky.hashnode.dev3 min read