4 lines
No EOL
85 B
Python
4 lines
No EOL
85 B
Python
x = []
|
|
for i in range(len(clients)):
|
|
if clients[i][1] == "Jean":
|
|
x = clients[i] |