# your code goes here def c(l,m): if l[1]>m[1]: return 1 elif m[1]>l[1]: return 0 elif l[2]