Home » Programming Language (coding) » Python MCQs » Study the following program: d = {0: ‘a’, 1: ‘b’, 2: ‘c’} for i in d: print(i)Study the following program: d = {0: ‘a’, 1: ‘b’, 2: ‘c’} for i in d: print(i) Mr. Answer Study the following program: d = {0: 'a', 1: 'b', 2: 'c'} for i in d: print(i) A. a b c B. 0 1 2 C. 0 a 1 b 2 c D. None of these above Correct Answer: Option B. 0 1 2 Upvote 👍 Take Part in Discussion: Cancel replyYour email address will not be published. Required fields are marked *Name * Email * Website Comment * Save my name, email, and website in this browser for the next time I comment. Solve : * 24 × 26 =