fork download
  1. tup='python','geeks'
  2. print(tup)
Success #stdin #stdout 0.02s 9132KB
stdin
Standard input is empty
stdout
('python', 'geeks')