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