My issue
Help me solving my code without getting wrong output
My code
a = 50
b = 40
total = a + b
product = a * b
print(total,product)
# cook your dish here
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
Help me solving my code without getting wrong output
a = 50
b = 40
total = a + b
product = a * b
print(total,product)
# cook your dish here
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone