What is keyword argument? Give an example.
Answers
Answered by
3
In computer programming, named parameters, named argument or keyword arguments refer to a computer language's support for function calls that clearly state the name of each parameter within the function call
Answered by
7
Answer:
v
named parameter
In computer programming, named parameters, named argument or keyword arguments refer to a computer language's support for function calls that clearly state the name of each parameter within the function call.
For example, consider the argument that because bats can fly (premise=true), and all flying creatures are birds (premise=false), therefore bats are birds (conclusion=false). If we assume the premises are true, the conclusion follows necessarily, and it is a valid argument.
Explanation:
please mark as brainliest and give 15 thanks then I will follow you and give 30 thanks
Similar questions