List Comprehension: What will the output of the following code be?

print([i+j for i in "abc" for j in "def"])
Tags
programsbuzz banner