Q. Predict the output


a, b, c = 10, 20, 30

p, q, r = c-5, a +3, b - 4

print ('a, b, c :', a, b, c, end = '')

print ('p, q, r : ', p, q, r)


Answer =

Output:

a, b, c : 10 20 30p, q, r :  25 13 16

1 Comments

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

Post a Comment

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

Previous Post Next Post