fork(1) download
  1. S = set([(1,2),(3,4)])
  2. print(len(S))
Success #stdin #stdout 0.03s 126528KB
stdin
Standard input is empty
stdout
2