1. (‘[0] [1]’,)
2. (’01’)
3. [0] [1]
4. 01
(‘[0] [1]’,)
1. 3456
2. (3456)
3. (‘3456’)
4. (‘3456’,)
(‘3456’,)
1. 3456
2. (3456)
3. (‘3456’)
4. (‘3456’,)
3456
1. [34, 56]
2. [’34’, ’56’]
3. 34 56
4. error
error
1. [‘a’, ‘b’, ‘c’, ‘d’]
2. [‘abcd’]
3. [[‘a’], [‘b’], [‘c’], [‘d’]]
4. none of the mentioned
[[‘a’], [‘b’], [‘c’], [‘d’]]
1. [‘a’, ‘b’, ‘c’, ‘d’]
2. [‘abcd’]
3. [[‘a’], [‘b’], [‘c’], [‘d’]]
4. none of the mentioned
none of the mentioned
1. [1, 2, 3, 4]
2. [1234]
3. [[1], [2], [3], [4]]
4. none of the mentioned
none of the mentioned
1. [1, 2, 3, 4]
2. [1234]
3. [[1], [2], [3], [4]]
4. none of the mentioned
none of the mentioned
1. [‘a’, ‘b’, ‘c’, ‘d’]
2. [‘abcd’]
3. [[‘a’], [‘b’], [‘c’], [‘d’]]
4. none of the mentioned
none of the mentioned
1. Python code is only compiled
2. Python code is both compiled and interpreted
3. Python code is only interpreted
4. Python code is neither compiled nor interpreted
Python code is both compiled and interpreted