Mega Code Archive

 
Categories / Python / Development
 

Use print as C printf

exclamation = "Hi" print "The knights who say %s!" % exclamation