dictionaries may be created using the factory function dict(). : Convert to Dictionary : Dictionary PYTHON TUTORIALS


PYTHON TUTORIALS » Dictionary » Convert to Dictionary »

 

dictionaries may be created using the factory function dict().


fdict = dict((['x'1]['y'2]))
print fdict



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Dictionary
» Convert to Dictionary