fork download
  1. a = "This is one {1} and one {1}".format('blah','weee')
  2. print (a)
Success #stdin #stdout 0.02s 5760KB
stdin
Standard input is empty
stdout
This is one weee and one weee