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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments