Correct Answer: D
Explanation: To pick out only the negative numbers from a given list 'l', the correct list comprehension statement would be: [x for x in l if x<0].
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.
SUBSCRIBE
Please subscribe to get the latest articles in your mailbox.