String Formatting with Dictionaries : Dictionary Print : Dictionary PYTHON examples


PYTHON examples » Dictionary » Dictionary Print »

 

String Formatting with Dictionaries


String Formatting with Dictionaries


phonebook = {'A''777-7777', 'B''222-2222', 'C''333-3333'}
print "C's phone number is %(C)s." % phonebook
           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


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


PYTHON examples

 Navioo Dictionary
» Dictionary Print