fork download
  1. l='ABABABCC'
  2. print (list(l))
Success #stdin #stdout 0.03s 27704KB
stdin
Standard input is empty
stdout
['A', 'B', 'A', 'B', 'A', 'B', 'C', 'C']