a = "This is one {1} and one {1}".format('blah','weee')print (a)
Standard input is empty
This is one weee and one weee
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!