10. What will be the output of the following
code fragment:
a= 10
b=20
(i) print(a+b)
(ii) print('a+b')
(1 Point)
(i) 30 (ii) a+b
(i) a+b (ii) print('a+b')
O
(i) 10+20 (ii) a+b
None of these
11
Answers
Answered by
0
Answer:
none of these
I think ...is your answer but make sure
Similar questions