fork download
  1. a = [' print "+/u/compilebot python\\n"', ' print "a =", a', ' for s in a: print s', ' exit()']
  2. print "+/u/compilebot python\n"
  3. print "a =", a
  4. for s in a: print s
  5. exit()
Success #stdin #stdout 0.01s 7852KB
stdin
Standard input is empty
stdout
+/u/compilebot python

a = ['    print "+/u/compilebot python\\n"', '    print "a =", a', '    for s in a: print s', '    exit()']
    print "+/u/compilebot python\n"
    print "a =", a
    for s in a: print s
    exit()