Insert the correct snippet to convert the t tuple to a dictionary named d.
Insert the correct snippet to convert the t tuple to a dictionary named d.
Expected output:
![]()
Code:

A . t >> d.dict
B . d = dict(t)
C . d.dict(t)
D . d = t(dict)
Answer: B
Latest PCEP-30-02 Practice Questions with 124 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments