Kashishkd77/Arbitrary_Arguments
This is an illustration of using "Arbitrary Arguments" in Python in various programs . Here, the codes allow the users to enter any number of finite arguments at the time of method call. Arbitrary Arguments in Python are basically used when the user is unaware of the number of arguments needed .
Python
No issues in this repository yet.