fork download
  1. i = ['cg','gjkj']
  2. print (tuple(i))
Success #stdin #stdout 0.02s 9716KB
stdin
1234fgh
stdout
('cg', 'gjkj')