Computer Science, asked by chandana14353, 8 months ago

[x=6
y=9
z=x+y
print("sum of the numbers",z)
a=x-y
print("difference between the numbers",a)
b=x*y
print("product of the numbers",b) ]


can any one give exact output for my small python program ​

Answers

Answered by Anonymous
1

Answer:

sum of the numbers 15

difference between the numbers -3

product of the numbers 54

Answered by deepneharajpoot1998
1

Answer:Sum of the number 15

Difference between the numbers -3

Product of the numbers 54

Explanation:this is your answer

Ok guys

Please marks me as a brainlist answer

Similar questions