Sail E0 Webinar
Question
What is the output of the following?x = abcdprint(list(map(list, x)))
Options:
A .  ['a', 'b', 'c', 'd'].
B .  ['abcd'].
C .  [['a'], ['b'], ['c'], ['d']].
D .  none of the mentioned
Answer: Option D


NameError, we have not defined abcd.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers