Decoding Data Science

What will be the output of the following code snippet?
Options:
A) ('X', [0], {1: 0}), ('Y', [0], {1: 0})
B) ('X', [0], {1: 0}), ('Y', [1], {2: 1})
C) ('X', [0], {1: 0}), ('Y', [0, 1], {1: 0, 2: 1})
D) ('X', [0], {1: 0}), ('Y', [1], {1: 1})
part of the weekly challenge

The answer will be uploaded soon

1 year ago | [YT] | 3