Python Interview questions - lof
(Python version 3.9 or later version)
What would be the output of executing the following code?
[1, 2, 3] and 1 + 2 + 3
[1, 2, 3]
True
6
1
gk