Q. Predict the output:

 

a, b, c = 2, 3, 4

a, b, c = a * a, a * b, a * c

print(a, b, c)

 

Answer =

4 6 8

 

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post