2 lines
100 B
Python
2 lines
100 B
Python
resultats = [("srv-web-01", "192.168.1.10"), ("sw-access-02", "192.168.1.2")]
|
|
print(resultats[1][0]) |