Question: #In how many ways the function item could be called? #Also write the function calls. #def item(name=pen, price=10): # print(the item is %s and its
#In how many ways the function item could be called? #Also write the function calls. #def item(name="pen", price=10): # print("the item is %s and its price is %s rupees"%(name, price))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
