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