Answers for "#Function in python without input method with multiple results:"

0

#Function in python without input method with multiple results:

#Function in python without input method with multiple results:

def product(Name,price,Quantity):
    print("Prduct name: "+Name)
    print("Price is: "+str(price))
    print("You have "+str(Quantity)+" in stock")
product("paracetamol","$2", "10")
Posted by: Guest on February-25-2022

Code answers related to "#Function in python without input method with multiple results:"

Python Answers by Framework

Browse Popular Code Answers by Language