fork download
  1. # your code goes here
  2.  
  3. s = "a"
  4. for x in s:
  5. for y in x:
  6. for z in y:
  7. print(z)
Success #stdin #stdout 0.02s 9096KB
stdin
Standard input is empty
stdout
a