2 lines
No EOL
35 B
Python
2 lines
No EOL
35 B
Python
def test(a,b):
|
|
return a[1] > b[1] |
def test(a,b):
|
|
return a[1] > b[1] |