4. >>>print(‘30’ + ‘40’) will give output
Answers
Answered by
0
Answer:
The output of Print "30+40" will be 30+40.
Explanation:
Answered by
2
What is the output of print(10 - 4 * 2) ... a = [10, 20] b = a b += [30, 40] print(a) print(b). Run. [10, 20, 30, 40] [10, 20, 30, 40
Similar questions