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