Computer Science, asked by tydy, 22 days ago

4. >>>print(‘30’ + ‘40’) will give output

Answers

Answered by nikhilsuryawanshi824
0

Answer:

The output of Print "30+40" will be 30+40.

Explanation:

Answered by Anonymous
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