Answer to Question #248939 in Python for clins

Question #248939
def product(a,b):
    c=a+b
    return c
x=int(input("enter product"))
y=int(input(("enter price"))
print(product(x,y))




1
Expert's answer
2021-10-09T04:45:14-0400
def product(a,b):
    c = a + b
    return c
x = int(input('enter product'))
y = int(input('enter price'))
print(product(x,y))

enter product50
enter price90
140

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS