fork download
  1. # your code goes here
  2.  
  3. def helper():
  4. t=[(1,2),(4,5),(6,7),(0,6),(8,0)]
  5.  
  6. print(sorted(t))
  7.  
  8.  
  9.  
Success #stdin #stdout 0.02s 9232KB
stdin
Standard input is empty
stdout
Standard output is empty