Reference dictionary in print function : Dictionary Output « Dictionary « Python






Reference dictionary in print function

Reference dictionary in print function
print "%(n)d %(x)s" % {"n":1, "x":"spam"}


           
       

Related examples in the same category