How to pass arbitrary number of information when calling a function in Python
We provide affordable online training course(via ZOOM meeting) for Python and R programming at fundamental level, click here for more details. After a function is defined and will be called, it is natural to pass required information in the calling statement. In the following example, we create a function about traveling with parameter person and country, for printing the country people have recently traveled. Sometimes, there are multiple elements that will be passed as the Read more…