#software-development
Read more stories on Hashnode
Articles with this tag
Keyword (Named) Arguments for functions No need to follow the order of the arguments while calling a function def concate(str1, str2): ...