fork download
  1. # your code goes here
  2. list = ""
  3. for x in list:
  4. print x
Success #stdin #stdout 0s 23296KB
stdin
Standard input is empty
stdout
Standard output is empty