Type B : Application Oriented Questions
(a) What will be the output produced by following code fragments ?
(i) a, b = 2, 3
C, b = a, c + 1
print a, b, c
Answers
Answered by
0
In the above question the values are as follows :
a = 2
b = 1
c = 4
Similar questions