fork download
  1. from random import choice
  2. s = "abcdefghijklmnopqrstuvwxyz"
  3. c = ""
  4. [c+=choice(s) for i in range(1000)]
Runtime error #stdin #stdout 0.02s 5760KB
stdin
Standard input is empty
stdout
Standard output is empty