1. [1, 4, 9, 16, 25 ]
2. [2, 4, 8, 16, 32 ]
3. [1, 0, 1, 0, 1]
4. Error
[2, 4, 8, 16, 32 ]
1. Error
2. Address of m
3. 1
4. 5
5
1. True True12Error
2. False False12
3. True False 12Error
4. False True12
True True
1
2
Error
1. [1, 2, 3, 4, 5, 6, 7]
2. No output
3. [1, 2, 3, 4, 5, 6]
4. Error
No output
1. 1
2. 29
3. 6
4. 10
10
1. filter(lambda x:x
2. filter(lambda x, y: x
3. filter(reduce x
4. reduce(x: x
filter(lambda x:x<0, l)
1. [0, 1, 4, 9, 16, 25, 36, 49, 64, 81]
2. Error
3. [2, 3, 0, 1, 6, 7, 4, 5, 10, 11]
4. No output
[2, 3, 0, 1, 6, 7, 4, 5, 10, 11]
1. [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
2. [0, 4, 16, 36, 64]
3. Error
4. No output
[0, 4, 16, 36, 64]
1. True
2. False
True
1. [1, 2, 3]
2. [0, 1, 2]
3. error
4. none of the mentioned
error