Answers for "tuple to dict"

1

tuple to dict

t = (1, 2)
d = dict([t])
Posted by: Guest on September-25-2020

Python Answers by Framework

Browse Popular Code Answers by Language