Question: If a function is declared with variables x and y, as specified below, using the * and ** arguments, please describe in what form(data type)
If a function is declared with variables x and y, as specified below, using the * and ** arguments, please describe in what form(data type) those variables are delivered to function, and how to access sub-elements contained within them.
def arbitrary_function(*x,**y): #put code here return arbitrary_value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
