4 lines
30 B
Python
4 lines
30 B
Python
def funk(x):
|
|
return x[1]
|
|
|
def funk(x):
|
|
return x[1]
|
|
|