HomePython Fundamentals Find the output. a, b, c = 10, 20, 30 p, q, r = c - 5, a + 3, b - 4 print (a and b, :, p, q, r) 0 Comments Facebook Twitter Q. Find the output.a, b, c = 10, 20, 30p, q, r = c - 5, a + 3, b - 4print ('a and b, :', p, q, r)Answer :-a and b, : 25 13 16>>>
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )