fork download
  1. # your code goes here
  2. s=[1,[2,3]]
  3. # a=id(s)
  4. s2=[1,[2,1],3]
  5. print(s>s2)
  6. # print(s)
  7. # b=id(s)
  8. # print(a==b)
Success #stdin #stdout 0.11s 14156KB
stdin
Standard input is empty
stdout
True