fork(1) download
  1. i = input()
  2. print (tuple(i))
Success #stdin #stdout 0.04s 9700KB
stdin
1234fgh
stdout
('1', '2', '3', '4', 'f', 'g', 'h')